HP Hitachi Dynamic Link Manager Software User Manual
Page 194
3. Creating an HDLM Environment
170
Add the shaded line shown in the above figure.
11. Specify the settings required for using LUKS.
Perform this step if your host OS uses LUKS. If HDLM manages a SCSI device
that has been configured to use LUKS, the LUKS settings must be migrated from
the SCSI device to an HDLM device.
For details on setting up LUKS, see 3.8 Settings for LUKS.
12. Specify the settings required for using md devices.
If you want to use md devices, create them in a multi-path environment.
For details about the md device settings, see 3.9 Settings for md Devices.
13. Specify the settings required for using the volume management software.
If you performed the operations described in (3) Deactivating the Volume Group
in 3.6.3 Preparations for an Upgrade Installation or Re-installation of HDLM,
perform the following steps to activate the volume group:
If you did not edit the installation information settings file in step 5 so that the host
is restarted:
Go to step 14.
If you edited the installation information settings file in step 5 so that the host is
restarted:
Go to step 15.
If you do not use the volume management software, go to step 16.
For details on other settings for the volume management software, see
3.10 Settings for LVM2.
14. Activate the volume group.
In the following example, the logical volume subject to the move belongs to the
vg01
volume group:
# vgchange -ay vg01
vgchange -- volume group "vg01" successfully activated
15. Mount the logical volume that was moved.
In the following example, the logical volume is
/dev/vg01/lvol1
and the
command mounts the volume on
/mnt/lvol1
:
# mount /dev/vg01/lvol1 /mnt/lvol1