Linux operating systems

Configuring volume group resources

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.

  1. Import the volume groups.
    For example, use the vgimport X command to import the X volume groups.
  2. Activate the volume groups.
    For example, use the vgchange -ay X command to activate the X volume groups.
  3. Mount the file system by issuing the mount command.
    The following example mounts the X file system.
    mount X
  4. 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
  5. Unmount the file system by issuing the umount command.
    For example, use the umount X command to unmount the X file system.
  6. Deactivate the volume groups.
    For example, use the vgchange -an X command to deactivate the X volume groups.
  7. 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