Owner's Manual

38 Installing and Setting Up the CMC
4
Navigate to the
SYSMGMT/ManagementStation/linux/rac
directory.
To install the RAC software, type the following command:
rpm -ivh *.rpm
5
For help on the RACADM command, type
racadm help
after you
run the previous commands. For more information about RACADM, see
"Using the RACADM Command Line Interface" on page 73.
NOTE: When using the RACADM remote capability, you must have write
permission on the folders where you are using the RACADM subcommands
involving file operations, for example:
racadm getconfig -f <file name>
For more information on remote racadm, see "Accessing RACADM
Remotely" on page 79 and the subsequent sections.
Uninstalling RACADM From a Linux Management Station
1
Log on as root to the system where you want to uninstall the management
station features.
2
Use the following
rpm
query command to determine which version of the
DRAC Tools is installed:
rpm -qa | grep mgmtst-racadm
3
Verify the package version to be uninstalled and uninstall the feature
by using the
rpm -e `rpm -qa | grep mgmtst-racadm`
command.