Hitachi

Job Management Partner 1 Version 10 Job Management Partner 1/Consolidated Management 2/Network Node Manager i Setup Guide


21.2 Configuring NNMi to stop reporting the ovjboss version number

The Error 404 and Not Found error messages are HTTP standard responses indicating that a client was able to communicate with a server but the server could not find what was requested. An NNMi management server might generate an Error 404 message that includes ovjboss information.

To prevent an NNMi management server from reporting ovjboss information:

  1. Run the ovstop command on the NNMi management server.

  2. Save the server.xml file in a directory other than the directory shown below:

    • Windows: %NnmInstallDir%\nmsas\common\deploy\jbossweb.sar\server.xml

    • UNIX: $NnmInstallDir/nmsas/common/deploy/jbossweb.sar/server.xml

  3. Edit the following file:

    • Windows: %NnmInstallDir%\nmsas\common\deploy\jbossweb.sar\server.xml

    • UNIX: $NnmInstallDir/nmsas/common/deploy/jbossweb.sar/server.xml

  4. Look for the following line in this file:

    <Host name="localhost" ...
  5. Add the following attribute immediately before the last > (greater than) symbol:

    errorReportValveClass="com.hp.ov.nms.as.server.tomcat.NmsErrorReportValve"

    Example:

    <Host name="localhost" workDir="${nmsas.product.dir.workDir}/web" errorReportValveClass="com.hp.ov.nms.as.server.tomcat.NmsErrorReportValve">
  6. Run the ovstart command on the NNMi management server.

  7. Test the NNMi management server to make sure it no longer generates Error 404 error messages that report ovjboss information.