Operating System - HP-UX
1837969 Members
2777 Online
110124 Solutions
New Discussion

extending volume group and logical volume

 
SOLVED
Go to solution
Dee Conrad
Advisor

extending volume group and logical volume

Hopefully, I can explain this correctly. We have a EMC clariion (and powerpath on the hpux host). I have a metalun on the clariion that shows me one device file (dev/dsk/c....) It shows that device to be 90 gb (which is the expanded amount).

On the host side, I ran an ioscan and then an insf -e. While I won't see any additional devices as it was included in the /dev/dsk/c33t0d1) above. I don't see in the volume group and/or logical volume where I have free PE's. Since I don't have a new device number I am not sure how to tell the host that it has additional space in the volume group, and then add space to the logical volume.

Hopefully, someone can help. Thanks.
5 REPLIES 5
Torsten.
Acclaimed Contributor

Re: extending volume group and logical volume

What is your hp-ux version?

(uname -a)

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!   
Dee Conrad
Advisor

Re: extending volume group and logical volume

We are running 11.11
Torsten.
Acclaimed Contributor
Solution

Re: extending volume group and logical volume

With 11.11 you cannot expand physical LUNs dynamically. Only 11.23 and 11.31 can do this.

Consider to backup your data, re-create the VG and restore your data. Or assign another LUN to existing VG.

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!   
Dee Conrad
Advisor

Re: extending volume group and logical volume

Okay - I will create it as an individual device, and then extend the volume/logical volume.

Thanks
Dee Conrad
Advisor

Re: extending volume group and logical volume

Thanks.