Users Guide

46 Installing and Setting Up the DRAC 4
The following list describes basic software information for using a DRAC 4
with the Red Hat Enterprise Linux operating system:
To verify that the DRAC 4 event server for the managed system is loaded,
type the following command:
service racsvc status
To start, stop, get status of, restart, or reload the racsrvc service, type the
following command:
service racsvc <action>
where
<
action
>
is
start
,
stop
,
status
, or
probe
.
For additional information on one of the three DRAC 4 services, type the
following command:
man racsvc
NOTE: All three services (racser, racsrvc, and racvnc) start automatically when
they are installed and when the system is booted. These services stop automatically
when they are uninstalled or when the system is shut down.
To determine which version of a particular RPM package you have
installed, use a package management tool such as GnoRPM, or use the
RPM query command (
rpm
-
q
).
For example:
rpm -q <package_name>
To determine which files were installed and where they are located, type
the following command:
rpm -ql <package_name>
To remove a package, type the following command:
rpm -e <package_name>