Operating System - HP-UX
1832642 Members
3009 Online
110043 Solutions
New Discussion

error creating a mirror for lv on 11.23 (PARISK)

 
SOLVED
Go to solution
Alexander Bakhmutsky
Occasional Advisor

error creating a mirror for lv on 11.23 (PARISK)

I'm trying to mirror logical volumes of my boot c1t6d0 disk onto c2t6d0. New disk is already a part of vg00. When I execute "lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c2t6d0", I get an ""m": Illegal option." error. I'm running HPUX 11.23 on N4000 (PA-RISK).

Any ideas?
7 REPLIES 7
Alan Meyer_4
Respected Contributor
Solution

Re: error creating a mirror for lv on 11.23 (PARISK)

Must have MirrorDisk/UX installed on the server to use the -m option
" I may not be certified, but I am certifiable... "
RAC_1
Honored Contributor

Re: error creating a mirror for lv on 11.23 (PARISK)

You need to have mirrordis/ux software isntalled. Also mirroring procedure is bit different for itaniums.
There is no substitute to HARDWORK
mirco_1
Valued Contributor

Re: error creating a mirror for lv on 11.23 (PARISK)

hy,
the answere of the other is correct,

for see if you have MirrorDisk use :

# swlist -l product | grep Mirror

DM.
Eknath
Trusted Contributor

Re: error creating a mirror for lv on 11.23 (PARISK)

Hi Alex,

The lvextend -m option is enabled after installing MirrorDisk Ux product. You need to install this product

Cheers!!!
eknath
Devender Khatana
Honored Contributor

Re: error creating a mirror for lv on 11.23 (PARISK)

Hi,

Yes it is sure that you do not have this program installed. Even if you purchased the product it need to be installed.

HTH,
Devender
Impossible itself mentions "I m possible"
Mahesh Kumar Malik
Honored Contributor

Re: error creating a mirror for lv on 11.23 (PARISK)

Hi Alexander

You need to have MirrorDisk/UX for option m to work in lvextend. It is a licensed product, thus you have to buy it

Regards
Mahesh
Alexander Bakhmutsky
Occasional Advisor

Re: error creating a mirror for lv on 11.23 (PARISK)

Bingo. Forgot about it.

Thanks for your help.

Alex