1832237 Members
2183 Online
110041 Solutions
New Discussion

mirror problem

 
Asif_8
Regular Advisor

mirror problem

Hi !

I have HP-UX11i I try make mirror I done

pvcreate -Bf /dev/rdsk/c2t2d0
# mkboot -l /dev/rdsk/c2t2d0 # mkboot -a "hpux -lq (;0)/stand/vmunix" /dev/rdsk/c2t2d0
# vgextend /dev/vg00 /dev/dsk/c2t2d0
After this command I run Lvextend command
lvextend -m 1 /dev/vg00/lvol8 /dev/dsk/c2t2d0
i get error "m" Illegal option

How to check mirror software is install if not how to install and where i get this
8 REPLIES 8
Mark Grant
Honored Contributor

Re: mirror problem

Do you not have the Mirror/UX product? If not, you need to buy it.
Never preceed any demonstration with anything more predictive than "watch this"
A. Clay Stephenson
Acclaimed Contributor

Re: mirror problem

Do a 'swlist | grep "Mirror"'. If not found then MirrorUX is not installed. It must then be purchased; contact your HP sales rep.
If it ain't broke, I can fix that.
A. Clay Stephenson
Acclaimed Contributor

Re: mirror problem

Do a 'swlist | grep "Mirror"'. If not found then MirrorUX is not installed. It must then be purchased; contact ypur HP sales rep.
If it ain't broke, I can fix that.
RAC_1
Honored Contributor

Re: mirror problem

Do you have hp-ux mirror software installed?

Check. swlist|grep -i mirror
If not, you can create static copy of root disk.

Anil
There is no substitute to HARDWORK
KapilRaj
Honored Contributor

Re: mirror problem

You do not have Mirror unix installed

Kaps

Note : -
Nothing is impossible
Asif_8
Regular Advisor

Re: mirror problem

Thanks every one ! before reinstall the Os I have mirroing in this server.
1. If i install the mirror-Ux later . can i Run vgreduced to spreate the my disk c2t0d0
because I done following command

mkboot -l /dev/rdsk/c2t2d0 # mkboot -a "hpux -lq (;0)/stand/vmunix" /dev/rdsk/c2t2d0
# vgextend /dev/vg00 /dev/dsk/c2t2d0

asif
Steven E. Protter
Exalted Contributor

Re: mirror problem

swlist -l product | grep -i mirror

Mirror/UX is an add in pay for product. No codeword, it does not work.

vxvm lets you mirror the root vg without additional licsensing.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Juergen Tappe
Valued Contributor

Re: mirror problem

You dont need to undo these commands,

just install the mirror software and then
you can continue with the lvextend -m 1 commands.

Working together