Users Guide
Installing Managed System Software on Supported Linux Operating Systems 105
sh srvadmin-install.sh --storage
(these are long options)
or
sh srvadmin-install.sh -s
(these are short options)
NOTE: Long options can be combined with short options, and vice-versa.
Server Administrator services do not start automatically.
6
Start Server Administrator services after the installation by using the
command:
sh srvadmin-services start
NOTE: After installing Server Administrator, log out and then log in again to access
the Server Administrator Command Line Interface (CLI).
Determining the OpenManage Server Administrator Architecture
Use the following command to identify if the already installed OpenManage
Server Administrator is of 32-bit or 64-bit architecture:
rpm -q --queryformat "%{NAME} - %{ARCH}\n" `rpm -qa |
grep srvadmin`
The system displays a message identifying the architecture where, i386 refers
to 32-bit, x86_64 refers to 64-bit and noarch refers to packages that are
architecture independent.