Difference between revisions of "Ignite-UX"

From jasonhoss.com
Jump to: navigation, search
Line 3: Line 3:
 
'''TFTP Configuration'''
 
'''TFTP Configuration'''
  
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\
 +
      /opt/ignite\
 +
      /var/opt/ignite
 +
</code>

Revision as of 14:01, 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