Difference between revisions of "Ignite-UX"

From jasonhoss.com
Jump to: navigation, search
Line 5: Line 5:
 
Check /etc/inetd.conf to ensure the tfpd line looks as follows:
 
Check /etc/inetd.conf to ensure the tfpd line looks as follows:
  
<code>tftp        dgram  udp  wait  root /usr/lbin/tftpd    tftpd
+
<tt>tftp        dgram  udp  wait  root /usr/lbin/tftpd    tftpd\
 
       /opt/ignite\
 
       /opt/ignite\
       /var/opt/ignite</code>
+
       /var/opt/ignite</tt>

Revision as of 14:05, 5 January 2011

To install Ignite-UX for installing HP-UX remotely, you must have the IGNITE package and the Ignite-11.xx package(s) installed depending on the version you wish to install. Assuming that you have completed that process, check the following.

TFTP Configuration

Check /etc/inetd.conf to ensure the tfpd line looks as follows:

tftp dgram udp wait root /usr/lbin/tftpd tftpd\

      /opt/ignite\
      /var/opt/ignite