United States-English |
|
|
Ignite-UX Administration Guide: for HP-UX 11i > Chapter 2 Making Configuration Decisions for Ignite ServersDiagnosing Network Boot Issues |
|
When configuring a network, sometimes boot and installation will not work at all or will not work as expected. Especially when configuring a complex network, you should expect to spend time diagnosing and resolving issues due to the complexity of the network and interactions between servers. You should also expect that problems might occur in the future as the complex network changes. This section includes suggested tools and techniques for diagnosing problems. If network boot is used on a local subnet and the Ignite-UX server is not found, check these items:
The bootpd and tftpd daemons have the ability to log requests and responses. The /etc/inetd.conf file may be modified to enable logging. The bootpd -d option and tftpd -l option control logging. For example:
The daemons log to the HP-UX syslog file located at /var/adm/syslog/syslog.log.
If the boot configuration includes multiple boot servers (for bootp relay, for example) it is often useful to enable logging on all servers. To save time when configuring an HP-UX system boot, the bootpquery command may be used to simulate a network boot request by requesting bootpd to indicate how it would respond to boot requests for a specific MAC address. This is normally much faster and simpler than attempting to boot using a real client system. To use bootpquery, add the ba option to the appropriate entries in the /etc/bootptab file. Without this option, bootpd will send responses only to the client system making the boot request. The ba option requests the response be broadcast on the subnet, so any system is able to see the response, including the system where you are using bootpquery. For more information, see bootpquery(1M).
The bootpquery output includes valuable debug information:
|
Printable version | ||
|