- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Increasing /
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
06-27-2006 01:40 AM
06-27-2006 01:40 AM
I need to increase the "/" partition, which is /dev/vg00/lvol3.
I understand it needs to be contiguous, so how do I handle it?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2006 01:43 AM
06-27-2006 01:43 AM
SolutionIn best way is to do an ignite backup and adjust the size while restoring.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2006 01:46 AM
06-27-2006 01:46 AM
Re: Increasing /
du -sk *|sort -rn
would usually do the trick, but not here.
Anyway, you say Ignite is my best option?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2006 01:46 AM
06-27-2006 01:46 AM
Re: Increasing /
Yes, the root filesystem must be contiguous.
The simplest way to achieve its expansion is to re-Ignite your server.
# make_tape_recovery -x inc_entire=vg00 -I -v -a /dev/rmt/0mn
Then, boot from this tape. Choose the Media Only option and an Advanced Installation mode. You can resize your filesytems to your tastes as necessary.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2006 01:47 AM
06-27-2006 01:47 AM
Re: Increasing /
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2006 01:48 AM
06-27-2006 01:48 AM
Re: Increasing /
Unfortunately there is no easy way to extend /.
You will have to reinstall the OS.
Take an ignite backup of the system, and perform an interactive ignite restore. This will allow you to modify the size of /, and it will restore the system to the state it was in at the time of the ignite backup i.e. patches, users, passwords and so forth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2006 01:49 AM
06-27-2006 01:49 AM
Re: Increasing /
To restrict 'du' to the root filesystem, add the '-x' switch:
# du -kx /|sort -k1nr
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2006 01:53 AM
06-27-2006 01:53 AM