Tags: disk group
Jul
10
Action
Command Line
Create a disk group
vxdg init diskgroup diskname=device
Add a disk to disk group
vxdg -g diskgroup adddisk
diskname=device
Remove a… more »
Jul
07
Action
Command Line
Initialize a disk
vxdisksetup -i device (CDS disk)
vxdisksetup -i device format=sliced (sliced disk)
List disks owned by
local and remote hosts
vxdisk –o alldgs list
List disk heade… more »
Jun
29
1. remove any volumes from the disks
a. vxassist –g disk-group remove volume volume-name
b. repeat the above procedure for each volume on the disk
2. remove disks from the disk group
a. vxdg –g disk-group rmdisk vxvm-disk-name
b. repeat the above… more »
Jun
29
1. Initialize all disks to be in the disk group
a. For instructions see “initializing a new disk” below
2. create the disk group
vxdg init disk-group-name solaris-disk-name=veritas-disk-name \
[solaris-disk-name=veritas-disk-name …] more »
Jun
29
After a veritas volume manager upgrade you may need to upgrade the disk groups
vxdg upgrade disk-group more »
Recent comments