This is a script to create a new Shadow Set from a 3PAR device
Virtual Volume Creation:
Log into the 3PAR Management console
Go to Provisioning
Go to Virtual Volumes
Check the previous name and VLUN number, make a note
Create Virtual Volume...
Tick Show advanced options
Add new Name
Set the ID as the Device number desired in OpenVMS
Pick Fully Provisioned
Set the desired Size
User CPG and Copy CPG as RAID6
Finish
Export new volume
Insert LUN number
Host Set as OpenVMS
OpenVMS:
Log in as System
$ MC SYSMAN
$ IO AUTO !detect the new DGA device
$ EXIT
$ SHOW DEVICE DGA
$ INITIALZE/SHADOW=($1$DGAXXXX:,$1$DGAXXXX:) <label name>
$ MOUNT DSAXXX: /SHADOW=($1$DGAXXXX:,$1$DGAXXXX:) <label name> /cluster
$ SET DEF CLUS$STARTUP
$ EDIT MOUNT_CLUSTER_DISKS.COM
add $ mount /system /noassist dsa345: /shadow=$1$dga2335: pul_dc12
$ SET DEF BACK$BACKUP
$ EDIT DISK_LIST.DAT
add DSA235: PUL_DB12 NOBACKUP/IMAGE
Extend Disk OpenVMS:
$ SET VOLUME /SIZE DSAXX: !extend disk
$ SET SHADOW /DEMAND DSAXX: !format the disk