StorMan » History » Version 1

Version 1/2 - Next ยป - Current version
Anonymous, 08/19/2008 04:59 PM
Installation Guide: StoreMan


= !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
    }}}