licenseserver
This command registers FlowForce Server with LicenseServer. Administrator (root) privileges are required for registration. On successful registration, you can go on to assign a license for FlowForce Server via the assignlicense command or via the LicenseServer web interface. For more information, see the LicenseServer documentation.
Syntax
flowforceserver licenseserver [options] SERVER |
Note: On Linux systems, use an all-lowercase flowforceserver to call the executable. |
Arguments
Argument | Description |
---|---|
SERVER | Specifies the name of the machine running LicenseServer or its IP address. |
Options
In the command line, options can be used with one or two dashes.
Option | Description |
---|---|
--j, --json | Prints the result of the registration attempt as a machine-parsable JSON object. |
--h, --help | Use this option to receive information about the command. |
Example
The command below registers FlowForce Server with LicenseServer running on the machine named DOC.altova.com.
flowforceserver licenseserver DOC.altova.com |
If LicenseServer is running on the user's machine, the following commands will also be valid:
flowforceserver licenseserver localhost flowforceserver licenseserver 127.0.0.1 |