Users Guide
72 Installing Management Station Software
To upgrade the DRAC Tools feature, perform the following steps:
1
Log on as
root
to the system where you want to upgrade the Management Station features.
2
If necessary, mount the
CD to a desired location using the
mount
command or a similar command.
3
Navigate to the
/linux/rac
directory and upgrade the RAC software using the
rpm -Uvh *.rpm
command.
Uninstalling Management Station Software
To uninstall the BMC Management Utility onto a management station, perform the following steps:
1
Log on as
root
to the system where you want to install the Management Station features.
2
Use the rpm query command to determine which version of the BMC Management Utility is installed.
Use the
rpm -qa | grep osabmcutil
command.
3
Verify that is the version to be uninstalled, and if so, uninstall the feature by using the
rpm -e
`rpm -qa | grep osabmcutil`
command.
To uninstall the DRAC Tools feature, perform the following steps:
1
Log on as
root
to the system where you want to install the Management Station features.
2
Use the rpm query command to determine which version of the DRAC Tools is installed. Use the
rpm -qa | grep mgmtst-racadm
command.
3
Verify that is the version to be uninstalled, and if so, uninstall the feature by using the
rpm -e
`rpm -qa | grep mgmtst-racadm`
command.