HP StorageWorks Auto Path for AIX V04.40 Installation Guide (B7949-96008, August 2004)

Installation 19
Auto Path driver name does not relate to the hdisk or LU names. The
instances start with dlmfdrv0 and increment sequentially.
Verify that all Auto Path drivers representing the disk array LUNs you
want recognized are displayed. If one or more drivers are not
displayed, AIX error information is logged to the following file:
/var/DynamicLinkManager/log/dlmcfgmgr1.log. For details about
the log file, see the AIX documentation.
11. Create a volume group.
To specify a physical volume group, specify the Auto Path device
representing the LU.
Example If hdisk4, hdisk5 and hdisk6 are in the same LU and represented by
Auto Path device file dlmfdrv1:
# dlmmkvg -s 32 -y dlmvg01 dlmfdrv1
Recommendation Use a SMIT Window for volume operations. For SMIT Window
information see the Hitachi Dynamic Link Manager Users Guide.
12. Verify the volume group:
# dlmlsvg
13. Create a file system.
Example To create a file system having the size 8192000 at the mount point
/tmp/dlmvg01_fs for the dlmvg01 volume group:
# crfs -v jfs -g' dlmvg01' -a size='8192000'
-m'/tmp/dlmvg01_fs'
14. Make the mount point available.
Example
# mount /tmp/dlmvg01_fs
15. Verify the mount point:
# df -k