|
tngfwuw7.tar
Unicenter TNG Framework
Important Notes
The Unicenter TNG Framework Unixware Manager requires that the
following kernel parameters be set to at least the following
values:
SEMMNI=512
SEMMSL=300
SEMOPM=20
SHMMNI=1000
SHMMAX=35000000
SHMSEG=15
To adjust the above parameters, please use the Unixware
scoadmin utility. The options are as follows:
1. execute scoadmin from the commmand line
2. Choose the options as follows:
System -> System Tuner ->
Inter-Process communications (IPC) parameters
An alternate method to adjust the parameters is to use the idtune
utility. To execute idtune from the command line:
1. execute /etc/conf/bin/idtune
Once the parameters have been adjusted, regenerate the kernel,
and reboot the system to activate the new kernel.
Installing the Unicenter TNG Framework Unixware Manager
-
Login to the Unixware server as root. Then determine
the location on the Unixware system where you
want to install the manager.
You will need approximately 200 MB of disk space (300 recommended).
To verify your available disk space, use the dfspace utility.
Once you have determined the location, use the mkdir
command to make a temporary directory for the Unicenter TNG
Framework installation files. Note: This directory and its
contents can be removed after installation is complete.
For example: mkdir /FWINST
-
Mount the CD on the Unixware server.
For example: mount -F cdfs -o ro /dev/cdrom/cdrom /CD-ROM_1
-
Copy the installation archive to the new directory:
For example: cp /CD-ROM_1/vendors/compasc/demo/tngfwuw7.tar /FWINST
-
Enter the following commands:
cd /FWINST
tar -xvf /CD-ROM_1/tngfwuw7.tar
Then issue the following command to install:
./setup
Setup will guide through the installation of the Unicenter
TNG Framework Unixware Manager. This will include an initial
discovery of your local subnet as well as starting the product.
-
Use the following commands to monitor the Unicenter TNG Framework
Unixware Manager:
unistart all - to start the manager
unishutdown all - to stop the manager
unifstat - to determine the status of the manager
Note: You can now delete your temporary installation directory and
its contents
|