- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Add Disk to Current Mirrored Volume
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
11-27-2003 09:08 PM
11-27-2003 09:08 PM
I am after some advise on how to add a new disk to current mirrored group < VG03 > .
This at present is mirrored across c5t8d0 & c7t8d0.
Can anyone advise me on how to create the new disk and add to current mirror
Thanks Zean
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2003 09:19 PM
11-27-2003 09:19 PM
Solutionvgextend vgXX /dev/dsk/cXtXdX
U can mirror logical volumes now ! Note that u have only a single disk and if u mirror it on the same disk ... it does'nt give u redendancy during a drive failure !.
May be we can help you if you come back with disk sizes !
Kaps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2003 09:23 PM
11-27-2003 09:23 PM
Re: Add Disk to Current Mirrored Volume
Thanks for this so all i need to do after this is issue lvextend -m2
Thanks
Zean
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2003 09:27 PM
11-27-2003 09:27 PM
Re: Add Disk to Current Mirrored Volume
# lvextend -m2 /dev/vg03/lvolx /dev/dsk/cxtxdx
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2003 09:31 PM
11-27-2003 09:31 PM
Re: Add Disk to Current Mirrored Volume
Thanks
Zean