- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Extending / 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
05-21-2001 03:59 PM
05-21-2001 03:59 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2001 04:05 PM
05-21-2001 04:05 PM
Re: Extending / root file system
http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0xf490e7613948d5118fef0090279cd0f9,00.html
One way or another, you will have break your mirror and use Peggy Fongs idea or install from a make_recovery (or make_tape_recovery) tape.
Bill Hassel, I don't know if it is in the above thread or not, makes a good point in a previous thread that once you have / set after your initial installation, you should NEVER need to resize it. NOTHING should write directly into your / (root) filesystem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2001 04:20 PM
05-21-2001 04:20 PM
Re: Extending / root file system
install ignite-ux
make_recovery -Ai
before you continue, you will need to make sure you export out all of the non-vg00 disks and make copies of the maps so you will be able to import the disk back in after your recreate your vg00 file systems. Sence you already have the vg00 disk mirrored you will want to split the mirrors and leave them alone until you test the recovery incase you need to get back to where you where befor you started, you can boot back off of the mirrors.
boot (stop boot up)
sea (for tape device)
bo
sence the tape was made in interactive mode you will be able to modify the partition sizes through the menu. at that time you can continue to restore the tape and finally after you do this, you can copy the non-vg00 maps back over, now import the non-vg00 disk back in. Once you are happy with the results you can remirror the vg00 disk.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2001 05:27 PM
05-21-2001 05:27 PM
Re: Extending / root file system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2001 10:57 PM
05-21-2001 10:57 PM
Re: Extending / root file system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2001 11:45 PM
05-21-2001 11:45 PM
Re: Extending / root file system
Check out the options in the link from Patricks reply. In there is one on using pvmove. This is the best option as you dont need to rebuild your entire vg00 using an ignite make_recovery tape. Simply break your mirrors and pvmove / to the old mirrored root disk, now extend it, and pvmove the rest over. Then mirror back to your original disk and change your setboot paths and your done. You can do it with only a couple of reboots.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2001 05:47 AM
05-22-2001 05:47 AM
Solutionlets assume / is /dev/vg00/lvol3
and it is a vxfs file system.
lets assume that /dev/vg00/lvol4 is the next logical volume on the disk.
pvmove -n /dev/vg00/lvol4 /dev/dsk/
lvextend -L
fsadm -F vxfs -b 100M /
Your / filesystem must be a contiguous logical volume so you need to move the logical volume after it to another disk.
After you extended /dev/vg00/lvol3 you can now move lvol4 back to the root disk
pvmove -n /dev/vg00/lvol4 /dev/
This assumed that you had online JFS. If you do not or have a HFS root filesystem ignite may be your best choice.
Good luck
Emil