Globus Connect Server Node
Overview
Services for Globus Connect Server endpoints may be deployed on multiple different physical resources, referred to as Data Transfer Nodes. Each node may have one or more IP addresses, TCP incoming and outgoing port ranges, and a status value indicating whether it is configured to actively respond to requests or is in maintenance mode.
Node Document
The Data Transfer Node document has the following properties:
Name | Type | Description |
---|---|---|
DATA_TYPE |
string |
Type of this document |
id |
string uuid |
Unique id string for this node. This is system generated and should not be included in create requests. |
ip_addresses |
array (string) |
IP addresses of the node. |
status |
string |
Current status of the Node. If a Node is marked inactive, it is not included in the DNS entry for this endpoint, and any attempts to use the GCS Manager API or attempt a Transfer using this node will fail. |
incoming_port_range |
array[2] (integer) |
Allowed port range for incoming TCP data connections. |
outgoing_port_range |
array[2] (integer) |
Port range used as the source for outgoing TCP data connections. |
{
"DATA_TYPE": "node#1.0.0",
"id": "5a91ee5a-b28f-44b8-b0cb-2adbd5beee2c",
"ip_addresses": [
"192.168.44.2"
],
"status": "active",
"incoming_port_range": [50000, 51000],
"outgoing_port_range": [50000, 51000]
}
Commands
- globus-connect-server node setup
-
Set up a data transfer node
- globus-connect-server node create
-
Create a Globus Connect Server node configuration
- globus-connect-server node delete
-
Delete a data transfer node from an endpoint
- globus-connect-server node list
-
List data transfer nodes used by an endpoint
- globus-connect-server node show
-
Show information about a data transfer node
- globus-connect-server node update
-
Update a data transfer node
- globus-connect-server node cleanup
-
Clean up a data transfer node