Custom Reports Using Data Collectors
Product: Storage Foundation Cluster File System
Platform: AIX
Product version: 4.x
Product component: Volume Replicator
Check category: All
Check category: Availability
Check description: Checks that the same version of Volume Replicator (VVR) is installed on all VVR nodes.
Check procedure:
Check recommendation: Make sure that VxVM is installed on all the nodes, the license key for VVR is enabled and the VVR versions are same across all the nodes.
Check category: Availability
Check description: Checks whether the Replicated Volume Group (RVG) and its corresponding Replication Link (RLINK) are in stopped, paused or failed state. These states indicate that Volume Replicator (VVR) replication is not occurring appropriately.
Check procedure:
Check recommendation: Make sure that Replicated Volume Group (RVG) and corresponding Replication Link (RLINK) are in the ACTIVE state
Check category: Best practices
Check description: Checks whether the Storage Replicator Log (SRL) protection is set to DCM (Data Change Map). This prevents full resynchronization if the SRL overflows.
Check procedure:
Check recommendation: Make sure that DCM logging is used to prevent full resynchronization of the Replicated Data Set (RDS) if the SRL overflows. To set SRL protection to autodcm, enter the following command:
# /opt/VRTS/bin/vradmin <diskgroup> set <local_rvgname> <sec_hostname> srlprot=autodcm
Check category: Best practices
Check description: Checks whether the disks used for the SRL volume are marked as reserve for dedicated use. This ensures that only the SRL volume occupies the disk(s).
Check procedure:
Check recommendation: The check determines whether the disks used for the SRL volume are marked as reserve to avoid accidental use of it for data volumes. It will ensure that only the SRL volume occupies the disk(s).
Check category: Best practices
Check description: Checks whether the Storage Replication Log (SRL) volume is striped and mirrored for optimum performance and availability of the replication solution.
Check procedure:
Check recommendation: If you do not use a hardware RAID, make sure that the SRL volume is striped and mirrored for optimum performance and availability of the replication solution. To create a stripe-mirror volume, enter the following command:
# /opt/VRTS/bin/vxassist -g <diskgroup> make <SRL volume name> <size> layout=stripe-mirror
Check category: Best practices
Check description: Checks whether the bandwidth throttling is enabled and reports the user to verify if it is the intended configuration. If the bandwidth_limit attribute is set to none, VVR uses all the available network bandwidth (i.e. Bandwidth throttling is disabled).
Check procedure:
Check recommendation: Make sure that bandwidth throttling is enabled as an intended configuration.
To set bandwidth limit to a particular value enter:
# /opt/VRTS/bin/vradmin <diskgroup> set <local_rvgname> <sec_hostname> bandwidth_limit=<value>
Check category: Best practices
Check description: Checks if the data names and SRL volume names are the same across all nodes in a Replicated Data Set (RDS).
Check procedure:
Check recommendation: Make sure that the data names and SRL volume names are the same in a Replicated Data Set (RDS).
Check category: Best practices
Check description: Checks if the data volume and SRL volume sizes are the same across all nodes in a Replicated Data Set (RDS).
Check procedure:
Check recommendation: Make sure that the data and SRL volume sizes are the same in a Replicated Data Set (RDS).