Part Number 806-0248-10
Security Implications of Shared User Rights On NIS Master Server
Handling Computers With Multiple Ethernet Addresses
Multiple Computers/Networks Entries for Multiple Aliases in NIS+
Automounted File Systems Not Supported
WebNFS Mount Requires WebNFS Share
Advanced Mount and Share Settings Not Supported During an Add Operation
Win95 or Win98 Client Unable to Start
Win95 and Win98 Clients May Show "Out of Environment Space" Error
Password Lost From PDC Account After Name Change
Error Installing AdminSuite Client On Win95 or Win98 Over the Network
Server Name Typographical Error Prevents Log On
Management Domain Is Invalid or Not Specified
One of the security tables for authorization, user_attr, is shared by the local server domain and the NIS domain. The security implications of this sharing is that any administrative access rights granted to a member of the local server domain will also apply to a member of the NIS domain.
The shared security tables are referenced by a line in the /var/yp/Makefile that reads: DIR =/etc.
To separate administrative access between local server and NIS domains, the DIR variable should be changed to point to some directory other than /etc and the NIS master source files from /etc should be copied to this new directory. With the user_attr table for the NIS domain placed in the directory pointed to by DIR, and the user_attr table for the local server domain remaining in /etc, administrative access rights will be separate.
If you assign multiple Ethernet addresses to the same computer name, you may need to hand edit the ethers table to modify or delete Ethernet addresses.
Both the ethers table and the hosts table list computer names. However, the ethers table pairs the computer name and Ethernet address; the hosts table pairs the computer name and IP address. There is no way to tell which Ethernet address is intended to go with a particular computer/IP address pair because the IP address, which is the key to making entries with the same computer name unique, is not used in the ethers table.
When the Computers/Networks application reads an ethers table, it always returns the first Ethernet address it finds for a given computer. So, multiple computer entries with the same name will all be shown as having the same Ethernet address. To modify or delete an address other than the first Ethernet address for a given computer name, modify the table manually.
If you delete the entry for a computer with multiple Ethernet addresses, you will remove the name, IP address, and the Ethernet address. To keep the Ethernet address in the ethers table, you must re-enter it manually.
Note that if you add another computer with a name that is already used, the Computers/Networks application will add the entry to the ethers table if you specify an Ethernet address. You will see a warning that other entries with the same computer name exist. Once you add the new entry, you will not be able to modify or delete any but the first entry for a given computer name, except manually.
To view the alias names of each computer or network presented, open the properties dialog for each.
Automounted file systems are those systems that are listed as type autofs in the /etc/mnttab file. For example, the following is a sample of four entries in an /etc/mnttab file:
In this example, the /files and /files3 file systems would be displayed in the listings for Mounts and File System Usage, but /release and /import would not be displayed./dev/dsk/c0t2d0s2 /files ufs suid,rw,largefiles,dev=800012 918156716 /dev/dsk/c0t1d0s0 /files3 ufs suid,rw,largefiles,dev=800008 918156716 auto.release /release autofs ignore,indirect,intr,nosuid,dev=2cc0001 918156739 auto.import /import autofs ignore,indirect,intr,nosuid,dev=2cc0003 918156739
The conflict occurs when an administrator attempts to mount an NFS shared resource as a WebNFS mount, but the NFS shared resource being mounted was not first shared as a WebNFS share. The mount will succeed but will be an NFS mount, not a WebNFS mount.
If boot properties exist for the mount, they will record the mount as a WebNFS mount. Therefore, it will appear as though there is a conflict between the current mount properties and the boot-time properties. Although this can be confusing, it will not cause any problems. If, in fact, you do want a WebNFS mount, remember to do a WebNFS share first.
For example, it is not possible in either the Mount wizard or Share wizard to enable WebNFS access, SetUID mode, or Honor Disk Quotas.
The work around is to use the wizard to define the mount or share At Boot only, and then go back and modify the mount or share properties; specifically:
Stop and restart the server, then restart the application:
Note: If you must increase the number of objects to view, you can increase the memory allocation pool.
The maximum memory allocation pool for the Java VM is 32 megabytes by default. To increase the maximum size of the memory pool for admsvr (the manual server startup script), admsvr_3_0 (the boot time server startup script), admapp (the AdminSuite startup script), or all three, you must modify the memory allocation parameter to the Java VM command line in one or more of these startup scripts.
For example, to increase the maximum memory pool size to 48 megabytes:
1. Log on as root.2. Edit one or more of the following files:
- /opt/SUNWseam/3_0/sbin/admsvr (for manual server startup script)
- /etc/init.d/admsvr_3_0 (for boot time server startup script)
- /opt/SUNWseam/3_0/bin/admapp (for AdminSuite client startup script)
3. For each script, change the line:JAVA_FLAGS=" -mx32m "toJAVA_FLAGS=" -mx48m "
The new memory pool setting will take effect when you exit and restart AdminSuite, or stop and restart the server, depending on which scripts you edited. You can increase the maximum memory pool size even more than 48 megabytes by increasing 48 to a higher number, and you can specify different pool sizes for admsvr, admsvr_3_0, and admapp.
echo off
cls
exit
rem echo off
rem cls
rem exit
This will allow you to see any errors that occur without automatically closing the DOS box after errors occur.
cd c:\PROGRA~1\SUNW\ADMINS~1\bin
admapp.bat
Ensure the admapp.bat file has VALID values set for the following:
[substitute the actual directory names for the variables in italics, such as adminsuite_basedir]
set WS=adminsuite_basedir
For example: set WS=c:\PROGRA~1\SUNW\ADMINS~1
set JAVA_HOME=jdk or jre install directory
For example: set JAVA_HOME=c:\jdk11~1.7
set CLASSPATH=.;adminsuite_basedir\admswt10.jar;adminsuite_basedir\jcbwt360j.jar;adminsuite_basedir\swingall.jar;adminsuite_basedir\classes
For example: set CLASSPATH=.;c:\PROGRA~1\SUNW\ADMINS~1\admswt10.jar;c:\PROGRA~1\SUNW\ADMINS~1\jcbwt360j.jar;c:\PROGRA~1\SUNW\ADMINS~1\swingall.jar;c:\PROGRA~1\SUNW\ADMINS~1\classes
You can add environment space permanently (so the space will remain through subsequent reboots), or temporarily (the space will be added for a specific session only).
shell=c:\command.com /e:2560 /pNote: If a shell line already exists in the CONFIG.SYS file, then comment out that original line and replace it with the one above.
A. If you are starting the AdminSuite 3.0 client from an MS_DOS prompt command, do the following:
Note: The first command in A assumes you have installed the AdminSuite client in the default directory. If that is not the case, change to the bin directory where AdminSuite client is installed.DOS> cd c:\Program Files\Sunw\AdminSuite\bin DOS> command /e:2560 DOS> admapp.bat
B. If you are starting the AdminSuite 3.0 client from the Start menu, do the following:
Note: The directions in B may not work if you placed AdminSuite in other than the default directory. If "Cmd line" is longer than the entry field allows, you will not be able to enter the full command line text. In that case, start AdminSuite from the MS_DOS prompt command, as described in A.
- Right-click the Start menu and click OPEN.
- Double-click the PROGRAMS folder icon.
- Double-click the Sun folder icon.
- Double-click the AdminSuite folder icon.
- Right-click the "AdminSuite Client" icon.
- Choose the Properties menu item.
- Select the Program tab.
- Preface the "Cmd line" text field with the following: command.com /e:2560 /c so that the entire "Cmd line" field contains: command.com /e:2560 /c c:\Progra~1\Sunw\AdminS~1\bin\admapp.bat.
- Click OK
- Start AdminSuite 3.0 client from the Start menu.
Therefore, if you change the user name in an account managed in both Solaris and PC NetLink, inform the user that he or she should log on to NT without a password and set a new password (or the same password as the Solaris password) at that first log on.
If you attempt to map to a high level on the CD, over the network, you will see the message: "An error occurred during the move data process: -113".
To install over the network, map the drive on the local machine to the win32 level on the CD: \products\AdminSuite_3.0\win32. Mapping to a higher level (\products, for example) could cause the error to occur.
The management domain is invalid or not specified.
1. Log on as root.% suPassword: <root password for your machine>2. Make sure the following directory exists and has the correct permissions:chmod 777 /var/opt/SUNWseam/3_0/client3. Run the script that sets up the management domain:/opt/SUNWseam/3_0/sbin/scope_setup all4. Exit from root.