Use this object to configure the License Server:

Command Syntax

% set system licenseManager licenseServer <name of the license server>
	connectionTimeout <1-15 seconds>
	password
	priority <1-2>
 	serverAddress
	userName

Command Parameters

Parameter

Length/Range

Default Value

Description

M/O

licenseServer

1-24

N/A

<License Server name> – The name used to reference this license server.

M
connectionTimeout1-155The timeout, in seconds, to wait for a response from the License Manager.O
password1-255N/AThe password used to access the License Manager.M
priority1-2N/A

The server selection priority for this license server.

Note: The server with priority 1 is attempted first.

M
serverAddress1-255N/A

The license server address.

Note: The possible address types are FQDN, IPv4, IPv6.

M
userName1-255N/AThe user name used to access the License Manager.M

Configuration Examples

set system licenseManager licenseServer LM1 priority 1 serverAddress 172.29.39.110 userName restuser password sonus123 connectionTimeout 4
commit

To test the License Manager settings, or to trigger a new License Manager registration after a previous registration request fails, use the command:

request system licenseManager register


  • No labels