- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Add mirror to DLVM
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
08-20-2001 11:09 PM
08-20-2001 11:09 PM
I'm using MC Service Guard on N-Classes. The 2 machines are duplexed and use 11 external HDs (their usage is DLVM !) : they all are mirrored one to one, except one (that's why 11). I have a new HD plugged into the machines and I want it to be the mirror disk of the alone one.
How can I configure it ? I've read that SAM cannot be used to perform this operation (because of DLVM).
Is there a solution ?
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2001 11:41 PM
08-20-2001 11:41 PM
SolutionIt seems that you are using some sort of disk array. If this is the case mirroring is configured with the array tools instead of Mirror-UX (host based mirroring). So the question is : which array are you using ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2001 12:03 AM
08-21-2001 12:03 AM
Re: Add mirror to DLVM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2001 12:56 AM
08-21-2001 12:56 AM
Re: Add mirror to DLVM
Add the new disk to the vg of the lvols that are not mirrored:
pvcreate /dev/rdsk/cZtYdZ
vgextend vgname /dev/dsk/cXtYdZ
and for each lvol:
lvextend -m 1 /dev/vgname/lvolname /dev/dsk/cXtYdZ
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2001 01:16 AM
08-21-2001 01:16 AM
Re: Add mirror to DLVM
to see the device files of your disk.
You should refer to the sc10 manual/sam inerface to figure out the id of the new disk/enclosure if you don't know it already.
pvcreate and vgextend to add the new disk to the vg or use vgcfgrestore if you replaced a disk that was already previously configured.
You can use pvmove to push an lvol from one disk to another if you really want to specify otherwise you'll have to lvcreate a null size, extend onto a specific disk and then lvextend the mirror onto the newly added pv and then lvextend your mirror as mentioned above.
lvdisplay -v to verify it's all as you expect!
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2001 05:12 AM
08-21-2001 05:12 AM
Re: Add mirror to DLVM
Caution, il faut faire attetion.
You must after extend the Volumegroup and the Logical Volume, adapting the Volume Configuration on the Backup server. yo can do follow:
1.) on Primary server
vgexport -p -s -v -m vgxx.mymap /dev/vgxx
copie the created mapfile via ftp or RCP on the backup server.
2.) on backup server
vgexport /dev/vgxx
mkdir /dev/vgxx
mknod /dev/vgxx/group c 64 0x0n000
vgimport -s -v -m vgxx/mymap /dev/vgxx
gut luck
bonne chance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2001 05:14 AM
08-28-2001 05:14 AM