Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Option Name

Description

ASSIGN_PROCESS_TO_JOB

Specification for whether or not UCMD Server assigns child processes to a single Windows job object.

COMMAND_FILE_ENCRYPTED

Encrypted command file.

COMMAND_FILE_PLAIN

Plain text command file.

ELEVATE_USER_TOKEN

Overrides the UCMD Server ELEVATE_USER_TOKEN configuration option that determines whether a Windows process executes with highest available privileges. This option allows a process to obtain a user access token that is not subject to User Account Control (UAC) restrictions.

ENCRYPTION_KEY

Encryption key used to decrypt an encrypted command file specified by option COMMAND_FILE_ENCRYPTED.

SERVER_OPTIONS

UCMD Server options that can be overridden by UCMD Managers.

UENCRYPTED_CODEPAGE

Character code page that Universal Command Manager uses to translate characters within a command file that has been encrypted with the Universal Encrypt utility.

UENCRYPTED_CODEPAGE_PATH

Location of the code page specified by the UENCRYPTED_CODEPAGE option.

...

Option Name

Description

CONNECT_RETRY_COUNT

Number of times a UCMD Manager will attempt to establish a connection with a remote Universal Broker.

CONNECT_RETRY_INTERVAL

Number of seconds between failed attempts to establish a connection with a remote Universal Broker.

CONNECT_TIMEOUT

Amount of time that a UCMD Manager will wait for a connection to a remote Universal Broker to complete.

DNS_EXPAND

Number of IP addresses returned to UCMD Manager following a DNS query issued to resolve a host name.

HOST_SELECTION

Host in the REMOTE_HOST list that the UCMD Manager will choose to begin its attempts to connect to a remote Universal Broker.

HOSTNAME_RETRY_COUNT

Number of times that UCMD will attempt to resolve the host name of a specified Universal Broker before it ends with a connect error.

MFT_SAFE_MODE

Situations in which more than one host may be specified in the REMOTE_HOST list when manager fault tolerance (MFT) is enabled.

OUTBOUND_IP

Host or IP address to use for all outgoing IP connections.

REMOTE_HOST

List of one or more hosts upon which a command may run.

REMOTE_PORT

TCP/IP port number of the remote Broker.

...

Panel
ucmd
{ -cmd command [-cmd_type {cmdref|shell|stc} ] | -script file
  [-options options] [-script_type type] }
[-host hostlist
[-connect_retry_count number]
[-connect_retry_interval seconds]
[-connect_timeout seconds]
[-dns_expand {yes|no} ]
[-host_selection {sequential|random} ]
[-mft_safe_mode {yes|no} ]
[-file file | -encryptedfile ddname [-key key] ]  *
[-port port]
[-userid user [-pwd pwd] ]
[-hostname_retry_count count]
[-outboundip host]
[-bif_directory directory ]
[-plf_directory directory ]
[-server options] [-uencrypted_codepage codepage]
[-uencrypted_codepage_path codepage] [-elevate_user_token {yes|no} ] [-assign_process_to_job option] [-managerft {yes|no} ] [-cmdid id] [-login {yes|no} ] [-lang language ] [-level {trace|audit|info|warn|error}[,{time|notime} ] [-msg_suppression_list list ] [-tracefilelines lines] [-trace_table size,{error|always|never} ] [-ssl_implementation {openssl|system} ] [-ca_certs file [-verify_host_name {yes|no|hostname} ] [-verify_serial_number number] ] [-cert file -private_key ddname [-private_key_pwd password] ] [-days number] [-crl file] [-ctl_ssl_cipher_list cipherlist] [-data_ssl_cipher_list cipherlist] [-default_cipher cipher] [-forcecomplete {yes|no} ] [-job_retention seconds]
[-delay seconds] [-min_ssl_protocol option] [-networkft {yes|no} ] [-retry_count number] [-retry_interval seconds] [-restart {yes|no|auto} [-managerft {yes|no} [-cmdid id] ] ] [-codepage codepage] [-compress {yes|no}[,{zlib|hasp} ] ] [-encrypt {yes|no} ] [-authenticate {yes|no} ] [-stdin | -stdout | -stderr] [-codepage codepage] [-compress {yes|no}[,{zlib|hasp} ] ] [-encrypt {yes|no} ] [-authenticate {yes|no} ] [-localfile ddname] [-mode {text|binary}[,{ucs|direct} ] [-remotecodepage codepage] [-exit_code_map map] [-comment text] ucmd { -help | -version }

...