Operating System - HP-UX
1754229 Members
3438 Online
108812 Solutions
New Discussion юеВ

How to configure ignite server on HP-UX 11.11

 
SOLVED
Go to solution
Ravi Khinchi
Occasional Contributor

How to configure ignite server on HP-UX 11.11

Hi All ,

Please let me know the steps to configure ignite server on HP-UX 11.11..

Please also provide the location for download its pdf

Thanks In Advance
Ravi
4 REPLIES 4
Ninad_1
Honored Contributor
Solution

Re: How to configure ignite server on HP-UX 11.11

john123
Trusted Contributor

Re: How to configure ignite server on HP-UX 11.11

Hi Ravi,

In the ignite server run /opt/ignite/bin/ignite
This will open a window to configure a ignite server, apart from this u have to allow tftp and bootpd in inetd.conf
Also u have to export the /var/opt/ignite directory form the server..

Also populate below files as required..

PA-RISC
/etc/opt/ignite/instl_boottab
Integrity
/etc/bootptab


This below docs will help you

http://docs.hp.com/en/5992-1999/5992-1999.pdf
http://docs.hp.com/en/5992-5274/5992-5274.pdf


Regards
John
likid0
Honored Contributor

Re: How to configure ignite server on HP-UX 11.11

just a quick one:

Install the Ignite-UX software.

---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
Suraj K Sankari
Honored Contributor

Re: How to configure ignite server on HP-UX 11.11

HI,

Please find the link below for Configure Ignite server.
http://docs.hp.com/en/oshpux11iv2.html#Ignite-UX

Suraj