HP Hitachi Dynamic Link Manager Software User Manual
Page 172
3. Creating an HDLM Environment
148
# rpm -qi HDLM
Name : HDLM
Version :
x.x.x.x.xxx
Release :
xx
:
If
HDLM Version
is x.x.x.x.xxx, the installed version of HDLM is correct.
x.x.x.x.xxx indicates the HDLM version that was installed.
8.
If IP-SAN is used for the connection between the host and the storage system,
change
iscsi_boot=n
, written in the
/etc/opt/DynamicLinkManager/
hdlm.conf
file, to
iscsi_boot=y
.
9.
If you want to set the HDLM driver options, run the
dlmsetopt
utility.
For details on this utility, see 7.6 dlmsetopt Utility for Setting HDLM Driver
Options.
If you performed this step, go to step 12.
10. When you want to install HDLM without restarting the host, go to step 11. When
you want to install HDLM with restarting the host, then go to step 12.
11. Execute the
dlmstart
utility for starting HDLM.
For details, see 7.7 dlmstart Utility for Starting HDLM.
12. Add
/opt/DynamicLinkManager/bin
in the environment variable
PATH
in
the environment setup file for the shell used by the root user.
Add the following code to the
PATH
environment variable in the environment
settings file for the root user. This makes executing the HDLM commands and
HDLM utilities easier.
When the BourneAgain shell or Korn shell is used:
PATH=$PATH:/opt/DynamicLinkManager/bin ; export PATH
When the C shell is used:
set path= ( $path /opt/DynamicLinkManager/bin )
If the
PATH
environment variable is not set, specify an absolute path to execute
commands and utilities.
If you have performed steps 11, go to step 14.
13. Restart the host.
Execute the following command to restart the host:
# shutdown -r now