HP StorageWorks Auto Path for AIX, v04.02 - Installation Guide (B7949-96005)

15HP StorageWorks Auto Path for AIX: Installation Guide
Installation
6. Verify that the package was installed.
# lslpp -L AutoPath.rte
Verify that AutoPath.rte appears among the file set items in the output list
and that its status is C (Commit). See the readme file on the Auto Path for
AIX CD for the current level.
7. (Optional) Add the PATH environment variable to the execution environment.
Bourne shell
or Korn shell
# PATH=$PATH:/usr/DynamicLinkManager/bin
# export PATH
C shell # set path=( $path /usr/DynamicLinkManager/bin )
If preferred, you can edit the PATH statement in the root .profile.
8. Define the physical volumes to be managed by Auto Path.
If you want to let the DLM driver recognize all volumes that can be managed
by the DLM driver, this step is unnecessary. Continue with step 9.
To limit the volumes to be managed, you may either specify the volumes to be
managed or specify the volumes you do not want managed.
To specify the volumes to be managed, enter the logical names of these
volumes (hdisks) in the configuration file:
/usr/DynamicLinkManager/drv/dlmfdrv.conf
Example Enter all hdisk references for paths to the same LUN. If only volumes hdisk5
and hdisk7 are used for DLM and reference paths to the same LUN,
dlmfdrv.conf will contain the following:
hdisk5
hdisk7
To specify the volumes to not be managed, enter the logical names of these
volumes (hdisks) in the unconf file:
/usr/DynamicLinkManager/drv/dlmfdrv.unconf
Example If physical volumes hdisk4 and hdisk6 are not to be recognized by the DLM
driver, dlmfdrv.unconf will contain the following:
hdisk4
hdisk6