Operating System - HP-UX
1752842 Members
3552 Online
108789 Solutions
New Discussion юеВ

Re: Cannot see vg02 /usr/informix

 
Sherif Mattar
Advisor

Cannot see vg02 /usr/informix

Dears,
can anyone help out, i have a volume group not mounted with the following error
/dev/vg02/lvol1, error=6
no such device

BR,
Sherif Mattar
22 REPLIES 22
Torsten.
Acclaimed Contributor

Re: Cannot see vg02 /usr/informix

Some steps:

# strings /etc/lvmtab

what disk belong to vg02?

# ioscan -fn

disks are there?

# vgdisplay -v vg02

VG active?

Post results!

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!   
James R. Ferguson
Acclaimed Contributor

Re: Cannot see vg02 /usr/informix

Hi:

This sounds like the device file is missing (which is what the error and error number say).

Do:

# ls -l /dev/vg02

If the device file(s) are missing, you could try a 'vgexport' and then a 'vgimport'.

Regards!

...JRF...
Sherif Mattar
Advisor

Re: Cannot see vg02 /usr/informix

what disk belong to vg02?

/dev/dsk/c0t0d0
/dev/dsk/c0t1d0

ioscan -fn
i assume that
3 8/12.0.0
5 8/12.1.0

vgdisplay -v vg02

vgdisplay: volume group not activated.
vgdisplay: cannot display volume group "vg02"
Sherif Mattar
Advisor

Re: Cannot see vg02 /usr/informix

the return back for the ls -l /dev/vg02 is
group, lvol1, rvol1 with a root/sys user/group
Sherif Mattar
Advisor

Re: Cannot see vg02 /usr/informix

Dears,
what is the next step to recover ?
also how far is my situation ?
could it be a H/W issue ?
Sherif Mattar
Advisor

Re: Cannot see vg02 /usr/informix

i have tried vgchange -a y /dev/vg02
result:
vgchange: couldn't activate volume group /dev/vg02
Quorum not present, or some physical volume(s) are missing !!!?

any help
Basheer_2
Trusted Contributor

Re: Cannot see vg02 /usr/informix

Mattar,

Do pvdisplay on each one of them.

this will return the vg it belongs to.
R.K. #
Honored Contributor

Re: Cannot see vg02 /usr/informix

Hi Sherif,

>>Quorum not present
Try to activate the Vg in low quorum mode.
# vgchange -a y -q n vg02

If two disks are present then probably one disk is missing or gone bad.

What is the status of /dev/dsk/c0t0d0 and /dev/dsk/c0t1d0 in:
# ioscan -fnC disk

Are they claimed??
Don't fix what ain't broke

Re: Cannot see vg02 /usr/informix

Try:
ioscan -nfC disk |grep -i no_hw

I think disks are missing...