Parameter: grouplicenseip

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

grouplicenseip

Description

HPE Service Manager uses HPE AutoPass software to validate the license. This parameter defines the TCP/IP address of the HPE Service Manager host with a valid HPE AutoPass license for the virtual group. This parameter contains the TCP/IP address of the HPE Service Manager primary host, or a list of comma-seperated IP addresses of the primary and backup hosts for license verification. When you request a license, AutoPass prompts you for the IP address of the system where you are going to install the software. Use this IP address as the value for the grouplicenseip parameter. During startup, HPE Service Manager needs the grouplicenseip parameter for the following conditions:

  • You are running HPE Service Manager on a system with multiple Network Interface Cards (NICs) and multiple IP addresses.
  • You are running HPE Service Manager in a horizontally-scaled system and the primary host has multiple NICs and multiple IP addresses.
  • You are running HPE Service Manager in a horizontally-scaled system and you are configuring the sm.ini file on a secondary host.

It is best practice to place this parameter in the HPE Service Manager initialization (sm.ini) file, so that all servlet container processes started on the same host share the TCP/IP address specified by this parameter.

Valid if set from

Server's operating system command prompt

Initialization file (sm.ini)

Requires restart of the Service Manager server?

Yes

Default value

None

Possible values

Any TCP/IP address

Example usage

Example 1: Initialization file:

grouplicenseip:10.0.0.135
Example 2: Initialization file:
grouplicenseip:10.0.0.135, 10.0.0.137, 10.0.0.139