StorMan¶
StorMan is the DELL RAID Storage Manger" (RSM) for RAID systems. The agent has _/dev/aac0 open and listens on ports 34571, 34572, 34573.
- Download [repos:Externals/Cluster/RSM-2.12_B928_Linux.tgz] from the repository and unpack it. Enter at the command line of the master node:
untgz [[StorMan]]-2.12.i386.rpm
- Install the RSM ignoring the dependencies. Enter at the command line of the master node:
rpm -Uv --dodeps [[StorMan]]-2.12.i386.rpm
- Make sure that the RSM starts at boot time. Enter at the command line of the master node:
cd /usr/StoreMan cp ./stor_agent /etc/init.d/rsd /sbin/chkconfig --add rsd /sbin/chkconfig rsd on
- Start the RSM. Enter at the command line of the master node:
/sbin/service rsd start