org.gridgain.visor.commands

license

package license

Overview

Contains Visor command license implementation.

Help

+---------------------------------------------------------------------------+
| license | Shows information about all licenses that are used on the grid. |
|         | Also can be used to update on of the licenses.                  |
+---------------------------------------------------------------------------+
Specification
license
license "-f= -id="
Arguments
-f=<path>
    Path to new license XML file.
-id=<license-id>
    ID of the license will be updated.
Examples
license
    Shows all licenses that are used on the grid.
license "-f=/path/to/new/license.xml -id=fbdea781-90e6-4d1b-b8b3-5b8c14aa2df7"
    Copies new license file to all nodes that use license with provided ID.
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. license
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class VisorLicenseCommand extends AnyRef

    Contains Visor command license implementation.

    Overview

    Contains Visor command license implementation.

    Help

    +---------------------------------------------------------------------------+
    | license | Shows information about all licenses that are used on the grid. |
    |         | Also can be used to update one of the licenses.                  |
    +---------------------------------------------------------------------------+
    Specification
    license
    license "-f= -id="
    Arguments
    -f=<path>
        Path to new license XML file.
    -id=<license-id>
        ID of the license will be updated.
    Examples
    license
        Shows all licenses that are used on the grid.
    license "-f=/path/to/new/license.xml -id=fbdea781-90e6-4d1b-b8b3-5b8c14aa2df7"
        Copies new license file to all nodes that use license with provided ID.

Value Members

  1. object VisorLicenseCommand

    Companion object that does initialization of the command.

Inherited from AnyRef

Inherited from Any

Ungrouped