- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- file system increase
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2007 01:41 PM
12-03-2007 01:41 PM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2007 01:48 PM
12-03-2007 01:48 PM
SolutionThe 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...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2007 01:49 PM
12-03-2007 01:49 PM
Re: file system increase
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2007 01:50 PM
12-03-2007 01:50 PM
Re: file system increase
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2007 02:03 PM
12-03-2007 02:03 PM
Re: file system increase
# vxresize -F vxfs -g rootdg applicationvol +XXXm