HP Hitachi Dynamic Link Manager Software User Manual
Page 220
3. Creating an HDLM Environment
196
• When
GRUB
is used as the boot loader:
Root directory (
/
),
/boot
,
/tmp
,
/usr
,
/var
,
swap
• When
LILO
is used as the boot loader:
Root directory (
/
),
/tmp
,
/usr
,
/var
,
swap
Comment out the existing SCSI device specification by placing a hash mark (
#
)
at the beginning of each line, and then add the HDLM device specification as
shown below, based on the correspondence between the SCSI device and the
HDLM device as checked in step 17.
:
:
#/dev/sddlmaa2 / ext2 defaults 1 1
#/dev/sda2 / ext2 defaults 1 1
/dev/sddlmaa2 / ext2 defaults 1 1
:
:
#/dev/sddlmaa4 /tmp ext2 defaults 1 2
#/dev/sda4 /tmp ext2 defaults 1 2
/dev/sddlmaa4 /tmp ext2 defaults 1 2
:
:
26. Shut down the host.
Execute the following command to shut down the host:
# shutdown -h now
27. Change the configuration from a single-path configuration to a multi-path
configuration.
28. Start the host.
29. Execute the
mount
command to make sure that the HDLM device is mounted.
The following shows an execution example for when
GRUB
is used as the boot
loader:
# mount
/dev/sddlmaa2 on / type ext2 (rw)
:
:
/dev/sddlmaa1 on /boot type ext2 (rw)
/dev/sddlmaa4 on /tmp type ext2 (rw)
/dev/sddlmaa5 on /var type ext2 (rw)