1836357 Members
2092 Online
110100 Solutions
New Discussion

ignite server

 
Nagaraj Kris
Occasional Advisor

ignite server

i need to configure ignite server in HP-UX 11i what are the steps to proceed ?

please guide me.


Nag
3 REPLIES 3
likid0
Honored Contributor

Re: ignite server

Have a look at the manual:

http://docs.hp.com/en/IUX/infolib.html

if you want a shorcut(better to read the manual):

Install the Ignite-UX software:
http://docs.hp.com/en/IUX/download.html

---Set up temporary IP addresses for boot clients.
/etc/opt/ignite/instl_boottab


---Set up tftp and instl_bootd services in /etc/inetd.conf.
tftp dgram udp wait root /usr/lbin/tftpd tftpd\

/opt/ignite\

/var/opt/ignite

...

instl_boots dgram udp wait root /opt/ignite/lbin/instl_bootd instl_bootd

...

root@hpeos004[] inetd -c

root@hpeos004[]

root@hpeos004[] pwget -n tftp

tftp:*:510:1:Trivial FTP user:/home/tftpdir:/usr/bin/false


----Set up /etc/exports to give NFS access to the /var/opt/ignite/clients directory.

root@hpeos004[] vi /etc/exports

/var/opt/ignite/clients -anon=2



-----Set up Ignite-UX parameters to be used during the installation of the operating system.

root@hpeos004[] instl_adm -d
instl_adm -d > /tmp/instl.cfg

run_ui=false
control_from_server=true
disable_dhcp=true
root@hpeos004[] instl_adm -f /tmp/instl.cfg
Windows?, no thanks
Nagaraj Kris
Occasional Advisor

Re: ignite server

thanks friend


Nag
Scot Bean
Honored Contributor

Re: ignite server

There's the full manual, but there is also the Quick Start Guide, just about server setup and basic install. I'd recommend that:
http://docs.hp.com/en/5992-0678/index.html