Operating System - HP-UX
1834178 Members
2877 Online
110064 Solutions
New Discussion

lan install for ia64 systems

 
SOLVED
Go to solution
Doug O'Leary
Honored Contributor

lan install for ia64 systems

Hey;

I *REALLY* prefer having an os installed on a system that I can boot from for igniting new systems.... that's just so much easier than this..

Anyway, here's my setup:

* ia64 11.23 ignite server on 135.3.66 network.

* ia64 11.31 boot helper w/client IP in /etc/opt/ignite/instl_boottab; verified bootps is commented out and instl_boots is enabled in /etc/inetd.conf; instl_adm shows correct information for ignite server and gateway

* ia64 refurb machine, no os, but remote serial console.

The initial menu shows 2 core lan cards; I've tried both of those and they error out.

From the shell prompt, I have:

Shell> lanboot select
01 Acpi(HWP0002,100)/Pci(2|0)/Mac(00156004DF66)
02 Acpi(HWP0002,100)/Pci(2|1)/Mac(00156004DF67)
03 Acpi(HWP0002,200)/Pci(1|0)/Mac(00156004D12A)
04 Acpi(HWP0002,200)/Pci(1|1)/Mac(00156004D12B)
05 Acpi(HWP0002,600)/Pci(1|0)/Mac(00156004D278)
06 Acpi(HWP0002,600)/Pci(1|1)/Mac(00156004D279)
Select Desired LAN: 1
Selected Acpi(HWP0002,100)/Pci(2|0)/Mac(00156004DF66)


Client MAC Address: 00 15 60 04 DF 66 .....-
PXE-E16: Valid PXE offer not received.
Exit status code: Invalid Parameter

I've tried selecting all 6 devices both with straight "lanboot select" and "lanboot select -od install"

Can someone tell me how I can boot the refurb client over the network to get to my ignite server? I'd appreciate it.

Thanks

Doug O'Leary

------
Senior UNIX Admin
O'Leary Computers Inc
linkedin: http://www.linkedin.com/dkoleary
Resume: http://www.olearycomputers.com/resume.html
6 REPLIES 6
Tim Nelson
Honored Contributor

Re: lan install for ia64 systems

Can you post the ouput of dbprofile ?

With a dbprofile you do not need a boot helper. This config directs your boot to the correct server and allows you to skip the dhcp setup.

Doug O'Leary
Honored Contributor

Re: lan install for ia64 systems

hey;

Well, this might be part of the problem...

Whats a dbprofile and how do I display it?

In case it wasn't painfully obvious, I'm a pa-risc guy... this new-fangled efi stuff is for the birds... and also the future, apparently

Thanks for the reply and info.

Zhop

------
Senior UNIX Admin
O'Leary Computers Inc
linkedin: http://www.linkedin.com/dkoleary
Resume: http://www.olearycomputers.com/resume.html
Tim Nelson
Honored Contributor
Solution

Re: lan install for ia64 systems

Example from EFI shell.

To configure a profile called IUX with and preset the IP for this server to cip and use an ignite server of cip with gateway of gip.


dbprofile -dn IUX â cip 172.xx.10.101 -sip 172.xx.1.12 -gip 172.xx.10.1 -m 255.255.255.0 -b "/opt/ignite/boot/nbp.efiâ

Then
lanboot select -dn IUX

One of your six lans is cabled ? Try each one until you get something to boot ;)


After a message for DHCP, which you can interupt, you will be presented with a option screen eventaully to re-enter all this information. If you get to that you are rockin..and the next screen will be a standard Ignite installer.

(assuming you have your ignite server configured properly ).

This is the way I do all my IA servers. Works great.... IVMs are even easier..





Deepak Kr
Respected Contributor

Re: lan install for ia64 systems

Thanks TIM, for sharing this excellent piece of info about dbprofile here.

Can you help to link some good docs regarding dbprofile...to know little more..

"There is always some scope for improvement"
Torsten.
Acclaimed Contributor

Re: lan install for ia64 systems

About dbprofile:

http://docs.hp.com/en/5992-3336/ch07s06.html

Search http://docs.hp.com for "dbprofile" for more.

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!   
Doug O'Leary
Honored Contributor

Re: lan install for ia64 systems

Hey;

Now, that is sweet. Thank you Tim Nelson, that was the exact answer. Took my bad typing a time or two to get the dbprofile correct, but once done, the thing comes right up just the way it was supposed to.

Thanks a lot, sir; you saved me from a call to HP.

Doug O'Leary

------
Senior UNIX Admin
O'Leary Computers Inc
linkedin: http://www.linkedin.com/dkoleary
Resume: http://www.olearycomputers.com/resume.html