- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- VG00 Exporting to EMC
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
04-20-2004 06:38 AM
04-20-2004 06:38 AM
1. Break mirror of 2 drives on L class
2. Move VG00 over to EMC (after mirror is broken)
3. Replace drive in L class with a larger drive and increase swap space from 512mb to 2GB.
4. Move VG00 back to L class server
5. Reestablish mirror.
System: HP-UX 11.0, L class server
Thanks,
Doug
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2004 06:52 AM
04-20-2004 06:52 AM
SolutionBest solution is to do a ignite backup and do a ignite restore after replacing the internal disk with a bigger disk. Using an EMC disk will not help.
You'll run into the problem of adding a large disk to vg00. Something like the situation defined in the link below,
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000063236226
The ITRC doc id is KBRC00001759.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2004 06:55 AM
04-20-2004 06:55 AM
Re: VG00 Exporting to EMC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2004 07:11 AM
04-20-2004 07:11 AM
Re: VG00 Exporting to EMC
Thanks,
Doug
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2004 07:20 AM
04-20-2004 07:20 AM
Re: VG00 Exporting to EMC
Do a vgdisplay for VG00. Take a product of MAX_PE per PV and PE_Size. This will give you the maximum size of a disk that you can add as part of VG00 without recreating vg00.
To recreate vg00, the easy way out if you don't want to reload all the other S/W's is to take a ignite backup, Replace the disk and do a ignite restore.
Take a look at ignite site for more info on ignite.
http://www.software.hp.com/products/IUX/index.html
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2004 07:57 AM
04-20-2004 07:57 AM
Re: VG00 Exporting to EMC
The best way is to run a make_recovery (or make_tape_recovery), install the new drives and reinstall the OS from the recovery tape.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2004 02:53 AM
04-21-2004 02:53 AM
Re: VG00 Exporting to EMC
All those 18Gb drives you replaced with 36GB drives, was the MAX_PE set to accomodate those larger drives?
When a volume group is created it automatically sets MAX_PE to match the largest drive being used at time of creation. That is then the maximum amount of a drive you can use.
You can add a 36GB drive later but, you will only be using 18GB of that drive unless you rebuild the volume group and set the MAX_PE.
If those volume groups did not have a large enough MAX_PE you are only using half of those 36GB drives.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2004 03:11 AM
04-21-2004 03:11 AM
Re: VG00 Exporting to EMC
Thanks,
Doug