Administer > System configuration parameters > System performance parameters > Startup parameter: maxloginspercluster

Startup parameter: maxloginspercluster

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

Parameter

maxloginspercluster

Description

In a horizontal scaling implementation, the maximum number of logins for operators is enforced at the cluster level. This parameter allows administrators to turn off this feature. By default, this parameter is set to 1, which means maximum number of logins for operators is enforced by counting each operator's logins on all cluster hosts. When this parameter is set to 0, only logins on the local host are counted.

Valid if set from

Server's operating system command prompt

Initialization file (sm.ini)

Requires restart of Service Manager server?

Yes

Default value

1

Possible values

0 (Disable Max Logins at the cluster level)

1 (Enable Max Logins at the cluster level)

Example usage

Command line: sm -httpPort:13080 -maxloginspercluster:0

Initialization file: maxloginspercluster:0

Related topics

System parameters

Related topics

Enter a parameter in the sm.ini file

Related topics

System performance parameters