- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Resizing root
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
04-17-2002 02:13 AM
04-17-2002 02:13 AM
Resizing root
Was wondering if somebady can help me with the following problem...
I have just taken on a new customer site for my company and they are running HP-UX B.10.20 C. The root file structure only has 2Mb of free disk space left on it and this is preventing them from setting up new users and printers. Most of the stuff normaly associated with root (such as var) seems appears to have been set up onto its own virtual drive. There is some free space left to extend the virtual drive that root is on but I understand that this operation isn't straight forward.
Can anyone point me towards a procedure whereby I can resize root?
Many thanks,
Andrew Lackenby
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2002 02:20 AM
04-17-2002 02:20 AM
Re: Resizing root
There's lots of good posts about this subject, just do a search on the forums with keywords "extend root". A recent one is http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xc78b8cc5e03fd6118fff0090279cd0f9,00.html
Hope this helps,
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2002 03:07 AM
04-17-2002 03:07 AM
Re: Resizing root
First things first. Do you have any room on vg00??
vgdisplay -v vg00|more
Look for, on the first page usually, "Total PE", "Alloc PE ", and "Free PE" to see if you have any available space to extend ROOT (/). If you don't have any space in "Free PE", then you have to either reduce an existing filesystem under root, or add an additional disk to vg00.
Once you have the "space", then Install the latest ignite/ux:
http://www.software.hp.com/products/IUX/download.html
Then perform a make_tape_recovery (put a new blank tape into the default tape drive - dds only):
make_tape_recovery -AIv
Do the make_tape_recovery twice.
Do a full system backup TWICE.
Then you need shutdown your system and reboot it from the tape. During the interactive restore, you can change the size of root.
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2002 03:09 AM
04-17-2002 03:09 AM
Re: Resizing root
One quick thing to look for are FILES that are in /dev:
find /dev -type f -exec ls -l {} \;
If you get anything back, then that file can usually be deleted. If you have any questions just post the output from the "find".
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2002 02:08 PM
04-17-2002 02:08 PM
Re: Resizing root
look there:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x957b06295e00d6118ff40090279cd0f9,00.html
HTH,
Wodisch