1836521 Members
2644 Online
110101 Solutions
New Discussion

Re: Mirroring lvol's

 
SOLVED
Go to solution
Bob Verity
Occasional Advisor

Mirroring lvol's

Has anyone seen the following error? I tried this same command on a different 10.20 box and it works. The version of the lvextend commands is the same on both boxes.
usmdok19:/->lvextend -m
1 /dev/vg00/lvol1 /dev/dsk/c2t8d0
Usage: lvextend
[-A Autobackup]
{-l LogicalExtentsNumber |
-L LogicalVolumeSize}
LogicalVolumePath [ PhysicalVolumePath... | PhysicalVolumeGroupName... ]
"m": Illegal option.
Bob
6 REPLIES 6
S.K. Chan
Honored Contributor
Solution

Re: Mirroring lvol's

Meaning you don't have Mirror/UX installed. Confirm this by ..

# swlist -l bundle|grep Mirror
Darrell Allen
Honored Contributor

Re: Mirroring lvol's

Hi Bob,

Stupid question but do you have MirrorDisk/UX on the system where it's failing?

Darrell
"What, Me Worry?" - Alfred E. Neuman (Mad Magazine)
Helen French
Honored Contributor

Re: Mirroring lvol's

Hi Bob,

Do you have Mirror/UX installed on your server ? Check that through 'swlist' command.

HTH,
Shiju
Life is a promise, fulfill it!
Jeff Machols
Esteemed Contributor

Re: Mirroring lvol's

it looks like the system does not have MirrorDisk installed. Make sure you have the software installed.

swlist | grep -i mirror.

If not you will have to install MirrorDisk/UX
Sanjay_6
Honored Contributor

Re: Mirroring lvol's

Hi Bob,

you should have mirror disk/UX installed on your system to use the "m" option in lvextend. Check the mirror disk availability on your system using swlist.

Hope this helps.

Regds


Bob Verity
Occasional Advisor

Re: Mirroring lvol's

Thanks for your input. The difference between the system s is the lack of the Mirror ux software.
Bob