- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Increase root space
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
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
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
тАО11-20-2003 10:23 AM
тАО11-20-2003 10:23 AM
Increase root space
How can i do it?
than
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-20-2003 10:30 AM
тАО11-20-2003 10:30 AM
Re: Increase root space
Restore from the Ignite, and change the filesystem size
on the way back up. It's the quickest and easiest way I know.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-20-2003 10:31 AM
тАО11-20-2003 10:31 AM
Re: Increase root space
It's very rare that / ever needs to be increased in size (unless you need to upgrade the OS). In all cases a size of 160MB-200MB is more than enough. If your / filesystem is running out of space something is wrong because once a system has been setup the size of / should be all but static.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-21-2003 03:27 AM
тАО11-21-2003 03:27 AM
Re: Increase root space
You must reduce the size of the swap to be able to extend the root logical volume.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-21-2003 03:35 AM
тАО11-21-2003 03:35 AM
Re: Increase root space
you can do it by reducing the swap.
i preffer that you do it by using ignite.
this is better and you can increase the / and other lvols if you have to, and for sure if you have free space.
Regards:
DGH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-21-2003 03:35 AM
тАО11-21-2003 03:35 AM
Re: Increase root space
/opt/ignite/bin/make_tape_recovery -Av -x inc_entire=vg00
Boot the box
interupt at the 10 second prompt
sea
Boot off the sequential device.
example
bo p2
Watch closeley at the console, when there is a prompt to press a key for interactive restore, do it.
Now you can increase the size of the root fs.
I do not believe the standard size of root in the os install is adequate. Thats why so many people have to do this.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-21-2003 03:51 AM
тАО11-21-2003 03:51 AM
Re: Increase root space
1. / is lvol3. lvol4 (tmp) is next so move tmp first. Create a new lvol (usually lvol9), edit /etc/fstab, make /tmp on lvol9, comment out lvol4. Reboot
2. now you can lvremove lvol4 to free up space immediately after lvol3 (/) as this is where you need contiguous space to extend root.
3. boot in lvm maintenance mode. Activate vg00, lvextend lvol3, extendfs it, reboot.
Done.
This only allows you to extend root/lvol3 by as much as the size of lvol4 (tmp).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-21-2003 04:02 AM
тАО11-21-2003 04:02 AM
Re: Increase root space
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-21-2003 04:15 AM
тАО11-21-2003 04:15 AM
Re: Increase root space
Move large files / directories to a roomy filesystem, and ln -s them to /old_dir_name.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-22-2003 12:17 AM
тАО11-22-2003 12:17 AM
Re: Increase root space
This is what I did in my data center.
#make_recovery -i ( take a complete backup of the vg00, with interactive option).
After the back up is done, boot thru the tape and interact with the filesystem sizes. modify the sizes and then proceed. It would be done in 30 minutes. If possible try to get 2 sets of tape backup( in case the first one fails).
Thanks
Pratyush