- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- DLE( DynamicLun Expansion)
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2007 01:27 AM
11-29-2007 01:27 AM
DLE( DynamicLun Expansion)
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2007 01:30 AM
11-29-2007 01:30 AM
Re: DLE( DynamicLun Expansion)
Check this doc:
http://h20000.www2.hp.com/bc/docs/support/SupportManual/c01920387/c01920387.pdf (BSC link updated by admin)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2007 02:13 AM
11-29-2007 02:13 AM
Re: DLE( DynamicLun Expansion)
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2007 02:46 AM
11-29-2007 02:46 AM
Re: DLE( DynamicLun Expansion)
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2007 02:47 AM
11-29-2007 02:47 AM
Re: DLE( DynamicLun Expansion)
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2007 05:17 AM
11-29-2007 05:17 AM
Re: DLE( DynamicLun Expansion)
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!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2007 09:03 PM
11-29-2007 09:03 PM
Re: DLE( DynamicLun Expansion)
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2007 09:37 PM
11-29-2007 09:37 PM
Re: DLE( DynamicLun Expansion)
"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!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2007 06:50 AM
12-04-2007 06:50 AM
Re: DLE( DynamicLun Expansion)
- 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.