HP Hitachi Dynamic Link Manager Software User Manual
Page 193
3. Creating an HDLM Environment
169
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 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.
9.
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.
10. If you have edited the
/etc/fstab
file as described in (1) Operations Required
for Devices to Be Managed by HDLM in 3.6.1 Preparations for a New
Installation of HDLM, add the line show below to change the setting from a SCSI
device specification to an HDLM device specification.
The Linux functionality that adds
LABEL=
to a SCSI device is not supported in
HDLM. Do not use this functionality.
An example of how to edit the
/etc/fstab
file is shown in the following figure: