- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- UNABLE TO ADD A LUN TO A HP iVM (VIRTUAL GUEST)
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Knowledge Base
Forums
Discussions
- Cloud Mentoring and Education
- Software - General
- HPE OneView
- HPE Ezmeral Software platform
- HPE OpsRamp
Knowledge Base
Discussions
Forums
Discussions
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
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
06-01-2013 01:16 PM - last edited on 06-02-2013 09:40 PM by Maiko-I
06-01-2013 01:16 PM - last edited on 06-02-2013 09:40 PM by Maiko-I
Fellow HP-UX Admins:
I am unable to add a new LUN to a iVM without Rebooting the Virtual Guest. I am sure it is possible - but not sure how it is done. I tried to add a LUN that is presented to the Host to a specific guest. It gives me a protocol alert and says that I have to reboot the virtual machine. Here is the Syntax that I used - I think I am missing something / some where. Any input from your end would be very much appreciated.
# hpvmmodify -P ivmguest -a disk:avio_stor:2,6,0:disk:/dev/rdisk/disk469
hpvmmodify: Unable to dynamically add virtual device disk:avio_stor:2,6,0:disk:/dev/rdisk/disk469 - Protocol error.
hpvmmodify: Guest needs to be restarted (using hpvmstop followed by hpvmstart) for all changes to take effect.
#
My "hpvmstatus -P ivmguest" command does not show that disk469 is assoicated with the guest. However, when I run the "hpvmstatus -P ivmguest -D", I do see it in the list of the devices. So, it definitely does tell me that I have to reboot the guest to discover the new LUN. Is there a way to force this hpvmmodify so the guest can see the newly added run without a reboot?
P.S. This thread has been moevd from HP-UX > General to virtualization - Hp forum Moderator
Solved! Go to Solution.
- Tags:
- hpvmmodify
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2013 09:51 PM
06-01-2013 09:51 PM
SolutionA couple ideas:
1) Use NPIV as this allows you to create the virtual HBAs and then you can add/remove disks from the VM guest as you would a physical server
2) Try issuing the command without specifying a path:
hpvmmodify -P ivmguest -a disk:avio_stor::disk:/dev/rdisk/disk469
Perhaps the specific path you're requesting requires the VM guest to add a virtual HBA to satisfy the request, and dynamically adding HBAs is not supported with VM guests. By using the "::" syntax it lets the VM guest decide where to put the new disk.
Dave
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2013 10:45 AM
06-07-2013 10:45 AM