Servlet parameters

The following table lists the startup parameters you can set from the HPE Service Manager server's operating system command prompt or from the Service Manager initialization file (sm.ini).

These parameters determine how a Service Manager server manages client connections.

Servlet Parameter Description
Parameter: appthreadspersession Gives a site some control over the amount of server memory that a user can consume by limiting the number of application tabs that can be opened through the client
Parameter: disableXrs Enables and disables the -Xrs JVM option
Parameter: fetchnotnullsystemp Specifies whether or not to fully enable the template merge functionality for the operator table
Parameter: group Shuts down or quiesces all Service Manager server members in a virtual group
Parameter: groupbindaddress Defines the TCP/IP address of the network adapter you want servlet container processes to use to communicate with other processes in a virtual group
Parameter: grouplicenseip Defines the TCP/IP address of the Service Manager host with a valid Autopass license for the virtual group
Parameter: groupmcastaddress Defines the TCP/IP address that servlet container processes can use to communicate with the load balancer process in a horizontal scaling implementation
Parameter: groupname Creates a virtual group that servlet container processes across multiple systems can join for horizontal scaling purposes
Parameter: groupport Defines the communications port that servlet container processes can use to communicate with the load balancer process in a horizontal scaling implementation
Parameter: groupsubnetaddress Defines the subnet mask that the multicasting IP address resides on in a horizontal scaling implementation
Parameter: grouptimeout Defines the timeout value (in milliseconds) for Jgroups remote procedure calls
Parameter: host Specifies the host name of the Service Manager server that you want to shut down or quiesce
Parameter: httpPort Defines the communications port that a servlet container process uses to communicate with clients using HTTP
Parameter: httpsPort Defines the communications port that a servlet container process uses to communicate with clients using HTTPS (SSL-encrypted HTTP)
Parameter: keystoreFile Defines the path and file name to the Java keystore that contains the certificate of the Service Manager server
Parameter: keystorePass Defines the password to the Java keystore that contains the certificate of the Service Manager server
Parameter: loadBalancer Creates a load balancer process that listens to incoming client requests on the communications port specified by the httpPort parameter
Parameter: logperthread Defines whether the Service Manager server opens a separate sm.log file for each thread
Parameter: maxattachmentcount Specifies the maximum number of files that can be attached to an individual record.
Parameter: memorypollinterval Defines when to poll the heap memory
Parameter: queryhashcode Enables all HPE Service Manager processes to consistently generate a unique hash code, which can be accepted and properly decoded by the web tier
Parameter: reportgroup Displays the status of ports, processes, and threads in horizontal and vertical scaling servlet implementations
Parameter: reportlbstatus Displays information about available ports and threads in horizontal and vertical scaling servlet implementations
Parameter: sslConnector Defines whether servlet container processes have an HTTPS (SSL-encrypted HTTP) communications port available
Parameter: threadsperprocess Defines the number of threads that you want the Service Manager server to start when it starts a new process
Parameter: ssl_trustedClientsJKS Defines the path and file name to the Java keystore that contains the list of trusted client certificates from which the Service Manager server allows connection requests
Parameter: ssl_trustedClientsPwd Defines the password to the Java keystore that contains the list of trusted client certificates from which the Service Manager server allows connection requests
Parameter: truststoreFile Defines the path and file name of the Java keystore that contains the list of trusted certificate authorities
Parameter: truststorePass Defines the password to the Java keystore that contains the list of trusted CA certificates