Operating System - OpenVMS
1827807 Members
2449 Online
109969 Solutions
New Discussion

increase disk size - online

 
Jiri Koutnik
Advisor

increase disk size - online

Hi,
I have got DSA1: with 2 members. Need to increase size from 10 to 20GB.
Disk is mounted /system.
disk are built on EVA5000.
Does anybody know the best way to do it ?
I mean without Dismount :-)
running VMS 7.3-2

thanx Jiri
6 REPLIES 6
Ian Miller.
Honored Contributor

Re: increase disk size - online

is the expansion size limit (in SHOW DEV/FULL) larger than or equal to 20Gb?
____________________
Purely Personal Opinion
Ian Miller.
Honored Contributor

Re: increase disk size - online

Ian Miller.
Honored Contributor

Re: increase disk size - online

and
http://h71000.www7.hp.com/doc/732FINAL/aa-pv5mh-tk/00/00/89-con.html
____________________
Purely Personal Opinion
Jan van den Ende
Honored Contributor

Re: increase disk size - online

Jiri,

depends on HOW it was INITed.
INIT since some time supports the /LIMIT qualifier (max value 125G * clustersize, absolute max 1T ) which defines how big your "disk" can grow. Introduced because "disks" on SAN are just "a chunk of diskspace presented to the OS", and can grow. And it is quite nice that it also applies to shadow sets: together with allowing dissimilar members, it provides for "rolling" growth of those.

But, regrettably, the bottom line is that at one time, an INIT/LIMIT must be (have been) done.

hth

Proost.

Have one on me.

jpe
Don't rust yours pelled jacker to fine doll missed aches.
Robert Gezelter
Honored Contributor

Re: increase disk size - online

Jiri,

I am in the middle of multiple client emergencies, but I covered some of the issues you are interested in in my presentation "Migrating OpenVMS Storage Environments without Interruption or Disruption" at the 2005 HP Technology Symposium. The slides from this talk are available at http://www.rlgsc.com/hptechnologyforum/2005/1146.html

- Bob Gezelter, http://www.rlgsc.com
Ian Miller.
Honored Contributor

Re: increase disk size - online

Instead of INIT/LIMIT you can do
$ SET VOLUME/LIMIT
but the disk must be mounted privately when you do this.
____________________
Purely Personal Opinion