Sun Cluster Data Service for Oracle RAC Guide for Solaris OS

Modifying Online the Resource for a Scalable Device Group

Modifying online the resource for a scalable device group involves changing the list of logical volumes that are to be monitored. The LogicalDeviceList extension property of the SUNW.ScalDeviceGroup resource type specifies the list of logical volumes in a global device group that are to be monitored.

ProcedureHow to Modify Online the Resource for a Scalable Device Group

  1. Become superuser or assume a role that provides solaris.cluster.modify RBAC authorization.

  2. Modify the LogicalDeviceList extension property of the ScalDeviceGroup resource.

    • To add device groups to a ScalDeviceGroup resource, type the following command:


      # clresource set -p LogicalDeviceList+=logical-device-listscal-mp-rs
      

      The addition of the logical volume is effective immediately.

    • To remove device groups from a ScalDeviceGroup resource, type the following command:


      # clresource set -p LogicalDeviceList-=logical-device-listscal-mp-rs
      

      The removal of the logical volume is effective immediately.