Globus Connect Server Command Line

Command-Line Reference
Audit
LoadQueryDumpDatabase SchemaFile Format
Endpoint
Endpoint Migrate53Endpoint SetupEndpoint ShowEndpoint UpdateEndpoint CleanupEndpoint Domain
OIDC
CreateShowUpdate
Node
CreateSetupListShowUpdateCleanupDelete
Login
Session
ShowUpdate
WhoamiLogout
Storage Gateway
CreateListShowUpdateDelete
Collection
CreateListShowUpdateDeleteDomain
Sharing Policy
CreateListShowDelete
Role
CreateListShowDelete
Skip to main content
Globus Docs
  • APIs
    • Auth
    • Transfer
    • Groups
    • Search
    • Python SDK
    • Helper Pages
  • How To
  • Guides
    • Globus Connect Server Installation Guides
    • High Assurance Collections for Protected Data
    • Management Console Guide
    • Command Line Interface
    • Premium Storage Connectors
    • Security
    • Modern Research Data Portal
  • Support
    • FAQs
    • Mailing Lists
    • Contact Us
    • Check Support Tickets
  1. Home
  2. Globus Connect Server
  3. Installation Guide
  4. Command-Line Reference
  5. Node

Globus Connect Server Node

  • v4
  • v5.3
  • v5.4

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 node#1.0.0

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 active, inactive

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.

Example Node Document
{
  "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 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

Command-Line Reference
Audit
LoadQueryDumpDatabase SchemaFile Format
Endpoint
Endpoint Migrate53Endpoint SetupEndpoint ShowEndpoint UpdateEndpoint CleanupEndpoint Domain
OIDC
CreateShowUpdate
Node
CreateSetupListShowUpdateCleanupDelete
Login
Session
ShowUpdate
WhoamiLogout
Storage Gateway
CreateListShowUpdateDelete
Collection
CreateListShowUpdateDeleteDomain
Sharing Policy
CreateListShowDelete
Role
CreateListShowDelete
© 2010- The University of Chicago Legal Accessibility