server Command

Use this command to add a server.

This page discusses:

User Level

System Administrator

Add Server

Use the Add Server command to define a server.

add server NAME [ADD_ITEM {ADD_ITEM}];
  • ADD_ITEM provides more information about the server you are creating. Although the clauses are not required to make the server usable, they are used to define a server location other than the current default host and path. In addition, the clauses can help users understand the purpose of the server.

    The Add Server clauses are:

    description VALUE
    icon FILENAME
    user USER_NAME
    password PASSWORD
    connect CONNECT_STRING
    timezone TIMEZONE
    [!|not]foreign
    [!|not] hidden
    property NAME [value STRING]
    property NAME to ADMIN [value STRING]

    • ADMIN is: TYPE NAME

Copy Server

Use the Copy Server command to copy a server.

copy server SRC_NAME DST_NAME [MOD_ITEM {MOD_ITEM}];
  • MOD_ITEM is the item to be modified. For more information, see Modify Server.

Modify Server

Use the Modify Server command to modify a server.

modify server NAME[MOD_ITEM{MOD_ITEM}];
  • MOD_ITEM is:
    description VALUE
    icon FILENAME
    user USER_NAME
    password PASSWORD
    connect CONNECT-STRING
    timezone TIMEZONE
    [!|not]foreign
    [!|not]hidden
    add | property NAME to ADMIN [value STRING] 
        | property NAME [value STRING]
    remove | property NAME to ADMIN
           | property NAME
    property NAME to ADMIN [value STRING]
    property NAME [value STRING]

Monitor Server

Use the Monitor Server command to monitor a server.

monitor server [[port]|[[age SECONDS][xml]][filename FILENAME[append]];

Disable Server

Use the Disable Server command to disable a server.

disable server NAME;

Delete Server

Use the Delete Server command to delete a server.

delete server NAME;