
728 IBM Tivoli Storage Manager in a Clustered Environment
2. Then we create the logical volumes using the mklv command (Example 17-9).
This will create the logical volumes for the jfs2log, Tivoli Storage Manager
disk storage pools and configuration files on the RAID1 volume.
Example 17-9 The mklv commands to create the logical volumes
/usr/sbin/mklv -y tsmvglg -t jfs2log tsmvg 1 hdisk8
/usr/sbin/mklv -y tsmlv -t jfs2 tsmvg 1 hdisk8
/usr/sbin/mklv -y tsmdp1lv -t jfs2 tsmvg 790 hdisk8
3. Next, we create the logical volumes for Tivoli Storage Manager database and
log files on the RAID-0 volumes, using the mklv command as shown in
Example 17-10.
Example ...