User's Manual

Rebuilding Packages 45
5
Dell OpenManageâ„¢ Server Administrator is not installed on the test
system
: Ensure that the Server Administrator is not installed on the
test
system. You cannot rebuild a package on a system that has Server
Administrator installed.
NOTE: It does not matter whether Server Administrator is installed on the
production systems to which the rebuilt packages are to be distributed and
applied. Server Administrator cannot be present on the system where the
packages are rebuilt.
6
Dell OpenManage Server Administrator device drivers are not built into
the kernel on the test system
: Ensure that the Server Administrator device
drivers have not been built into the kernel. The Server Administrator
device drivers are named
dcdbas
and
dell_rbu
. You cannot rebuild a
package on a system that has either or both of these device drivers built
into the kernel.
You can identify that a driver is built into a kernel by checking if both of
the following are true:
a
A directory for the driver exists in the
/sys/devices/platform
directory.
For the specific case of Server Administrator device drivers, type the
following command and see if either
dcdbas
or
dell_rbu
is listed:
ls /sys/devices/platform
b
A module is not loaded for the driver.
For the specific case of Server Administrator device drivers, type the
following commands to see if a module for either driver is loaded:
lsmod | grep -i dcdbas
lsmod | grep -i dell_rbu
When the test system matches all the prerequisites listed above, you can
rebuild the package.