- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Extend Root VG
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-16-2005 09:03 AM
03-16-2005 09:03 AM
Any comment is appreciated.
Steven
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2005 09:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2005 09:13 AM
03-16-2005 09:13 AM
Re: Extend Root VG
I am sorry to say that u canot extend ur root vg just by simply going to single user mode........U need to take a ignite backup and boot from the tape and do the changes to ur root vg....But remember ur mirroring part will not be done,u have to do it manually after u have changed ur root vg size and ur restoring ur system atleast to a bootable stage....And do remember to take ur entire system dat backup...If any other help needed please post....
Mitra
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2005 09:18 AM
03-16-2005 09:18 AM
Re: Extend Root VG
By the way, after wiping out the physical disk, do I have to manually rm fstab entry for that disk?
example, the disk to wiped out:
/dev/vg02/lvol1 /disk2 vxfs rw,suid,nolargefiles,delaylog,datainlog 0 2
After vgexport/pvcreate/vgextend, would this entry be gone by system itself? Aafter I do lvextend/extenfs, what be in the fstab for the extended vg (from this disk, not root disk)?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2005 01:34 PM
03-16-2005 01:34 PM
Re: Extend Root VG
Yep!
Recommend from HP is: Backup the OS after extend root filesystem.
You can do with "make_tape_recovery -A" command.
Take a look with these threads, them may help you:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=505209
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=97821
Goodluck to you
Regard,
HoangChiCong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2005 01:45 PM
03-16-2005 01:45 PM
Re: Extend Root VG
If I understood your question right, you need to extend your root VG but that the second disk still has data in it (as disk to be wiped out entry in your last post). If that's the case, then you need to lvremove the lvol first, then do a vgremove of the VG contained in that disk. Format the disk through pvcreate (use the -B option if you need to make the disk bootable). Then you do your vgextend.
As to the question on whether you can do this using single user mode, yes you can. You need to mount /usr first though. In lvm maintenance mode, you can do this as well.
Good luck!
Regards,
Isralyn