- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Extending VG00 onto another disk.
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
02-26-2003 09:35 AM
02-26-2003 09:35 AM
Thanks in Advance for your help...
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2003 09:42 AM
02-26-2003 09:42 AM
SolutionSo in short, the answer is no. You'll have to Ignite your server using your 73GB as your primary disk in VG00 in order to be able to have a 91 GB Volume Group.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2003 09:44 AM
02-26-2003 09:44 AM
Re: Extending VG00 onto another disk.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2003 09:51 AM
02-26-2003 09:51 AM
Re: Extending VG00 onto another disk.
Try to keep your vg00 as basic as possible. By doing so you can quickly recover or alter the vg00 configuration using HP's Ignite make_tape_recovery tool. This will leave your application intact on the seperate disk and it is just a matter of running the vgimport command to bring the application back online.
Rgds.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2003 09:56 AM
02-26-2003 09:56 AM
Re: Extending VG00 onto another disk.
make_tape_recovery -x inc_entire=vgxx
man make_tape_recovery.
Good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2003 09:58 AM
02-26-2003 09:58 AM
Re: Extending VG00 onto another disk.
Thanks again everyone for your thoughts.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2003 10:09 AM
02-26-2003 10:09 AM
Re: Extending VG00 onto another disk.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2003 10:19 AM
02-26-2003 10:19 AM
Re: Extending VG00 onto another disk.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2003 10:22 AM
02-26-2003 10:22 AM
Re: Extending VG00 onto another disk.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2003 10:33 AM
02-26-2003 10:33 AM
Re: Extending VG00 onto another disk.
You can specify both disks for vg00 at install, but I believe the first of them in the HW path will be first loaded. So if the 18Gb has a lower HW path number, you should designate only the 73Gb disk & then add the 18 later. It certainly won't need all of 73 to load the OS.
I still would caution you to not create such a large vg00. There's no need for that at all. I'd recommend you just add the 73 as vg01 or whatever & avoid having to Ignite in the first place.
IF you create a new VG with the 73, LVM will poperly size the values, and you *could* even increase the maxPE/PV value to accomodate even larger drives down the road.
Quick, easy, painless...works for me.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2003 10:59 AM
02-26-2003 10:59 AM
Re: Extending VG00 onto another disk.
It is more of a can I make it work now. After playing around, I will probably just go with the 2 VG method. If this was a production system, it would be a no brainer.
Thanks again.