Operating System - HP-UX
1846836 Members
7389 Online
110256 Solutions
New Discussion

How to ignite a new 11.11 server from a 11.11 ignite server

 
delaporte
Occasional Contributor

How to ignite a new 11.11 server from a 11.11 ignite server

Hello

would someone have a script on how to install a new hp-ux 11.11 server from an ignite 11.11 server. I want to install the server from the client console: boot lan.n.n.n.n install

Thank you

Olivier Delaporte
7 REPLIES 7
Mel Burslan
Honored Contributor

Re: How to ignite a new 11.11 server from a 11.11 ignite server

boot lan.n.n.n.n install

is the exact command that you will need from the client console, where n.n.n.n is the ip address of the ignite server.
________________________________
UNIX because I majored in cryptology...
Sundar_7
Honored Contributor

Re: How to ignite a new 11.11 server from a 11.11 ignite server

To be able to network boot a client the server should have the recovery image for the client. Do you remember ever running make_net_recovery from the client or added a new client from the iux server ?
Learn What to do ,How to do and more importantly When to do ?
delaporte
Occasional Contributor

Re: How to ignite a new 11.11 server from a 11.11 ignite server

Hello,

The client has no operating system since the system disk is empty. Do I need to use the instl_adm command and the configuration and INDEX files.

Olivier Delaporte
Mel Burslan
Honored Contributor

Re: How to ignite a new 11.11 server from a 11.11 ignite server

as long as the ignite image you have, is taken from a machine with same hardware architecture, and again the same image been created by a make_system_image, a.k.a. golden image, you should be good to go.

if this was a make_recovery image, you need to run

set_parms

command to set the right hostname, ip address etc. before joining this system to a network because, if you do not do this, the newly installed system will mimic the name and IP addr. of the original systema and both being on the same network, will cause problems. Also, if this machine is from a different network, your IP addresses and netmasks, need to be changed anyway.

HTH
________________________________
UNIX because I majored in cryptology...
Steven E. Protter
Exalted Contributor

Re: How to ignite a new 11.11 server from a 11.11 ignite server

For simplicity's sake

make sure the built in lan card is on the same lan as the ignite server

boot at the console

interupt at the 10 second prompt

boot lan.ip_address_of_ignite_server install

It won't work on any add in lan cards.

You will want to configure a setup for it on the server, setting ip address, hostnames and any unique hardware features.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Naveej.K.A
Honored Contributor

Re: How to ignite a new 11.11 server from a 11.11 ignite server

Bharat Katkar
Honored Contributor

Re: How to ignite a new 11.11 server from a 11.11 ignite server

Hi Olivier,
See the link below which talks completly about Igniting PA based clients thr' networks (lan).

http://docs.hp.com/cgi-bin/onlinedocs.py?mpn=B2355-90834&service=hpux&path=00/00/20&title=Ignite-UX%20Administration%20Guide,%20Edition%2015

Hope that helps you out.

You need to know a lot to actually know how little you know