- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- mirroring exsisting logical volumes
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-17-2005 06:08 AM
08-17-2005 06:08 AM
I need to mirror exsiting logical volumes, but do not know how to do it. Can i get some help? Here is the two i need to mirror:
/dev/vg02/lvol3 67108864 6218840 60484592 9% /u09
/dev/vg02/lvol6 67108864 4256488 62501696 6% /u12
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2005 06:09 AM
08-17-2005 06:09 AM
SolutionOnce that is done:
# lvextend -m 1 /dev/vg02/lvol3 /dev/dsk/c?t?d?
# lvextend -m 1 /dev/vg02/lvol6 /dev/dsk/c?t?d?
Replace the c?t?d? with the address of the disks or disks you want to use for the mirror.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2005 06:12 AM
08-17-2005 06:12 AM
Re: mirroring exsisting logical volumes
lvextend -m 1 /dev/vg02/lvol3
lvextend -m 1 /dev/vg02/lvol6
If you don't have enough free disk extents(PE's) from a vgdisplay, the command will fail.
Also mirroring will not, by default work, if you try to mirror to the same physical disk drive.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2005 06:16 AM
08-17-2005 06:16 AM
Re: mirroring exsisting logical volumes
You might take a look at 'lvmerge' and 'lvsplit' also. I've never tried those before but they might be what you are looking for.
Also, I'm guessing that you meant for us to "bear" with you, instead of "bare" with you. :)
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2005 06:18 AM
08-17-2005 06:18 AM
Re: mirroring exsisting logical volumes
http://forums1.itrc.hp.com/service/forums/getattachment.do?attachmentId=264528&ext=.txt
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2005 06:25 AM
08-17-2005 06:25 AM
Re: mirroring exsisting logical volumes
1.Make it LVM disk by
pvcreate -f /dev/rdsk/c?t?d?
2.Add it to the Volume group of the existing disk to be mirrored vg02 in your case.
vgextend vg02 /dev/dsk/c?t?d?
3. Mirror the lvols using
lvextend -m 1 /dev/vg02/lvol3 /dev/dsk/c?t?d?
lvextend -m 1 /dev/vg02/lvol6 /dev/dsk/c?t?d?
Youa are done with mirroring those lvols!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2005 07:26 AM
08-17-2005 07:26 AM
Re: mirroring exsisting logical volumes
# swlist -l bundle | grep -i mirrordisk
Are there spare disks in VG02 volume group. If not add them using pvcreate i.e.
# pvcreate /dev/rdsk/c#t#d#
Now mirror the specific lvol onto the above disk as follows:
# lvextend -m [# of mirrors] /dev/vg02/lvol3 /dev/dsk/c#t#d#
for example if you need to create one mirror copy then do the following:
# lvextend -m 1 /dev/vg02/lvol3 /dev/dsk/c#t#d#
cheers!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2005 08:29 AM
08-17-2005 08:29 AM
Re: mirroring exsisting logical volumes
/dev/vg02/lvol3 67108864 6218840 60484592 9% /u09
to
/dev/vg02/lvol6 67108864 4256488 62501696 6% /u12
I am not adding new disks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2005 08:30 AM
08-17-2005 08:30 AM
Re: mirroring exsisting logical volumes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2005 08:43 AM
08-17-2005 08:43 AM
Re: mirroring exsisting logical volumes
http://docs.hp.com/en/5990-8172/ch06s02.html#cdebgaei
Jason, you need a blank disks for mirroring!
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2005 08:44 AM
08-17-2005 08:44 AM
Re: mirroring exsisting logical volumes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2005 08:50 AM
08-17-2005 08:50 AM
Re: mirroring exsisting logical volumes
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2005 08:56 AM
08-17-2005 08:56 AM
Re: mirroring exsisting logical volumes
--- Volume groups ---
VG Name /dev/vg00
VG Write Access read/write
VG Status available
Max LV 255
Cur LV 8
Open LV 8
Max PV 16
Cur PV 2
Act PV 2
Max PE per PV 4350
VGDA 4
PE Size (Mbytes) 8
Total PE 8680
Alloc PE 7136
Free PE 1544
Total PVG 0
Total Spare PVs 0
Total Spare PVs in use 0
--- Logical volumes ---
LV Name /dev/vg00/lvol1
LV Status available/syncd
LV Size (Mbytes) 384
Current LE 48
Allocated PE 96
Used PV 2
LV Name /dev/vg00/lvol2
LV Status available/syncd
LV Size (Mbytes) 16384
Current LE 2048
Allocated PE 4096
Used PV 2
LV Name /dev/vg00/lvol3
LV Status available/syncd
LV Size (Mbytes) 256
Current LE 32
Allocated PE 64
Used PV 2
LV Name /dev/vg00/lvol4
LV Status available/syncd
LV Size (Mbytes) 256
Current LE 32
Allocated PE 64
Used PV 2
LV Name /dev/vg00/lvol5
LV Status available/syncd
LV Size (Mbytes) 4096
Current LE 512
Allocated PE 1024
Used PV 2
LV Name /dev/vg00/lvol6
LV Status available/syncd
LV Size (Mbytes) 1024
Current LE 128
Allocated PE 256
Used PV 2
LV Name /dev/vg00/lvol7
LV Status available/syncd
LV Size (Mbytes) 4096
Current LE 512
Allocated PE 1024
Used PV 2
LV Name /dev/vg00/lvol8
LV Status available/syncd
LV Size (Mbytes) 2048
Current LE 256
Allocated PE 512
Used PV 2
--- Physical volumes ---
PV Name /dev/dsk/c0t6d0
PV Status available
Total PE 4340
Free PE 772
Autoswitch On
PV Name /dev/dsk/c3t6d0
PV Status available
Total PE 4340
Free PE 772
Autoswitch On
VG Name /dev/vg01
VG Write Access read/write
VG Status available
Max LV 255
Cur LV 6
Open LV 6
Max PV 16
Cur PV 12
Act PV 12
Max PE per PV 17501
VGDA 24
PE Size (Mbytes) 4
Total PE 209988
Alloc PE 198838
Free PE 11150
Total PVG 2
Total Spare PVs 0
Total Spare PVs in use 0
--- Logical volumes ---
LV Name /dev/vg01/lvol1
LV Status available/syncd
LV Size (Mbytes) 65536
Current LE 16384
Allocated PE 32768
Used PV 2
LV Name /dev/vg01/lvol2
LV Status available/syncd
LV Size (Mbytes) 69996
Current LE 17499
Allocated PE 34998
Used PV 4
LV Name /dev/vg01/lvol3
LV Status available/syncd
LV Size (Mbytes) 65536
Current LE 16384
Allocated PE 32768
Used PV 2
LV Name /dev/vg01/lvol4
LV Status available/syncd
LV Size (Mbytes) 65536
Current LE 16384
Allocated PE 32768
Used PV 2
LV Name /dev/vg01/lvol5
LV Status available/syncd
LV Size (Mbytes) 65536
Current LE 16384
Allocated PE 32768
Used PV 2
LV Name /dev/vg01/lvol6
LV Status available/syncd
LV Size (Mbytes) 65536
Current LE 16384
Allocated PE 32768
Used PV 2
--- Physical volumes ---
PV Name /dev/dsk/c4t0d0
PV Status available
Total PE 17499
Free PE 0
Autoswitch On
PV Name /dev/dsk/c4t1d0
PV Status available
Total PE 17499
Free PE 1115
Autoswitch On
PV Name /dev/dsk/c4t2d0
PV Status available
Total PE 17499
Free PE 1115
Autoswitch On
PV Name /dev/dsk/c4t3d0
PV Status available
Total PE 17499
Free PE 1115
Autoswitch On
PV Name /dev/dsk/c4t4d0
PV Status available
Total PE 17499
Free PE 1115
Autoswitch On
PV Name /dev/dsk/c4t5d0
PV Status available
Total PE 17499
Free PE 1115
Autoswitch On
PV Name /dev/dsk/c6t8d0
PV Status available
Total PE 17499
Free PE 0
Autoswitch On
PV Name /dev/dsk/c6t9d0
PV Status available
Total PE 17499
Free PE 1115
Autoswitch On
PV Name /dev/dsk/c6t10d0
PV Status available
Total PE 17499
Free PE 1115
Autoswitch On
PV Name /dev/dsk/c6t11d0
PV Status available
Total PE 17499
Free PE 1115
Autoswitch On
PV Name /dev/dsk/c6t12d0
PV Status available
Total PE 17499
Free PE 1115
Autoswitch On
PV Name /dev/dsk/c6t13d0
PV Status available
Total PE 17499
Free PE 1115
Autoswitch On
--- Physical volume groups ---
PVG Name PVG0
PV Name /dev/dsk/c4t0d0
PV Name /dev/dsk/c4t1d0
PV Name /dev/dsk/c4t2d0
PV Name /dev/dsk/c4t3d0
PV Name /dev/dsk/c4t4d0
PV Name /dev/dsk/c4t5d0
PVG Name PVG1
PV Name /dev/dsk/c6t8d0
PV Name /dev/dsk/c6t9d0
PV Name /dev/dsk/c6t10d0
PV Name /dev/dsk/c6t11d0
PV Name /dev/dsk/c6t12d0
PV Name /dev/dsk/c6t13d0
VG Name /dev/vg02
VG Write Access read/write
VG Status available
Max LV 255
Cur LV 8
Open LV 8
Max PV 16
Cur PV 12
Act PV 12
Max PE per PV 17501
VGDA 24
PE Size (Mbytes) 4
Total PE 209988
Alloc PE 131072
Free PE 78916
Total PVG 0
Total Spare PVs 0
Total Spare PVs in use 0
--- Logical volumes ---
LV Name /dev/vg02/lvol1
LV Status available/syncd
LV Size (Mbytes) 65536
Current LE 16384
Allocated PE 16384
Used PV 1
LV Name /dev/vg02/lvol2
LV Status available/syncd
LV Size (Mbytes) 65536
Current LE 16384
Allocated PE 16384
Used PV 1
LV Name /dev/vg02/lvol3
LV Status available/syncd
LV Size (Mbytes) 65536
Current LE 16384
Allocated PE 16384
Used PV 1
LV Name /dev/vg02/lvol4
LV Status available/syncd
LV Size (Mbytes) 65536
Current LE 16384
Allocated PE 16384
Used PV 1
LV Name /dev/vg02/lvol5
LV Status available/syncd
LV Size (Mbytes) 65536
Current LE 16384
Allocated PE 16384
Used PV 1
LV Name /dev/vg02/lvol6
LV Status available/syncd
LV Size (Mbytes) 65536
Current LE 16384
Allocated PE 16384
Used PV 1
LV Name /dev/vg02/lvol7
LV Status available/syncd
LV Size (Mbytes) 65536
Current LE 16384
Allocated PE 16384
Used PV 1
LV Name /dev/vg02/lvol8
LV Status available/syncd
LV Size (Mbytes) 65536
Current LE 16384
Allocated PE 16384
Used PV 1
--- Physical volumes ---
PV Name /dev/dsk/c5t0d0
PV Status available
Total PE 17499
Free PE 1115
Autoswitch On
PV Name /dev/dsk/c5t1d0
PV Status available
Total PE 17499
Free PE 1115
Autoswitch On
PV Name /dev/dsk/c5t2d0
PV Status available
Total PE 17499
Free PE 1115
Autoswitch On
PV Name /dev/dsk/c5t3d0
PV Status available
Total PE 17499
Free PE 1115
Autoswitch On
PV Name /dev/dsk/c5t4d0
PV Status available
Total PE 17499
Free PE 17499
Autoswitch On
PV Name /dev/dsk/c5t5d0
PV Status available
Total PE 17499
Free PE 17499
Autoswitch On
PV Name /dev/dsk/c7t8d0
PV Status available
Total PE 17499
Free PE 1115
Autoswitch On
PV Name /dev/dsk/c7t9d0
PV Status available
Total PE 17499
Free PE 1115
Autoswitch On
PV Name /dev/dsk/c7t10d0
PV Status available
Total PE 17499
Free PE 1115
Autoswitch On
PV Name /dev/dsk/c7t11d0
PV Status available
Total PE 17499
Free PE 1115
Autoswitch On
PV Name /dev/dsk/c7t12d0
PV Status available
Total PE 17499
Free PE 17499
Autoswitch On
PV Name /dev/dsk/c7t13d0
PV Status available
Total PE 17499
Free PE 17499
Autoswitch On
strings /etc/lvmtab:
strings /etc/lvmtab
/dev/vg00
/dev/dsk/c0t6d0
/dev/dsk/c3t6d0
/dev/vg01
/dev/dsk/c4t0d0
/dev/dsk/c4t1d0
/dev/dsk/c4t2d0
/dev/dsk/c4t3d0
/dev/dsk/c4t4d0
/dev/dsk/c4t5d0
/dev/dsk/c6t8d0
/dev/dsk/c6t9d0
/dev/dsk/c6t10d0
/dev/dsk/c6t11d0
/dev/dsk/c6t12d0
/dev/dsk/c6t13d0
/dev/vg02
/dev/dsk/c5t0d0
/dev/dsk/c5t1d0
/dev/dsk/c5t2d0
/dev/dsk/c5t3d0
/dev/dsk/c5t4d0
/dev/dsk/c5t5d0
/dev/dsk/c7t8d0
/dev/dsk/c7t9d0
/dev/dsk/c7t10d0
/dev/dsk/c7t11d0
/dev/dsk/c7t12d0
/dev/dsk/c7t13d0
Class I H/W Path Driver S/W State H/W Type Description
===========================================================================
disk 0 1/0/0/3/0.6.0 sdisk CLAIMED DEVICE HP 36.4GST336753LC
/dev/dsk/c0t6d0 /dev/rdsk/c0t6d0
disk 1 1/0/0/3/1.2.0 sdisk CLAIMED DEVICE HP DVD-ROM 305
/dev/dsk/c1t2d0 /dev/rdsk/c1t2d0
disk 2 1/0/1/0/0/1/1.6.0 sdisk CLAIMED DEVICE HP 36.4GST336753LC
/dev/dsk/c3t6d0 /dev/rdsk/c3t6d0
disk 3 1/0/2/0/0.0.0 sdisk CLAIMED DEVICE HP 73.4GST373307LC
/dev/dsk/c4t0d0 /dev/rdsk/c4t0d0
disk 4 1/0/2/0/0.1.0 sdisk CLAIMED DEVICE HP 73.4GST373307LC
/dev/dsk/c4t1d0 /dev/rdsk/c4t1d0
disk 5 1/0/2/0/0.2.0 sdisk CLAIMED DEVICE HP 73.4GST373307LC
/dev/dsk/c4t2d0 /dev/rdsk/c4t2d0
disk 6 1/0/2/0/0.3.0 sdisk CLAIMED DEVICE HP 73.4GMAP3735NC
/dev/dsk/c4t3d0 /dev/rdsk/c4t3d0
disk 7 1/0/2/0/0.4.0 sdisk CLAIMED DEVICE HP 73.4GST373307LC
/dev/dsk/c4t4d0 /dev/rdsk/c4t4d0
disk 8 1/0/2/0/0.5.0 sdisk CLAIMED DEVICE HP 73.4GMAP3735NC
/dev/dsk/c4t5d0 /dev/rdsk/c4t5d0
disk 9 1/0/4/0/0.0.0 sdisk CLAIMED DEVICE HP 73.4GST373307LC
/dev/dsk/c5t0d0 /dev/rdsk/c5t0d0
disk 10 1/0/4/0/0.1.0 sdisk CLAIMED DEVICE HP 73.4GST373307LC
/dev/dsk/c5t1d0 /dev/rdsk/c5t1d0
disk 11 1/0/4/0/0.2.0 sdisk CLAIMED DEVICE HP 73.4GST373307LC
/dev/dsk/c5t2d0 /dev/rdsk/c5t2d0
disk 12 1/0/4/0/0.3.0 sdisk CLAIMED DEVICE HP 73.4GST373307LC
/dev/dsk/c5t3d0 /dev/rdsk/c5t3d0
disk 13 1/0/4/0/0.4.0 sdisk CLAIMED DEVICE HP 73.4GST373307LC
/dev/dsk/c5t4d0 /dev/rdsk/c5t4d0
disk 14 1/0/4/0/0.5.0 sdisk CLAIMED DEVICE HP 73.4GST373307LC
/dev/dsk/c5t5d0 /dev/rdsk/c5t5d0
disk 15 1/0/6/0/0.8.0 sdisk CLAIMED DEVICE HP 73.4GST373307LC
/dev/dsk/c6t8d0 /dev/rdsk/c6t8d0
disk 16 1/0/6/0/0.9.0 sdisk CLAIMED DEVICE HP 73.4GST373307LC
/dev/dsk/c6t9d0 /dev/rdsk/c6t9d0
disk 17 1/0/6/0/0.10.0 sdisk CLAIMED DEVICE HP 73.4GST373307LC
/dev/dsk/c6t10d0 /dev/rdsk/c6t10d0
disk 18 1/0/6/0/0.11.0 sdisk CLAIMED DEVICE HP 73.4GST373307LC
/dev/dsk/c6t11d0 /dev/rdsk/c6t11d0
disk 19 1/0/6/0/0.12.0 sdisk CLAIMED DEVICE HP 73.4GST373307LC
/dev/dsk/c6t12d0 /dev/rdsk/c6t12d0
disk 20 1/0/6/0/0.13.0 sdisk CLAIMED DEVICE HP 73.4GST373307LC
/dev/dsk/c6t13d0 /dev/rdsk/c6t13d0
disk 21 1/0/14/0/0.8.0 sdisk CLAIMED DEVICE HP 73.4GMAP3735NC
/dev/dsk/c7t8d0 /dev/rdsk/c7t8d0
disk 22 1/0/14/0/0.9.0 sdisk CLAIMED DEVICE HP 73.4GST373307LC
/dev/dsk/c7t9d0 /dev/rdsk/c7t9d0
disk 23 1/0/14/0/0.10.0 sdisk CLAIMED DEVICE HP 73.4GST373307LC
/dev/dsk/c7t10d0 /dev/rdsk/c7t10d0
disk 24 1/0/14/0/0.11.0 sdisk CLAIMED DEVICE HP 73.4GST373307LC
/dev/dsk/c7t11d0 /dev/rdsk/c7t11d0
disk 25 1/0/14/0/0.12.0 sdisk CLAIMED DEVICE HP 73.4GST373307LC
/dev/dsk/c7t12d0 /dev/rdsk/c7t12d0
disk 26 1/0/14/0/0.13.0 sdisk CLAIMED DEVICE HP 73.4GST373307LC
/dev/dsk/c7t13d0 /dev/rdsk/c7t13d0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2005 09:01 AM
08-17-2005 09:01 AM
Re: mirroring exsisting logical volumes
Can you be more specific as to what you want to do? The mirror process mirrors data from one logical volume (LV) to another physical disk. If you are out of physical disks and you want to reclaim the disk space from one of the LV's to use as a mirror for the other then you have to remove that LV that is going to be the mirror with the lvremove command.
If you want to mirror the data on lvol3 then you will have to first do an lvdisplay /dev/vg02/lvol6 and note the disk ctd number that lvol6 lives on.
1. umount lvol3 and lvol6
2. lvremove /dev/vg02/lvol6
3. lvextend -m /dev/vg02/lvol3 /dev/dsk/c_t_d_ where the ctd numbers are the disk that lvol6 used to reside on.
4. mount /dev/vg02/lvol3
5. vi /etc/fstab and comment out the line that pointed to /dev/vg02/lvol6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2005 09:12 AM
08-17-2005 09:12 AM
Re: mirroring exsisting logical volumes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2005 10:06 AM
08-17-2005 10:06 AM
Re: mirroring exsisting logical volumes
regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2005 10:08 AM
08-17-2005 10:08 AM
Re: mirroring exsisting logical volumes
To put production data on.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2005 10:14 AM
08-17-2005 10:14 AM
Re: mirroring exsisting logical volumes
thx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2005 10:21 AM
08-17-2005 10:21 AM
Re: mirroring exsisting logical volumes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2005 10:41 AM
08-17-2005 10:41 AM
Re: mirroring exsisting logical volumes
regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2005 10:43 AM
08-17-2005 10:43 AM
Re: mirroring exsisting logical volumes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2005 10:45 AM
08-17-2005 10:45 AM
Re: mirroring exsisting logical volumes
If you want to mirror you will have to remove one LVOL so you can the space to mirror the other LVOL.