StorMan » History » Version 1
Anonymous, 08/19/2008 04:59 PM
Installation Guide: StoreMan
1 | 1 | Anonymous | = !StorMan = |
---|---|---|---|
2 | 1 | Anonymous | !StorMan is the ''DELL RAID Storage Manger" (RSM) for RAID systems. The agent has ''/dev/aac0'' open and listens on ports 34571, 34572, 34573. |
3 | 1 | Anonymous | |
4 | 1 | Anonymous | * 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: |
5 | 1 | Anonymous | {{{ |
6 | 1 | Anonymous | untgz StorMan-2.12.i386.rpm |
7 | 1 | Anonymous | }}} |
8 | 1 | Anonymous | |
9 | 1 | Anonymous | * Install the RSM ignoring the dependencies. Enter at the command line of the master node: |
10 | 1 | Anonymous | {{{ |
11 | 1 | Anonymous | rpm -Uv --dodeps StorMan-2.12.i386.rpm |
12 | 1 | Anonymous | }}} |
13 | 1 | Anonymous | |
14 | 1 | Anonymous | * Make sure that the RSM starts at boot time. Enter at the command line of the master node: |
15 | 1 | Anonymous | {{{ |
16 | 1 | Anonymous | cd /usr/StoreMan |
17 | 1 | Anonymous | cp ./stor_agent /etc/init.d/rsd |
18 | 1 | Anonymous | /sbin/chkconfig --add rsd |
19 | 1 | Anonymous | /sbin/chkconfig rsd on |
20 | 1 | Anonymous | }}} |
21 | 1 | Anonymous | |
22 | 1 | Anonymous | * Start the RSM. Enter at the command line of the master node: |
23 | 1 | Anonymous | {{{ |
24 | 1 | Anonymous | /sbin/service rsd start |
25 | 1 | Anonymous | }}} |
26 | 1 | Anonymous | |
27 | 1 | Anonymous |