vxclus enable

vxclus enable -g<DynamicDiskGroupName> [-p]

Enables a designated cluster disk group for force import so that it may be brought online when a minority of disks in the disk group are available. The vxclus utility creates an entry in the Windows registry that enables the cluster resource for force import. Once vxclus enable is executed, you can bring the resource online with Windows Server's Failover Cluster Manager snap-in. After the resource is brought online, the vxclus force import functionality is disabled. However if -p is specified, the entry that is made in the Windows registry is such that the vxclus force import functionality remains enabled. This allows persistent force import of the designated cluster disk group so that this resource can always be brought online with the Failover Cluster Manager snap-in.

The following attributes apply:

-g<SourceDynamicDiskGroupName>

Name of the cluster disk group to be enabled for force import.

-P

Enables persistent force import of the cluster disk group.

Example

vxclus enable -gDG2 -p

Enables the DG2 cluster disk group to be brought online on a node when a minority of disks in the disk group are available. Also the DG2 clusterdisk group is enabled so that it is always ready to be brought online with Windows Server's Failover Cluster Manager snap-in.