Operating System - HP-UX
1827451 Members
4290 Online
109965 Solutions
New Discussion

DLE( DynamicLun Expansion)

 
nguyen kyphung
Advisor

DLE( DynamicLun Expansion)

Hi,

Someone has already used the new functionality
of LVM ( DLE ) to increase dynamically the size of LUN defined within a VG.

Regards

Ky Phung NGUYEN
8 REPLIES 8
Shrikant Lavhate
Esteemed Contributor

Re: DLE( DynamicLun Expansion)

Hi,

Check this doc:

http://h20000.www2.hp.com/bc/docs/support/SupportManual/c01920387/c01920387.pdf (BSC link updated by admin)
Will it remain a personal, if I broadcast it here!
nguyen kyphung
Advisor

Re: DLE( DynamicLun Expansion)

Hi,

Yes I have read this White Paper. However, when I use the command vgmodify , it doesn't perform the wanted action, i.e the extension of Lun within a VG.

Regards

Ky Phung

Re: DLE( DynamicLun Expansion)

How about some more info then... llike hwat version of HPUX? 11iv2 or 11iv3? If 11iv2, do you have the required patches installed? What was the sequence and syntax of commands you issued up to the point of failure?

HTH

Duncan

I am an HPE Employee
Accept or Kudo

Re: DLE( DynamicLun Expansion)

How about some more info then... like what version of HPUX? 11iv2 or 11iv3? If 11iv2, do you have the required patches installed? What was the sequence and syntax of commands you issued up to the point of failure?

HTH

Duncan

I am an HPE Employee
Accept or Kudo
Torsten.
Acclaimed Contributor

Re: DLE( DynamicLun Expansion)

"it doesn't perform the wanted action"

What command did you run?
What was the resulting message?

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!   
nguyen kyphung
Advisor

Re: DLE( DynamicLun Expansion)

Hi,

Sorry, I forget to specify that I am doing the test on a HPVM guest with a disk defined as a LVOL on the Host.A VG is created with this disk.
When I extend the LVOL on the host , and then use vgmodify to take in account this extension, it does not work.
Finally, I have found a sequence to make it works :

- vgexport of the VG on the guest
- extend the LVOL on the host
- use hpvmmodify with option -d to remove the LVOL to the guest
- use hpvmmodify with option -a to add the LVOL to the guest
- vgimport the VG on the guest
- vgmodify the VG on the guest. And then , the extension is seen on the guest.


Regards

Ky Phung
Torsten.
Acclaimed Contributor

Re: DLE( DynamicLun Expansion)

You already found out the only working way, see the HPVM docs:

"No changes to any virtual media can take place on the VM Host until the virtual device that uses
the media is removed from the active VM."

The reason is the virtual device management by the virtual machine.


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!   
nguyen kyphung
Advisor

Re: DLE( DynamicLun Expansion)

Finally, I have found a sequence to make it works :

- vgexport of the VG on the guest
- extend the LVOL on the host
- use hpvmmodify with option -d to remove the LVOL to the guest
- use hpvmmodify with option -a to add the LVOL to the guest
- vgimport the VG on the guest
- vgmodify the VG on the guest. And then , the extension is seen on the guest.