I am from old school, where adding space means adding a new disk and
then adding it to the volume group. But SAN space has been added for me
as if I can expand the current disk size. Is this possible for me to do?
we use it with SAN Volume Controller.
Don't know whether it works with FastT or ESS.
Andy
--
Andreas Beckmann
Andreas....@muenster.de
http://www.muenster.de/~andy
--
BC
========
For example, to increase the size of a LUN in a FAStT 500 storage
subsystemand make AIX aware of this change, the following steps need to
be performed:
1. Change the size of the LUN in the FAStT 500 storage subsystem.
2. Unmount all file systems in the affected volume group for every file
systemusing the following command:
umount /filesystem
3. Vary off the volume group, using the following command:
varyoffvg vgname
4. Vary on the volume group, using the following command:
varyonvg vgname
5. Mount all the file systems unmounted in step 2, using the following
command:
mount /filesystem
6. Add the new PPs to the volume group using the following command:
chvg -g vgname
The growing of disks in the rootvg and in activated concurrent VGs is
not supported. The change of the chvg command is reflected in Web-based
System Manager.
========
HTH,
Andy.
Yes... you are right and I was wrong. I wasn't aware of this new (2/3
years!) feature!
And please be aware that it's not supported on rootvg disks.
--
BC