StorMan » History » Version 2

Anonymous, 08/19/2008 04:59 PM
Installation Guide: StoreMan

1 1 Anonymous
2 2 Anonymous
h1. StorMan
3 1 Anonymous
4 2 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.
5 1 Anonymous
6 2 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:
7 2 Anonymous
<pre>
8 2 Anonymous
  untgz [[StorMan]]-2.12.i386.rpm
9 2 Anonymous
</pre>
10 2 Anonymous
11 2 Anonymous
* Install the RSM ignoring the dependencies. Enter at the command line of the master node:
12 2 Anonymous
<pre>
13 2 Anonymous
  rpm -Uv --dodeps [[StorMan]]-2.12.i386.rpm
14 2 Anonymous
</pre>
15 2 Anonymous
16 2 Anonymous
* Make sure that the RSM starts at boot time. Enter at the command line of the master node:
17 2 Anonymous
<pre>
18 1 Anonymous
  cd /usr/StoreMan
19 1 Anonymous
  cp ./stor_agent /etc/init.d/rsd
20 1 Anonymous
  /sbin/chkconfig --add rsd
21 1 Anonymous
  /sbin/chkconfig rsd on
22 2 Anonymous
</pre>
23 1 Anonymous
24 2 Anonymous
* Start the RSM. Enter at the command line of the master node:
25 2 Anonymous
<pre>
26 1 Anonymous
  /sbin/service rsd start
27 2 Anonymous
</pre>
28 1 Anonymous
29 1 Anonymous