Check the number for
CVMVolume defined for the attributes
CVMVolume and
CVMVolumeIoTest.
#hares -value cvmvoldgresname CVMVolume | wc -w
# hares -value cvmvoldgresname CVMVolumeIoTest | wc -w
If the combined value is greater than
380, the
cfsmntadm command fails to add the new CFS resource.
You could add the new volume to the
CVMVolume attribute and create the
CFSmount resource, separately, using the
hares command. But it exposes the possibility of exceeding the agent framework limit of 512 arguments, and has potential to affect existing resources in the service group.
Option 1:
Add the new CFS resource to a different, or new, service group, using the
cfsmntadm command. This allows the ability to add new CVM volumes, using the
cfsmntadm command in the new service group.
Example:
# cfsmntadm add cvmdg vol381 /381mntpoint newSG all=suid,rw
Option 2:
Add a separate
CVMVolDg resource to the service group for the
CVMVolumes, and create the
CFSMount resource, using the
hares command. With this option, you won't be able to use the
cfsmntadm command to add the new
CFSMount in the service group.