- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Extend 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
05-17-2004 12:28 AM
05-17-2004 12:28 AM
Extend File System
My Filesystem on Vg00 is getting full, i want to extend the same, my question is can i extend the "/" file system???
thanks in advance.
Regards,
Vijay.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2004 12:31 AM
05-17-2004 12:31 AM
Re: Extend File System
You can extend / filesystem but it is nor easy, create a bootable backup tape with ignite software and restore your system to larger filesystems.
Maybe you could move data from / filesystem to an other filesystem.
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2004 12:33 AM
05-17-2004 12:33 AM
Re: Extend File System
:-) John.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2004 12:37 AM
05-17-2004 12:37 AM
Re: Extend File System
The best and safest way is to use IgniteUX.
1. Get Ignite UX installed (It's free) on your system if you don't have one.
2. Create backup of entire VG00 volume as
# make_recovery -ACv -d /dev/rmt/0m
You can have your Tape device name if it is not 0m and then it will create a bootable tape.
3.Shutdown the system, replace disk if you are planning to do so and proceed with booting the system thr' tape.
4. While restoring it, it will prompt you to alter the Filesystem sizes if you wish to.
Hope this helps.
All the best.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2004 12:38 AM
05-17-2004 12:38 AM
Re: Extend File System
As the / as to be contigous, it is not so easy to extend it. The best way, is to do a backup by ignite an then restore your systeme with a file system resizing (advanced option in the ignite restore)
Johan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2004 12:39 AM
05-17-2004 12:39 AM
Re: Extend File System
when this is complete reboot the system. Interrupt the boot process by rpessing any key in the first ten seconds. type "SEA" to list bootable devices they will be list P0 , P1, P2 ...
not type
bo PX where X represents the tape drive
interrupt with IPL (Y/N) N
the system will start to boot from the tape then ask if you wish to interact with Ignite, at this stage interact and specify new filestystem size for root then let restore continue.
on completion you should have an identical system with an enlarged root filesystem
:-) John.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2004 12:39 AM
05-17-2004 12:39 AM
Re: Extend File System
http://www.software.hp.com/products/IUX/index.html
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2004 01:03 AM
05-17-2004 01:03 AM
Re: Extend File System
however, you do have an option....
root is usually lvol3 or lvol4 and need to be contiguous - you could "move" whatever is in lvol4 or lvol5 to a new lvol...then remove lvol4 or lvol5, then increase your root filesystem.
Rgds...Geoff