GetServer

The GetServer command action is used to display configuration parameters from a single node definition in the TIBCO MFT Internet Server node definition table.

To use the GetServer command, the user must have UpdateServerRight. For more information on these rights, see the AddUserToRole command action. When this command executes successfully, the defined TIBCO MFT Internet Server is displayed along with the configuration parameters for the defined Server definition. If the node that you want to display is not defined, an error occurs.

Parameter Description Default Required
ServerName Specifies the 1 to 32 character node name.
This is the name that TIBCO MFT Platform Server is known as within the TIBCO MFT Internet Server system. If the ServerName contains embedded blanks, the entire ServerName should be enclosed in double quotation marks (" ").
Note: This value must point to an existing server definition. If the node that you want to update is not defined, an error occurs.
None Yes

Sample GetServer Command

The command below displays parameters defined for server NYNode1. The ServerName is required for GetServer.

java cfcc.CFAdmin a:GetServer ServerName:NYNode1