Verifying System Resources
You can use an SRC command, verifyInst, to verify that the Solaris platform has adequate system resources before and after you install the SRC software. The verifyInst command checks the current installation against the following SRC hardware and software requirements on a Solaris platform:
The verifyInst command is located in the /tools directory in the SRC software distribution. You can issue the command directly from the CD. If you want to install a local copy on a host, you must copy the complete /tools directory to the host.
To check system resources for all currently installed components:
verifyInstTo check system resources for one or two packages:
verifyInst <package-Name> <package_name>For example, to check the UMColdap and UMColdapa packages enter:
verifyInst UMColdap UMColdapaWhen you run the verifyInst command to check disk space, the command examines the default installation directory (/opt/UMC).
To check disk space when the SRC software is installed into a directory other then the default (/opt/UMC):
verifyInst -l <directory>For example, if you installed the SRC software into the /base/SDX directory, enter:
verifyInst -l /base/SDXThe /tools/criteria.cfg file specifies default hardware and software requirements.
To use a different file to specify hardware and software requirements:
- Create a text file that uses the same syntax as the criteria.cfg file.
- Issue the verifyInst command with the -f option to specify the new file:
verifyInst -f <filename>For example, to specify the my.cfg file:
verifyInst -f my.cfg