- 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
03-02-2004 09:46 PM
03-02-2004 09:46 PM
I would like know what is the command to make a mirror disk. I don't need a synchronous vol, but a vol formed by a mirrorized disk.
Have I explained myself with clarity?
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2004 09:49 PM
03-02-2004 09:49 PM
Re: mirror disk
"lvextend -m 1 lv_path [pv_path....|pvg_name....]"
Do man on lvextend.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2004 09:50 PM
03-02-2004 09:50 PM
Re: mirror disk
Regs David
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2004 09:50 PM
03-02-2004 09:50 PM
Re: mirror disk
If the disk is mirrored using lvm. ( MirrorUX) It is mirrored on logical volume level.
So lvdisplay /dev/vg??/lvol?? will give you info on the mirror status.
Mirror copies 1
HTH,
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2004 09:50 PM
03-02-2004 09:50 PM
Re: mirror disk
1) locate a spare unused disk at least the same size as existing disk to be mirrored.
2) pvcreate -B it
3) mkboot it
4) add it to your VG
5) lvextend -m 1 each lvol to create the mirror.
You need the MIRROR/UX software installed to do this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2004 09:54 PM
03-02-2004 09:54 PM
Re: mirror disk
Sorry,
lvcreate -m 1 /dev/vg0?/lvol is the command to add a mirror copy. lvdisplay is the command to view.
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2004 09:54 PM
03-02-2004 09:54 PM
Re: mirror disk
by using MirroDisk/UX it is logical volume-based. I mean that you should extend mirror on another disk for each logical volume:
# lvextend -m 1 /dev/vgXX/lvolX /dev/dsk/cYtYdY
Best regards,
Ettore
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2004 09:54 PM
03-02-2004 09:54 PM
Re: mirror disk
I have two new disks. I want make a mirror of them. I don´t want "lvcreate -m1....".
Can i do this or I can only make a mirrorized lvol?
Thanks again
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2004 09:56 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2004 09:57 PM
03-02-2004 09:57 PM
Re: mirror disk
dd if=/dev/dsk/sourcedisk of=/dev/dsk/destinationdisk bs=1024k
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2004 10:02 PM
03-02-2004 10:02 PM
Re: mirror disk
I wanted it to be able to create volumenes without worrying to select the option to me of the mirror.
On this host several people works. It is necessary to control that they did not create volumenes without mirrror.
Thank you very much by your aid.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2004 10:03 PM
03-02-2004 10:03 PM