HP Hitachi Dynamic Link Manager Software User Manual
Page 318
3. Creating an HDLM Environment
294
# service ccsd start
# service cman start
# service rgmanager start
(2) When Using Red Hat Enterprise Linux 5 or When Using Red Hat Enterprise
Linux 6
To cancel the settings for RHCM:
1.
Stop the cluster service of RHCM.
If the RHCM service is running, stop the service by executing the following
command:
# service rgmanager stop
# service cman stop
2.
Replace the HDLM device used by RHCM with a SCSI device.
Edit as shown below to use the SCSI device
/dev/sda
, which is the lower SCSI
device of the HDLM device
/dev/sddlmaa
, as
/dev/raw/raw1
.
# ACTION=="add", KERNEL=="sddlmaa", RUN+="/bin/raw /dev/raw/
raw1 %N"
ACTION=="add", KERNEL=="sda", RUN+="/bin/raw /dev/raw/raw1
%N"
Comment out
KERNEL=="sddlmaa"
and add
KERNEL=="sda"
.
3.
If you will restart the host, go to step 4. If you will not restart the host, go to step 5.
4.
Restart the host to apply the changes made in step 2.
Execute the following command to restart the host:
# shutdown -r now
RHCM setup is complete.
5.
Execute the following command to apply the changes made in step 2:
# /sbin/start_udev
6.
Start the cluster service of RHCM.
Executing the following command to start the service: