- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How can I increase the root file system "/"?
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
08-15-2002 06:46 PM
08-15-2002 06:46 PM
Do I have to reinstall from scratch?
Thanks in advance
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2002 07:25 PM
08-15-2002 07:25 PM
Re: How can I increase the root file system "/"?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2002 07:29 PM
08-15-2002 07:29 PM
Re: How can I increase the root file system "/"?
http://forums.itrc.hp.com/cm/QuestionAnswer/0,,0xcd1a36e69499d611abdb0090277a778c,00.html
Hope it helps..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2002 07:35 PM
08-15-2002 07:35 PM
Re: How can I increase the root file system "/"?
Check that out first and then if you still need to increase /, your best bet is the Ignite/UX route. If you don't have Ignite you can get it from http://software.hp.com/products/IUX
Once it is installed (the install does NOT require a reboot) you then create a make_tape_recovery tape, preferably 2 copies, with the following command:
# /opt/ignite/bin/make_tape_recovery -a /dev/rmt/?mn -I -v -x inc_entire=vg00
Make sure you replace the ?mn with the correct tape device for your machine.
After you make the tape, you boot from the tape, and then you have the option, from one of the menus (I can't remember which right now) to change the sizes of your root LVs.
Also be aware that if you have your root disk(s) mirrored, you will have to recreate the mirrors after the ignite process is finished as Ignite/UX does NOT recreate the mirrors automatically.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2002 11:54 PM
08-15-2002 11:54 PM
Re: How can I increase the root file system "/"?
If that doesn't give you the free space you need you may have to increase /. The problem is that / needs to be contiguous and within the first 2Gb of the disk. So your best option is normally to make a ignite backup and restore it interactively creating a bigger /.
Another option if / is a HA-disk is to create a new "root-vg" on a new disk copying over all file systems and swapping them later.
If you go for the Ignite version be sure you use a version you have tested or the latest patched version.
Regards,
Trond
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2002 06:09 AM
08-16-2002 06:09 AM
Re: How can I increase the root file system "/"?
The best solution is to backup using ignite and reload it all. Using ignite to reload, you can specify more space for whichever lvol's you need to expand and can also make those new lvol's for /var, /opt, and /tmp at that time.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2002 06:18 AM
08-16-2002 06:18 AM
Re: How can I increase the root file system "/"?
ISL> hpux -lm boot
$>lvextend -L SIZE /dev/vg00/lvol3
$>/usr/sbin/reboot -n
Regards,
Ceesjan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2002 06:39 AM
08-16-2002 06:39 AM
Solution/ is something which gets filled in case the house keeping is not done . All you have to do is to check the flloowing :
1. Find core files and delte them
2. /etc/utmp may have grown bulky , you may liket o delete or make it to 0 bytes.
3. under /dev there may be errorneous files created bcoz of incorrect archiving commands given. you can delte them
4. Check for /lost+found and delte the files there.
/ root should be like 150 mb to wrok proeperly , so you can check for that size atleast . Still if you want to increase it then the best way out is
1. boot in singel user mode and then extend if the vg00 is free
2. Do a ignite and retore OS wiht a bigger root size.
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2002 09:42 AM
08-16-2002 09:42 AM
Re: How can I increase the root file system "/"?
some threads where I have described the process:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x75c1854994d9d4118fef0090279cd0f9,00.html
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x957b06295e00d6118ff40090279cd0f9,00.html
The second is the more detailed...
HTH,
Wodisch