Hitachi Dynamic Link Manager Software Users Guide for Linux

2. Edit the configuration file by changing the OS startup definition so that
the OS will start with a SCSI device specified.
3. Log in to Linux as a user with root permissions.
4. Make sure that the HDLM device is defined in the /etc/fstab file.
:
:
/dev/sddlmaa1 /boot ext3 defaults 1 2
:
:
This example assumes that IA32 uses GRUB as the boot loader. When you
use IPF that uses ELILO as the boot loader, the mount point is displayed
as /boot/efi instead of /boot in the line where /boot is coded, and the
file system type is displayed as vfat instead of ext3.
5. Edit the /etc/fstab file.
Change the /boot mount point checked in step 4 from the HDLM device
to the SCSI device. Mark the existing the HDLM device specification as a
comment by entering a hash mark (#) at the beginning of each line and
then specify settings so that UUID or LABEL is used in the mount
processing.
Change the /boot mount point checked in step 4 from the HDLM device
name to UUID or LABEL, so that UUID or LABEL is used in the mount
processing.
Mark the existing HDLM device specification as a comment by entering a
hash mark (#) at the beginning of each line, and then specify settings so
that UUID or LABEL is used in the mount processing.
¢
If LABEL is used:
Before:
:
/dev/sddlmaa1 /boot ext3 defaults 1 2
:
After:
:
#/dev/sddlmaa1 /boot ext3 defaults 1 2
LABEL=/boot /boot ext3 defaults 1 2
:
¢
If UUID is used:
Before:
:
/dev/sddlmaa1 /boot ext3 defaults 1 2
:
After:
:
#/dev/sddlmaa1 /boot ext3 defaults 1 2
UUID=5d3a3935-26ee-4d69-b86e-70108aa2c306 /boot ext3
defaults 1 2
:
6. Update the information about the volume group.
HDLM Operation
4-21
Hitachi Dynamic Link Manager (for Linux®) User Guide