1837168 Members
3196 Online
110113 Solutions
New Discussion

veritas root mirror

 
Hanry Zhou
Super Advisor

veritas root mirror

Hi,

I need to find out if root has been mirrored or not, what commands/steps I can use in my script?

I know vxprint -g rootdg can help me to find out, but is there any other more specific command can simply just tell me if root has been mirrored or not, since I need the script tell me.

Thanks,
none
4 REPLIES 4
Alzhy
Honored Contributor

Re: veritas root mirror

On Sun Solaris -- there are a couple but on HP-UX (am just transitioning myself...) with VxVM (veru nice integration btw) -- vxprint is your best best... It should be simple enough to script what you'd like to know...
Hakuna Matata.
Bernhard Mueller
Honored Contributor

Re: veritas root mirror

Since you are posting in the HPUX forum:

lvlnboot -v

should list you all boot disks (should be in LVM Volume Group vg00) for a standard installtion.

Regards,
Bernhard

Bernhard Mueller
Honored Contributor

Re: veritas root mirror

Are you sure you have a root volume group mirror under vxvm?

If so could you please tell me what
model
uname -a
list?

Regards,
Bernhard
Pelephone System
Frequent Advisor

Re: veritas root mirror

hi

U can Do lvdisplay /dev/vg00/lvol3

u will see a filed named "Mirror Copies"

if it's "1" u have mirorr if it "0" u don't .

if u want the full task's to add online mirorr

on system disk i will give u

HPUX sysadmin