HP Hitachi Dynamic Link Manager Software User Manual
Page 149

3. Creating an HDLM Environment
127
• When only the license key has been provided
Create the
/var/DLM
directory, and then, in this directory, create the license
key file (
dlm.lic_key
). The following shows an example when the license
key is
123456789ABCDEF
:
# mkdir /var/DLM
# echo "123456789ABCDEF" > /var/DLM/dlm.lic_key
• When the license key file has been provided
Store the license key file directly under the
/var/tmp/
directory by using
the
hdlm_license
name.
/var/tmp/hdlm_license
The license key file or license key is not deleted after the installation.
8.
Create an installation information settings file.
To use the sample file, copy it from the DVD-ROM to a directory on the hard disk.
# cp -p /cdrom/HDLM_AIX/hdlmtool/instutil/
sample_installhdlm.conf /
any-directory
You can change the
sample_installhdlm.conf
file name.
The following shows an example of copying the
sample_installhdlm.conf
file, and then changing the file name to
install_set.conf
:
# cp -p /cdrom/HDLM_AIX/hdlmtool/instutil/
sample_installhdlm.conf /
any-directory
/install_set.conf
For details about how to edit the installation information settings file, which is
used by the
installhdlm
utility, see 7.12.3 Items To Be Defined in an
installation-information Settings File.
9.
Execute either of the following commands:
To execute
installux.sh
:
# /cdrom/installux.sh -f /
any-directory
/
installation-information-settings-file
To execute
installdhlm
: