- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Mirror 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
12-22-2004 11:55 PM
12-22-2004 11:55 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2004 12:08 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2004 12:15 AM
12-23-2004 12:15 AM
Re: Mirror disk
Not as difficult as mirroring.
---
7. extend lvols to new sub-partition on the disk
# lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c2t1d0s2
.... lvextend -m 1 (additional LV)...
---
reverse the previous commands with
# lvreduce -m 0 /dev/vg00/lvol1 /dev/dsk/c2t1d0s2
.... lvreduce -m 0 (additional LV)...
Hope this helps,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2004 12:23 AM
12-23-2004 12:23 AM
Re: Mirror disk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2004 12:29 AM
12-23-2004 12:29 AM
Re: Mirror disk
The first command should read.
lvreduce -m 0 /dev/vg00/lvol1 /dev/dsk/c2t0d0s2
The sector i important otherwise the command fails.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2004 12:31 AM
12-23-2004 12:31 AM
Re: Mirror disk
After the lvreduce, verify the boot options with the setboot command.
# setboot
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2004 12:34 AM
12-23-2004 12:34 AM
Re: Mirror disk
of course for you have to reduce all lvols
lvreduce -m 0 /dev/vg00/lvol1 /dev/dsk/c2t0d0s2
..
lvreduce -m 0 /dev/vg00/lvol9 /dev/dsk/c2t0d0s2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2004 12:50 AM
12-23-2004 12:50 AM
Re: Mirror disk
Here is the entire process from start to finish to break a mirror on an itanium box.
1. reduce all lvols
lvreduce -m 0 /dev/vg00/lvol? /dev/dsk/c?t?d?s2
2. remove disk from vg
vgreduce /dev/vg00 /dev/dsk/c?t?d?s2
3. remove efi partition headers and table form disk
idisk -R /dev/rdsk/ c?t?d?s2
4. On boot up goto the boot options.
Then delete boot options and delete the alternate boot path.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2004 12:55 AM
12-23-2004 12:55 AM