Controlling PXE server logging

The log file for the PXE server is controlled with the log4j2.xml file located in the PXE server deployment (_pxe directory).

Setting logging levels on PXE and TFTP servers

To access more information about problems with PXE and TFTP servers, you can set the logging level for those servers to the debug level.

To set logging levels on the PXE server

  1. In a text editor, open the log4j2.xml file. The file is located at:


    (UNIX)

    <installDirectory>/NSH/br/deployments/_pxe

    (Windows)

    <installDirectory>/PXE/br/deployments/_pxe

  2. For each property for which you want to log debugging information, change the value to DEBUG or INFO.

To set logging levels on the TFTP server

  1. In a text editor, open the tftpsvr.cf file. The file is located in:


    (UNIX)

    <installDirectory>/NSH/br/

    (Windows)

    <installDirectory>/PXE/br

  2. For each property for which you want to gather debugging information, change the value to DEBUG or INFO.
Was this page helpful? Yes No Submitting... Thank you

Comments