- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- resizing and unmounting file systems
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
03-08-2006 02:20 AM
03-08-2006 02:20 AM
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2006 02:26 AM
03-08-2006 02:26 AM
SolutionPete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2006 02:28 AM
03-08-2006 02:28 AM
Re: resizing and unmounting file systems
You don't need to be in single user mode to extand it once it's unmounted. However, some file systems in the root volumen group can't be extended. Basic steps are pretty straight forward:
lvextend -L new_size /dev/vgXX/lvname
umount /mount/point/path
extendfs -F vxfs /mount/point/path
mount /mount/point/path
See the man pages for those commands for explanation of the options.
Jeff Traigle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2006 02:30 AM
03-08-2006 02:30 AM
Re: resizing and unmounting file systems
To go to single user mode, reboot your machine (shutdown -r -y 0), then interrupt the boot process at the "you have 10 seconds to interrupt" prompt, enter "hpux -is" at the prompt and the machine will come up in single user mode, logged in as root, and with only the basic file systems mounted. I generally do a "mount -a" at this point so things behave normally, then I unmount whatever file systems I need to work on.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2006 02:38 AM
03-08-2006 02:38 AM
Re: resizing and unmounting file systems
And what are my choices if i cant go into the single user mode, because there are users logged in and nothing can be interrupted....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2006 02:42 AM
03-08-2006 02:42 AM
Re: resizing and unmounting file systems
OnlineJFS B.11.11 Online features of the VxFS File System
Pete
Pete