1754415 Members
2888 Online
108813 Solutions
New Discussion юеВ

Re: mirror with MirrorUX

 
SOLVED
Go to solution
cheesytime
Regular Advisor

Re: mirror with MirrorUX

-bash-4.1# strings /etc/lvmtab
/dev/vg00
/dev/disk/disk4
-bash-4.1# vgdisplay -v
--- Volume groups ---
VG Name /dev/vg00
VG Write Access read/write
VG Status available
Max LV 255
Cur LV 9
Open LV 9
Max PV 16
Cur PV 1
Act PV 1
Max PE per PV 4385
VGDA 2
PE Size (Mbytes) 16
Total PE 4375
Alloc PE 4371
Free PE 4
Total PVG 0
Total Spare PVs 0
Total Spare PVs in use 0
VG Version 1.0
VG Max Size 1122560m
VG Max Extents 70160

--- Logical volumes ---
LV Name /dev/vg00/lvol1
LV Status available/syncd
LV Size (Mbytes) 1792
Current LE 112
Allocated PE 112
Used PV 1

LV Name /dev/vg00/lvol2
LV Status available/syncd
LV Size (Mbytes) 16384
Current LE 1024
Allocated PE 1024
Used PV 1

LV Name /dev/vg00/lvol3
LV Status available/syncd
LV Size (Mbytes) 1024
Current LE 64
Allocated PE 64
Used PV 1

LV Name /dev/vg00/lvol4
LV Status available/syncd
LV Size (Mbytes) 12400
Current LE 775
Allocated PE 775
Used PV 1

LV Name /dev/vg00/lvol5
LV Status available/syncd
LV Size (Mbytes) 20304
Current LE 1269
Allocated PE 1269
Used PV 1

LV Name /dev/vg00/lvol6
LV Status available/syncd
LV Size (Mbytes) 8384
Current LE 524
Allocated PE 524
Used PV 1

LV Name /dev/vg00/lvol7
LV Status available/syncd
LV Size (Mbytes) 800
Current LE 50
Allocated PE 50
Used PV 1

LV Name /dev/vg00/lvol8
LV Status available/syncd
LV Size (Mbytes) 4272
Current LE 267
Allocated PE 267
Used PV 1

LV Name /dev/vg00/lvol9
LV Status available/syncd
LV Size (Mbytes) 4576
Current LE 286
Allocated PE 286
Used PV 1


--- Physical volumes ---
PV Name /dev/disk/disk4
PV Status available
Total PE 4375
Free PE 4
Autoswitch On
Proactive Polling On
Torsten.
Acclaimed Contributor

Re: mirror with MirrorUX

I assume there was a previous installation on that disk and you no longer need the data on it.

Right?

In this case use

pvcreate -f -B /dev/rdisk/disk3

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!   
cheesytime
Regular Advisor

Re: mirror with MirrorUX

Right, points submitted, it worked!

-bash-4.1# pvcreate -f -B /dev/rdisk/disk3
Physical volume "/dev/rdisk/disk3" has been successfully created.

There was a previous UX installation, yep!

-bash-4.1# pvcreate -f -B /dev/rdisk/disk3
Physical volume "/dev/rdisk/disk3" has been successfully created.

How do i extend the VG now?
Mirror all the LVs?
Mirror boot sector?

-bash-4.1# lvlnboot -v
Boot Definitions for Volume Group /dev/vg00:
Physical Volumes belonging in Root Volume Group:
/dev/disk/disk4 -- Boot Disk
Boot: lvol1 on: /dev/disk/disk4
Root: lvol3 on: /dev/disk/disk4
Swap: lvol2 on: /dev/disk/disk4
Dump: lvol2 on: /dev/disk/disk4, 0
Torsten.
Acclaimed Contributor

Re: mirror with MirrorUX

I posted a document earlier in this thread ...

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!   
P Arumugavel
Respected Contributor

Re: mirror with MirrorUX

Hi thatthotspots,
refer the attachment to have idea on legacy and persistent dsf.
The path-independent nature of a persistent DSF offers the benefit of simplified management. Each persistent DSF represents a LUN, unlike a legacy DSF which is really a path to a LUN. In a multi-path environment, the number of persistent DSFs is smaller than the number of legacy DSFs. Applications do not have to be aware of multi-pathing, simply using a persistent DSF provides multi-pathing support....
Venkata Nagesh
Occasional Advisor

Re: mirror with MirrorUX

Follow the PA-RISC procedure in the document poster by Torsten.