![]() |
![]() |
| |||||||||||
|
# scswitch -S -h node[,...] # shutdown -g0 -y -i6 |
If necessary, switch all resource groups and device groups back to the original node.
If the resource groups and device groups were initially configured to fail back to the primary node, this step is not necessary.
# scswitch -z -D disk-device-group -h node[,...] # scswitch -z -g resource-group -h node[,...] |
Register the VxVM disk group as a Sun Cluster disk device group.
See SPARC: How to Register a Disk Group as a Disk Device Group (VERITAS Volume Manager).
Do not register the Oracle Parallel Server/Real Application Clusters shared disk groups with the cluster framework.
SPARC: How to Add a New Volume to an Existing Disk Device Group (VERITAS Volume Manager)When you add a new volume to an existing VxVM disk device group, perform the procedure from the primary node of the online disk device group.
Note - After adding the volume, you need to register the configuration change by using the procedure SPARC: How to Register Disk Group Configuration Changes (VERITAS Volume Manager).
Become superuser on any node of the cluster.
Determine the primary node for the disk device group to which you are
adding the new volume.# scstat -D
If the disk device group is offline, bring the device group online.# scswitch -z -D disk-device-group -h node[,...]
| -z -D disk-device-group | Switches the specified device group. |
| -h node | Specifies the name of the node to switch the disk device group to. This node becomes the new primary. |
From the primary node (the node currently mastering the disk device group), create the VxVM volume in the disk group.
Refer to your VERITAS Volume Manager documentation for the procedure used to create the VxVM volume.
Register the VxVM disk group changes so the global namespace gets updated.
See SPARC: How to Register Disk Group Configuration Changes (VERITAS Volume Manager).
SPARC: How to Make an Existing Disk Group Into a Disk Device Group (VERITAS Volume Manager)You can make an existing VxVM disk group into a Sun Cluster disk device group by importing the disk group onto the current node, then registering the disk group as a Sun Cluster disk device group.
Become superuser on any node of the cluster.
Import the VxVM disk group onto the current node.# vxdg import diskgroup
Register the VxVM disk group as a Sun Cluster disk device group.
See SPARC: How to Register a Disk Group as a Disk Device Group (VERITAS Volume Manager).
SPARC: How to Assign a New Minor Number to a Disk Device Group (VERITAS Volume Manager)If disk device group registration fails because of a minor number conflict with another disk group, you must assign the new disk group a new, unused minor number. After assigning the new minor number, rerun the procedure to register the disk group as a Sun Cluster disk device group.
Become superuser on any node of the cluster.
Determine the minor numbers in use.# ls -l /global/.devices/node@nodeid/dev/vx/dsk/*
Choose another multiple of 1000 not in use as the base minor number for the new disk group.
Assign the new minor number to the disk group.# vxdg reminor diskgroup base-minor-number
Register the VxVM disk group as a Sun Cluster disk device group.
See SPARC: How to Register a Disk Group as a Disk Device Group (VERITAS Volume Manager).
Previous Contents Index Next ![]() |