- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HPVM Ignite install Integrity
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
04-13-2009 07:38 AM
04-13-2009 07:38 AM
HPVM Ignite install Integrity
Shell> lanboot select -dn vmtim1
01 Acpi(PNP0A03,0)/Pci(1|0)/Mac(F2CCE966C0B1)
Select Desired LAN: 1
Selected Acpi(PNP0A03,0)/Pci(1|0)/Mac(F2CCE966C0B1)
Running LoadFile()
CLIENT IP: 192.168.1.236 MASK: 255.255.255.0 DHCP IP: 192.168.1.243
GATEWAY IP: 192.168.1.1 9 66 C0 B1
Runni..-LoadFile()
PXE-E18: Timeout. Server did not respond.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2009 07:39 AM
04-13-2009 07:39 AM
Re: HPVM Ignite install Integrity
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2009 09:03 AM
04-13-2009 09:03 AM
Re: HPVM Ignite install Integrity
I usually do boot from a file and select the lan card at that point.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2009 12:14 PM
04-13-2009 12:14 PM
Re: HPVM Ignite install Integrity
Also a config in /etc/opt/ignite/instl_boottab so the VM gets an IP address.
It is also possible that there is another DHCP server on the network that is responding first and then does not answer to the PXE boot request.
If your dbprofile is configured right, it should assign the IP and talk to the ignite server without any of the above.
dbprofile should look something like this:
Shell> dbprofile
Profile List
Profile Name: IUX
Network Type: IPv4
Client IP address: 172.20.200.100
Gateway IP address: 172.20.200.65
Subnet Mask: 255.255.255.0
Server IP address: 172.20.100.10
Boot File: /opt/ignite/boot/nbp.efi
Optional Data:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2009 01:26 AM
04-14-2009 01:26 AM
Re: HPVM Ignite install Integrity
J.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2009 01:55 AM
04-14-2009 01:55 AM
Re: HPVM Ignite install Integrity
dbprofile doesn't work on virtual machines(it will in a near future).
You can go the easy way and use a dvd boot iso, you create the dvd iso from your ignite server, move it to the host and then add a dvd file device to your IVM. This will get you to the ignite gui with no probs, then you can configure your network.
Example:
Create the dvd boot iso:
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=140855
Add the device to your IVM:
hpvmmodify -P vm12 -a dvd:scsi::file:/hpvm/ISO/B.11.23.iso
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2009 05:17 AM
04-14-2009 05:17 AM
Re: HPVM Ignite install Integrity
Why not just print the right way - I spent 2 days trying to get this to work and could have just stuck the dvd in
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2009 05:18 AM
04-14-2009 05:18 AM
Re: HPVM Ignite install Integrity
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2009 07:22 AM
04-14-2009 07:22 AM
Re: HPVM Ignite install Integrity
This is why I have boot helper images for my VM Guests. Boot ignite from the vDVD then tell it to load the archive from the Ignite server. ( works great for cloning also )
It only takes about 10 minutes to create and copy to your VM host.
You will not have to touch it again until you update your version of ignite as the ignite installer and the ignite server versions must match.