GLOBUS ENDPOINT SERVER ADD
DESCRIPTION
Add a server to an endpoint.
An endpoint must be a Globus Connect Server endpoint to have servers.
OPTIONS
-
--outgoing-data-ports
TEXT
-
Indicate to firewall administrators at other sites how to allow outgoing traffic from this server to their own. Specify as either 'unspecified', 'unrestricted', or as range of ports separated by a hyphen (e.g. '50000-51000') within the 1024-65535 range.
-
--incoming-data-ports
TEXT
-
Indicate to firewall administrators at other sites how to allow incoming traffic to this server from their own. Specify as either 'unspecified', 'unrestricted', or as range of ports separated by a hyphen (e.g. '50000-51000') within the 1024-65535 range.
-
--subject
TEXT
-
Subject of the X509 Certificate of the server. When unspecified, the CN must match the server hostname.
-
--port
INTEGER
-
Port for Globus control channel connections. [default: 2811]
-
--scheme
[gsiftp|ftp]
-
Scheme for the Server. [default: gsiftp]
- -v, --verbose
-
Control level of output.
- -h, --help
-
Show this message and exit.
-
-F, --format
[unix|json|text]
-
Output format for stdout. Defaults to text.
-
--jmespath, --jq
TEXT
-
A JMESPath expression to apply to json output. Forces the format to be json processed by this expression.
-
--map-http-status
TEXT
-
Map HTTP statuses to any of these exit codes: 0,1,50-99. e.g. "404=50,403=51"
EXAMPLES
Add a server with a url of gridftp.example.org to an endpoint
$ ep_id=ddb59aef-6d04-11e5-ba46-22000b92c6ec
$ globus endpoint server add $ep_id --hostname gridftp.example.org
EXIT STATUS
0 on success.
1 if a network or server error occurred, unless --map-http-status has been used to change exit behavior on http error codes.
2 if the command was used improperly.
3 if the command was used on the wrong type of object, e.g. a collection command used on an endpoint.
4 if the command has authentication or authorization requirements which were not met, as in ConsentRequired errors or missing logins.