- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Re-create Mirroring on HP-UX 11.0
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
12-12-2002 09:51 AM
12-12-2002 09:51 AM
Thanks,
Rebecca
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2002 09:57 AM
12-12-2002 09:57 AM
Re: Re-create Mirroring on HP-UX 11.0
Yes do a full backup and and make recovery.
Then break the mirrors and and use the disks in a left to right setup - using sam will be the quickest and easiest - just note the path to each disk and use as requied.
Do not forget the backup and make recovery as if all goes wrong then you will require them.
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2002 10:00 AM
12-12-2002 10:00 AM
Solution1. Unmount your filesystems and deactivate your volume group(s).
2. vgexport your volume group(s).
3. Move the disks to the positions you require.
4. vgimport your volume group(s) specifying the new disk hardware paths.
If you can't move the disks then you'll have to:
1. unmirror all the relevant volumes
2. vgreduce disks from volume groups if necessary.
3. Add disks to volume groups (if necessary).
4. Remirror your volumes.
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2002 10:33 AM
12-12-2002 10:33 AM
Re: Re-create Mirroring on HP-UX 11.0
In regards to the export/import, I would export the vgs (without a mapfile), physically move the disks to the slots in the jamaica box that I want, and then import the vgs back using the new disk name (/dev/dsk/cxtxdx)?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2002 09:22 AM
12-16-2002 09:22 AM
Re: Re-create Mirroring on HP-UX 11.0
All you need to do is to reduce the mirrors from the undesired disk drives using the lvreduce command (-m 0) and specify the device you want the mirror removed from. Once completed on all targeted mirrors, reestablish the mirror's using the lvextend command (-m 1) and specify the device where you want that mirror to be; which in this case will the device file of the disk to the right of the source disk.