Postinstallation Steps for the SPM Dashboard

The SPM Dashboard is a new component shipped with the 2.2.1 release of Service Performance Manager. To ensure that the dashboard works, you need to set some properties in the SPM_HOME/2.2/spmdashboard/tomcat/bin/setenv.bat file.

Procedure

  1. Open SPM_HOME/2.2/spmdashboard/tomcat/bin/setenv.bat.
  2. Modify the property, CATALINA_OPTS to have the correct remote host name, port number, ssl and authentication options, if any. The property is commented by default. The default setting of the property is as follows:
    Platform Command
    Windows
    set CATALINA_OPTS=
    -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.host=localhost 
    -Dcom.sun.management.jmxremote.port=9600 -Dcom.sun.management.jmxremote.ssl=false 
    -Dcom.sun.management.jmxremote.authenticate=false
    Linux
    export CATALINA_OPTS=
    -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.host=localhost 
    -Dcom.sun.management.jmxremote.port=9600 -Dcom.sun.management.jmxremote.ssl=false 
    -Dcom.sun.management.jmxremote.authenticate=false
  3. Save the file.