- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: IVM startup issue - hpvmstart just hangs!
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-08-2011 01:38 PM
11-08-2011 01:38 PM
Hi all,
I have a very frustrating issue - something I've never seen before.
On IVM vB.04.20.05, I have 3 VMs up and running...
I created two new guests, and when I went to start the first one with the standard `hpvmstart -P NAME`, all I see is :-
(C) Copyright 2000 - 2010 Hewlett-Packard Development Company, L.P.
...and the nothing! Nothing in any of the log files...it just sits there....
I actually stopped a previously configured guest, and now if I try and start that, I get the same thing.
Has anyone else seen this behavior? I am really trying to avoid rebooting the host...
Any help appreciated.
Solved! Go to Solution.
- Tags:
- hpvmstart
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2011 01:58 PM
11-08-2011 01:58 PM
SolutionThere are several reasons why this might happen. The most common would be if a critical resource assigned to the guests is non-responsive or otherwise unavailable. For example, a disk array that is down or FC switch port that is hung and blocking access to storage could cause hpvmstart to hang.
There is also a known problem with hpvmstart hanging that is fixed in the HPVM CORE patch for HPVM 4.2.5.
PHSS_41190:
2: Defect QXCR1001038198
The command hpvmstart may hang in msgsnd() syscall if
too many messages are left in the AMR daemon message queue.
Are you running PHSS_41190 (or later) HPVM CORE patch on this system? If so, then you should not be subject to this known problem. In that case you might try running tusc against the hpvmstart command to see which system call it is hanging on. That might tell us if there is a resource hpvmstart is waiting on.
Regards,
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
11-09-2011 06:05 PM
11-09-2011 06:05 PM
Re: IVM startup issue - hpvmstart just hangs!
Thanks Dave!
Installation of that patch seemed to certainly do the trick...all is well again.