- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- VM Guest autoreboot
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
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
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
тАО07-20-2007 07:07 AM
тАО07-20-2007 07:07 AM
VM Guest autoreboot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-20-2007 07:49 AM
тАО07-20-2007 07:49 AM
Re: VM Guest autoreboot
hpvmconsole -P YOURVMGUESTNAME -fi
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-22-2007 02:51 AM
тАО07-22-2007 02:51 AM
Re: VM Guest autoreboot
I have the HPVM_ENABLE=1 flag set in the /etc/rc.config.d/hpvmconf file. I tried to find a flag in the hpvmconsole and looked for an autoreboot flag in the Guest GSP.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-22-2007 05:54 AM
тАО07-22-2007 05:54 AM
Re: VM Guest autoreboot
A characteristic of a virtual machine whereby it is set to start whenever Integrity VM starts.
Virtual machines can be set to either auto or manual boot using the тАФb option to the
hpvmcreate, hpvmmodify, hpvmmigrate, or hpvmclone commands.
So you do not set it in the virtual console, but use the above commands.
For example:
Set the autoboot attribute for the virtual machine myguest1:
# hpvmmodify -P myguest1 -B auto
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-22-2007 09:16 AM
тАО07-22-2007 09:16 AM
Re: VM Guest autoreboot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-22-2007 05:51 PM
тАО07-22-2007 05:51 PM
Re: VM Guest autoreboot
Specifies the startup behavior of the virtual machine. Starting a virtual machine is equivalent to
powering on a physical system. To cause the guest operating system to boot automatically, the guest
must have autoboot set, and a default boot device must be specified at its virtual console..."
page 146/156 in
HP Integrity Virtual Machines
Installation, Configuration, and
Administration
HP Integrity Virtual Machines Version 2.0
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
тАО07-22-2007 08:41 PM
тАО07-22-2007 08:41 PM
Re: VM Guest autoreboot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-23-2007 01:29 AM
тАО07-23-2007 01:29 AM
Re: VM Guest autoreboot
http://docs.hp.com/en/T2767-90067/T2767-90067.pdf
3.1.8 Specifying the Virtual Machine Boot Attribute
The ├в b option specifies the startup behavior of the virtual machine. The start_attr attribute
can have the following (case-insensitive) values:
├в ┬в auto: Automatically start the virtual machine when Integrity VM is initialized on the host.
├в ┬в manual: Manually start the virtual machine.
That just means that the vm starts - it doesn't mean the OS on it will. You still have to configure the Guest to boot the OS on startup - else it will only boot to the EFI...
Rgds...Geoff