Previous Topic: Define Data to the NDTNext Topic: Change Values in the NDT


Define Linux Nodes as NDT Node Elements

To define linux nodes to the CA Top Secret database as NDT node elements enter:

TSS ADD|REMOVE|REPLACE(NDT) LINUXNODE(node_name)
                             [IPADDR(ip_address)
                             FACILITY(facility_name)
                             ACTIVE(YES|NO)]
LINUXNODE(node_name)

Specifies the linux system name.

Maximum length: 246 characters

IPADDR(ip_address)

Specifies the IP address for the Linux system.

FACILITY(facility_name)

Specifies the facility name to use for system entry validation.

ACTIVE(YES|NO)

Indicates whether the node is active and whether system validation is performed:

YES

The node is active and system validation is performed.

NO

(Default) The node is inactive and system validation is not performed.

Example: defining a linux node

This example adds the new Linux system name LSERVER with IP address 201.212.0.8, using facility LNXPROD for validations:

TSS ADD(NDT) LINUXNODE(LSERVER)
              IPADDR(201.212.0.8)
              FACILITY(LNXPROD)
              ACTIVE(YES)