- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- lanboot select or lanboot with a profile fails
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
06-12-2009 01:14 AM
06-12-2009 01:14 AM
lanboot select or lanboot with a profile fails
I have bootptab entry for the client on the server, they are both on the same subnet.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2009 01:18 AM
06-12-2009 01:18 AM
Re: lanboot select or lanboot with a profile fails
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
06-12-2009 01:29 AM
06-12-2009 01:29 AM
Re: lanboot select or lanboot with a profile fails
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2009 01:33 AM
06-12-2009 01:33 AM
Re: lanboot select or lanboot with a profile fails
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
06-12-2009 02:09 AM
06-12-2009 02:09 AM
Re: lanboot select or lanboot with a profile fails
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2009 02:32 AM
06-12-2009 02:32 AM
Re: lanboot select or lanboot with a profile fails
If you are using IVM, please find that
"avio-lan" -driver is not compatible with Ignite. Try change it to "lan".
It was real reason not to boot for me
some weeks ago.
BR, Stan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2009 02:49 AM
06-12-2009 02:49 AM
Re: lanboot select or lanboot with a profile fails
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2009 06:03 AM
06-12-2009 06:03 AM
Re: lanboot select or lanboot with a profile fails
bootpquery: Bootp servers not responding!
I discovered also that the hardware address needed to drop the leading 0x
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2009 08:40 AM
06-12-2009 08:40 AM
Re: lanboot select or lanboot with a profile fails
yes in /etc/bootptab file when you enter the clients MAC Address for ha: there is no leading 0x required.
apart from that once more you said that the server is responding for "bootpquery".
thats true.
cab you also try if the tftp is running.
make tftp to the Ignite server and try getting the file that is /opt/ignite/boot/nbp.efi and also for /opt/ignite/boot/Rel_B.11.31/IINSTALL and /opt/ignite/boot/Rel_B.11.23/IINSTALLFS --- note well --If i remember the paths correctly.
bascially on the ignite server in /etc/inted.conf make sure
tftp
bootps
instl_boots are uncommented.
make sure that you run #inted -c after you make any changes to /etc/inetd.conf
in /etc/services on the ignite server, make sure that you are having ports open for
tftp 69
instl_boots 1067
instl_bootc 1068
bootps 67
bootpc 68
are free and reachable.
also please note that
/opt/ignite/boot/nbp.efi is intact on the server and also /etc/bootptab can show you that this entry is there as
bf=/opt/ignite/boot/nbp.efi:\
Also make sure that there is no other competing DHCP server racing with the Ignite server on the network.
regards
sujit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2009 08:52 AM
06-12-2009 08:52 AM
Re: lanboot select or lanboot with a profile fails
SHELL>dbprofile -dn test -sip
SHELL>dbprofile -- this lists the boot profiles.
SHELL>lanboot -dn test
regards
sujit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2009 12:11 AM
06-15-2009 12:11 AM
Re: lanboot select or lanboot with a profile fails
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2009 12:52 AM
06-15-2009 12:52 AM
Re: lanboot select or lanboot with a profile fails
I can tftp from the client to the ignite server and get /opt/ignite/boot/nbp.efi and also /opt/ignite/boot/Rel_B.11.23/IINSTALLFS
tftp
bootps
instl_boots
are all uncommented.
In /etc/services
tftp is port 69
instl_boots is 1067
instl_bootc is 1068
bootps is 67
bootpc is 68
/opt/ignite/boot/nbp.efi is intact
bootptab has the entry for the above file.
I already have a dbprofile with the correct details, but why is the gateway needed? All servers are on the same subnet.
When I run lanboot -dn
Running Loadfile ()
CLIENT MAC ADDRESS xxxxxxxxxxxx (my address)
PXE-E16 Valid PXE offer not received
Exit status code: Invalid Parameter
My recovery images on the ignite server are in /ignite/recovery/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2009 01:21 AM
06-15-2009 01:21 AM
Re: lanboot select or lanboot with a profile fails
i would suggest that in the dbprofile you put the ignite server IP address as the gateway address, so that shall look as:
SHELL> dbprofile -dn test -sip
In case the host has lot many LAN cards you must check that the VSwitch on the host that the VM Guest is assigned to as LAN has proper network connectivity.
Also please note down the Mac Adress of the client if that might have changed by running hpvmstatus -P VM_Name on the host.
Also need to match the same with that mentioned for the VM Guest as in the /etc/bootptab.
can you please post the O/p for the following
1)#hpvmstatus -P
2)On the ignite server please attach /etc/bootptab
3) is there another DHCP server on the network that is Competeing in DHCP service with the Ignite server and wins the DHCP handling?
There is another way also that you can try a two step method:
1) on the ignite server run make_media_install , this shall create a DVD boot image for that Ignite UX server verison that you wish to install the target client.
2) Share this image as an ISO file image and assign this as a file DVD to the VM Guest.
#hpvmmodify -P
3)#hpvmconsole -P
power on the VM.
you can boot using this iso Image as boot disk and choose option network based installation. When prompted for, provide the Ignite server, Client, Gatewaty addresses, subnetmask, etc.Provode the gateway address as the IP address of Ignite server.
regards
sujit
- Tags:
- ISO image
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2009 03:47 AM
06-15-2009 03:47 AM
Re: lanboot select or lanboot with a profile fails
I have changed the gw address to that of the ignite server. Client still won't install.
hpvmconsole -P
Details attached (note I have removed ipaddresses and also the supplied output has been typed due to difficulty in getting information off)
I have created the ISO image in readiness for the alternative method, but I really want the 1 step working.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2009 11:06 AM
06-16-2009 11:06 AM
Re: lanboot select or lanboot with a profile fails
have you recreated the VM Guest that is re-run hpvmcreate and hpvmmodify to assign the LAN interfaces?
then with the current LAN MAC address as you shall be able to see in hpvmstatus -P
Also Network Interface Details
Interface Adapter Name Port_Num Bus Dev Ftn Mac Address
--------- ------- ---- -------- --- --- --- -----------
vSSwith Lan vADMIN 4 0 1 0 xxxxxxxxxxx
vSwitch Lan vUSER 4 0 2 0 xxxxxxxxxxx
tells that you have 2 LAN cards assigned to the VM , say MAC1 and MAC2, how come are you sure that the MAC address that you are specifying goes to the correct lan card of the VM, so in case you are doubtful add both the MAC addresses to the /etc/bootptab of the ignite server. Sa
go to the /var/opt/ignite/clients directory on the ignte server and do an ll to see if the MAC Address of the VM is the older and original one.
the /etc/bootptab,
let this be like this:
ignite-defaults:\
ht=ethernet:\
hn=:\
bf=/opt/ignite/boot/nbp.efi:\
bs=61:\
ds=
System-IPF:\
tc=ignite-defaults:\
ha=00d009000000
ip=xxx.xxx.xx.xx
sm=255.255.255.0
gw=xx.xxx.xx.xx
ds
System-IPF:\
tc=ignite-defaults:\
ha=00d009000000
ha=
ip=
gw=
sm=<255.255.255.0>:\
ds=
System-IPF:\
tc=ignite-defaults:\
ha=00d009000000
ha=
ip=
gw=
sm=<255.255.255.0>:\
ds=
make sure that ha=
is the same as you shall get as in the hpvmstatus -P
please note that ignite make_net_recovery is reinstall of the client using the network archived image.
regards
sujit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2009 12:59 AM
06-17-2009 12:59 AM