Operating System - HP-UX
1836525 Members
3419 Online
110101 Solutions
New Discussion

Re: Problems with vgextend

 
Victor Burguillos_4
Frequent Advisor

Problems with vgextend

Hello Everibody,
I try to extend a vg00 with the following commnad:
vgextend -A y -x y /dev/vg00 /dev/dsk/c2t0d0

But the output showme the following error:
vgextend: Couldn't open physical volume "/dev/rdisk/disk4_p2":
Verification of unique LVM disk id on each disk in the volume group
/dev/vg00 failed.

What can I Do?

Regards,

VB

PD: OS HPUX 11.31
9 REPLIES 9
Torsten.
Acclaimed Contributor

Re: Problems with vgextend

Please post

# ioscan -fn
# ioscan -m dsf
# vgdisplay -v vg00
# strings /etc/lvmtab

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!   
Anka
Trusted Contributor

Re: Problems with vgextend

http://www12.itrc.hp.com/service/cki/docDisplay.do?docLocale=en&docId=emr_na-c00929701-5

and there is also an issue with EMC firmware and 11.31, a requiremenst for the SPC-2 mode enabled.

Not sure which case matches your problem, and whether it matches as no outputs are pasted.....

Victor Burguillos_4
Frequent Advisor

Re: Problems with vgextend

Attach the info.
Torsten.
Acclaimed Contributor

Re: Problems with vgextend

Do you want to mirror the root disk?

You must use

/dev/rdisk/disk5_p2

not only /dev/dsk/c2t0d0

Complete procedure for 11.31:

http://docs.hp.com/en/5992-3385/ch03s04.html#cbddaicd

Note: you have an Integrity!

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!   
Victor Burguillos_4
Frequent Advisor

Re: Problems with vgextend

I just want extend vg00 with another internal disk.

Regards
Torsten.
Acclaimed Contributor

Re: Problems with vgextend

A 73GB disk should be large enough for vg00 - why do you want to extend it?

Anyway, did you pvcreate the disk?

Use /dev/rdisk/disk5 !

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!   
Victor Burguillos_4
Frequent Advisor

Re: Problems with vgextend

I doing but when try to extend vg00 show me the same error
Michael Steele_2
Honored Contributor

Re: Problems with vgextend

I don't think you want to use /dev/rdsk

Use /dev/dsk
Support Fatherhood - Stop Family Law
Anka
Trusted Contributor

Re: Problems with vgextend

Can you try adding the disk /dev/dsk/c2t0d0 in another VG to see whether is works....