- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How can I extend my 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
03-25-2002 11:32 PM
03-25-2002 11:32 PM
lvextend -L 200 /dev/vg00/lvol3
but the system gives the error:
not enough physical extents.
but when I checked the unused disk space : lvdisplay -v vg00
It shows that "available PE 250"
so what can I do ?
and I can extend the non-root volume .
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2002 11:40 PM
03-25-2002 11:40 PM
Re: How can I extend my root file system
How about your max PE per PV ?
C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2002 11:43 PM
03-25-2002 11:43 PM
SolutionYou cannot extend the root filesystem in
this manner. The only way to do it is
from the booting of an ignite tape and
extending that way. To create an ignite
tape:
# /opt/ignite/bin/make_tape_recovery -x inc_entire -I -v -a /dev/rmt/0mn
Unfortunately the root filesystem must be
contiguous and cannot just be extended
like any other.
If you don't have ignite loaded, it can
found on your appplication CD set or it
can be downloaded from
http://www.software.hp.com/products/IUX/index.html
HTH
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2002 11:49 PM
03-25-2002 11:49 PM
Re: How can I extend my root file system
On second thought, it is not possible to extend this fs this way.
You will have to use ignite to backup your system and after backup boot from tape to install the system from tape again.
Use the -i optioin to make the recovery tape interactive so you will be able to change the file system size.
If you don't have ignite or never used it see:
http://www.software.hp.com/products/IUX/
Suc6.
C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2002 11:51 PM
03-25-2002 11:51 PM
Re: How can I extend my root file system
to do this you must use ignite backing the system up to a tape then restoring with a larger file system.
/opt/ignite/bin/make_recovery -p -A
edit the config.recover file to increase the size of the root file system.
/opt/ignite/bin/make_recovery -r
once the tape has finished,
halt the system
boot from tape
wait for restore to finish
all done.
cheers
John.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2002 12:37 AM
03-26-2002 12:37 AM
Re: How can I extend my root file system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2002 01:13 AM
03-26-2002 01:13 AM
Re: How can I extend my root file system
hi
One more thing u can do ( this is not recommended). first u take a ingite backup..
what u do is
FInd out what is there in lvol4.. if it is a filesystem.. move that into another filsystem..and then remove that..
u may be knowing that for root filesystem the filesystem shud be contigous..
if u remove the lvol4 u will get free contigous space..then u have to reboot the system and boot in lvm maintanence mode...
lvextend and extendfs ..after that u have to reboot the system with reboot -n option..( reboot without sync)
after rebooting in ur bdf o/p u can see instead of /dev/vg00/lvol3 /dev/root
go to dev dir and delete root and reboot again.. now u can see in bdf as /dev/vg00/lvol3 mounted as /
try this...
Vijeesh CTK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2004 09:08 PM
02-12-2004 09:08 PM
Re: How can I extend my root file system
When the config.recover file is modified... should this be done prior to creating the ignite tape or afterwards?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2004 10:48 PM
02-12-2004 10:48 PM
Re: How can I extend my root file system
:-) John.