To pass the client IP address instead of hostname to server scripts:

  1. For web console, Java Web Start or dashboard, add the following line to the webconsole or dashboard properties file:

    com.smarts.user.display={IP}:0.0

  2. To apply this option only to the Java Web Start, add the following property to the globalConsoleApp.jnlp file:

  3. <property name="com.smarts.user.display" value="{IP}:0.0"/>.

  4. For the command line console (sm_gui), add the following command line option:

                   -D com.smarts.user.display={IP}:0.0