1827245 Members
2107 Online
109716 Solutions
New Discussion

file system increase

 
SOLVED
Go to solution
navin
Super Advisor

file system increase

Hello All,
I have 2 disks in my hp system.has the volumes configured like this on a one internal disk and mirroed to seond disk. I would like to increase the file system application .Can i do it online via veritas gui(vea) ,does it require volume unmount.Please advice.
rootvol
standvol
usr
var
tmp
application
home
opt
Learning ...
4 REPLIES 4
James R. Ferguson
Acclaimed Contributor
Solution

Re: file system increase

Hi Navin:

The issue is whether or not you have OnlineJFS. Do a 'swlist|grep -i online" to look for it. If you do, you don't need to unmount the filesystem to enlarge it. You use 'fsadm' to increase the fileystem size while the filesytem is still mounted. See the manpages for details. If you don't have OnlineJFS, you will need to boot into single user mode and use 'extendfs' to expand the filesystem.

Since the root filesystem ('/') must be contiguous, you won't be able to expand it without extra effort in either case.

Since '/stand/' is an HFS filesystem and not a VxFS one, whether or not you have OnlineJFS is immaterial. It too, must be contiguous and you won't be able to either unmount it or expand it dynamically.

Regards!

...JRF...
Robert-Jan Goossens
Honored Contributor

Re: file system increase

Hi Navin,

Yes you can use the gui (vea), select the filesystem application, right click mouse and select resize. You can also use below command.

# vxresize -F vxfs -g rootdg application +XXXm

replace the XXX with the megabytes you would like to add, if gygabytes use the +XXXg.

Regards,
Robert-Jan
navin
Super Advisor

Re: file system increase

Hello ,
Thanks for the reply. Actually i have the volumes listed like below.Can i use veritas to resize the application vloume?
Please advice
Tahnks

rootvol
standvol
usrvol
tmpvol
applicationvol
Learning ...
Robert-Jan Goossens
Honored Contributor

Re: file system increase

http://seer.entsupport.symantec.com/docs/261514.htm

# vxresize -F vxfs -g rootdg applicationvol +XXXm