If you created volume groups for your cluster, you must configure these resources. System Automation for
Multiplatforms automatically finds and defines the shared disk volume resources.
Procedure
To configure the volume group resources for the shared IBM
Storage Protect directories
and mount points that you created previously, complete the following
steps on the primary node.
- Import the volume groups.
For example, use
the vgimport X command to import the X volume
groups.
- Activate the volume groups.
For example,
use the vgchange -ay X command to activate the X volume
groups.
- Mount the file system by issuing the mount command.
The following example mounts the
X file
system.
mount X
- Restart the domain by issuing the stoprpdomain and startrpdomain commands.
For example, the following commands restart the tsm_domain.
stoprpdomain tsm_domain
startrpdomain tsm_domain
- Unmount the file system by issuing the umount command.
For example, use the umount X command
to unmount the X file system.
- Deactivate the volume groups.
For example,
use the vgchange -an X command to deactivate the X volume
groups.
- Verify that all of the IBM®.AgfileSystem
storage resources are harvested by System Automation for
Multiplatforms by issuing
the following command:
lsrsrc –s “Name==’Resource_Name' && ResourceType=1” IBM.AgFileSystem