Parameter: disableXrs

Startup parameters change the behavior of the HPE Service Manager server. You can always set a startup parameter from the server's operating system command prompt.

Parameter

disableXrs

Description

The Service Manager process creates a JVM and provides default option of -Xrs on startup to reduce the signals to be handled by the JVM. However, you may want to generate thread dumps for debugging purposes, and then you would want the JVM to receive these signals. Use the -disableXrs parameter in sm.ini, so that the Service Manager process will not provide this option to JVM.

Notes:

  • This parameter is honored only in Windows environment for debugging purposes.
  • If you use Remote Desktop and start a Service Manager process using disableXrs:1, and then close the session or log off, the Service Manager process will be shutdown.

Valid if set from

Server's operating system command prompt

Initialization file (sm.ini)

Requires restart of the Service Manager server?

No

Default value

0

Possible values

0 = enable JVM option -Xrs

1 = disable JVM option –Xrs

Example usage

Command line: sm -httpPort:13080 -disableXrs:1

Initialization file: disableXrs:1