Globus Connect Server Node Show
Description
The globus-connect-server node show command displays information about a single data transfer node associated with an endpoint.
By default, this command displays data that includes the node id, ip_addresses, and status (active or inactive). Alternatively, it can display a JSON document containing the results. Use the -F json command-line option to enable this output format.
The node status is stored in the endpoint configuration, and is only updated by the globus-connect-server node update, globus-connect-server node cleanup or globus-connect-server node setup commands.
If a data transfer node is having problems, an administrator should use the globus-connect-server node update command to set it to inactive to remove it from the DNS entry for the endpoint so that clients will not interact with the broken node.
See globus-connect-server node update for more information on the fields returned in the output of node show.
Options
- -h, --help
-
Show help message and exit.
- --version
-
Show the version and exit.
- -F, --format "text"|"json"
-
Output format for this command. If the format is json, then the node document is displayed.
- --use-explicit-host IP_ADDRESS (new in 5.4.23)
-
IP address of the GCS node to use for this request. If not specified, any available GCS node in the endpoint will be used.