- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- how to resize(and ented file system) volume
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-04-2007 07:07 AM
12-04-2007 07:07 AM
how to resize(and ented file system) volume
I have a roodg with a volumes(vxvm) and layed out as vxfs. I have to resize one of the volume and grow the filesystem .How should i do this.Please help
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2007 07:12 AM
12-04-2007 07:12 AM
Re: how to resize(and ented file system) volume
lvextend -L250 /dev/vg00/lvol??
fsadm -b 250M [mountpount]
ore
lvextend -L250 /dev/vg00/lvol??
umount ???
extendfs -F vxfs /dev/vg00/lvol??
mount ????
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2007 07:48 AM
12-04-2007 07:48 AM
Re: how to resize(and ented file system) volume
# vxassist growto
OR
# vxassist growby
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2007 07:54 AM
12-04-2007 07:54 AM
Re: how to resize(and ented file system) volume
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2007 07:57 AM
12-04-2007 07:57 AM
Re: how to resize(and ented file system) volume
Why do you need to extend / ?
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2007 09:10 AM
12-04-2007 09:10 AM
Re: how to resize(and ented file system) volume
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2007 09:21 AM
12-04-2007 09:21 AM
Re: how to resize(and ented file system) volume
Yes you can use vxresize [for increasing a volume from say 10M to 30M] as...
# vxresize -g
and use fsadm_vxfs(1M) thereafter to extend the mount point.
~cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2007 09:38 AM
12-04-2007 09:38 AM
Re: how to resize(and ented file system) volume
Replace the XXX with the size you would like to add.
Regards,
Robert-Jan