Versions Compared

Key

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

...

The following table describes the configuration options used to execute UDM Manager for UNIX. Each Option Name is a link to detailed information about that configuration option.

Option Name

Description

ACTIVITY_MONITORING

Specification for whether or not product activity monitoring events are generated.

ALLOW_REPL_ON_RENAME

Specification for whether or not the UDM rename command will succeed if the new file name provided in that command matches the name of an existing file.

BIF_DIRECTORY

Broker Interface File directory where the Universal Broker interface file is located.

CA_CERTIFICATES

File name / ddname of the PEM-formatted trusted CA X.509 certificates.

CERTIFICATE

File name / ddname of UDM Manager's PEM-formatted X.509 certificate.

CERTIFICATE_EXPIRATION_NOTICE

Number of days prior to certificate expiration to begin issuing informational messages about the expiration.

CERTIFICATE_REVOCATION_LIST

File name / ddname of the PEM-formatted CRL.

CODE_PAGE

Character code page used to translate text data received and transmitted over the network.

COMMENT

User-defined string.

CTL_SSL_CIPHER_LIST

Acceptable and preferred SSL/TLS cipher suites to use for the control session between UDM components.

DATA_COMPRESSION

Specification for whether or not data is compressed on all standard I/O files.

DATA_SSL_CIPHER_LIST

Acceptable and preferred SSL/TLS cipher suites to use for the data session on which file data is transferred between UDM primary and secondary servers.

ENCRYPT

Encryption method to be used in a UDM transfer session if one is not specified by an encrypt parameter in the UDM open command.

EVENT_GENERATION

Events to be generated as persistent events.

FRAME_INTERVAL

Number of UDM transfer blocks transferred before a frame-sync message is sent when UDM is operating with network fault tolerance turned on.

HELP

Writes a description of the command options and their format.

IDLE_TIMEOUT

Number of seconds of inactivity in an interactive UDM session after which the manager will close the session.

INSTALLATION_DIRECTORY

Directory on which UDM Manager is installed.

KEEP_ALIVE_INTERVAL

Default interval at which a keep alive message is sent from the manager to the transfer server(s).

MERGE_LOG

Specification for whether or not to merge standard out and standard error output streams from a remote command to the UDM transaction log.

MESSAGE_LANGUAGE

Universal Message Catalog (UMC) file used to write messages.

MESSAGE_LEVEL

Level of messages to write.

MIN_SSL_PROTOCOL

Minimum SSL/TLS protocol level that will be negotiated and used for communications channels.

MODE_TYPE

Default transfer mode type for UDM sessions.

MSG_SUPPRESSION_LIST

List of message IDs representing Universal messages to be suppressed.

NETWORK_DELAY

Expected network latency.

NETWORK_FAULT_TOLERANT

Specification for whether or not UDM transfer sessions are network fault tolerant by default.

NLS_DIRECTORY

Directory where the UDM Manager message catalog and code page tables are located.

OPEN_RETRY

Level of fault tolerance for the open command.

OPEN_RETRY_COUNT

Maximum number of attempts that will be made to establish a session by the open command.

OPEN_RETRY_INTERVAL

Number of seconds that UDM will wait between each open retry attempt.

OUTBOUND_IP

Host or IP address that UDM binds to when initiating outgoing connections to another UDM server.

PLF_DIRECTORY

Program Lock File directory that specifies the location of the UDM Manager program lock file.

PRIVATE_KEY

ddname of Manager's PEM formatted RSA private key.

PRIVATE_KEY_PWD

Password for the Manager's PRIVATE_KEY.

PROXY_CERTIFICATES

Specification for whether or not UDM will use proxy certificates in three-party transfer sessions if a certificate is supplied to the UDM Manager.

RECONNECT_RETRY_COUNT

Number of attempts the manager will make to re-establish a transfer session when a network fault occurs.

RECONNECT_RETRY_INTERVAL

Number of seconds that UDM will wait between each successive attempt to re-establish a transfer session when a network fault occurs.

RECV_BUFFER_SIZE

Size (in bytes) of the application's incoming buffer for UDM.

REMOTE_PORT

TCP port number on the remote computer used for invoking UDM Server instances.

SCRIPT_FILE

Script file containing UDM commands to execute.

SCRIPT_OPTIONS

Options to pass to the script command file.

SEND_BUFFER_SIZE

Size (in bytes) of the application's outgoing buffer for UDM.

TCP_NO_DELAY

Specification for whether or not to use TCP packet coalescing.

TCP_WINDOW_SIZE

TCP/IP buffer size of a UDM Server on the receiving end of a two-party transfer.

TRACE_FILE_LINES

Maximum number of lines to write to the trace file.

TRACE_TABLE

Size of a wrap-around trace table maintained in memory.

UCMD_PATH

Sets the complete path to UCMD for calls by the exec command.

UMASK

File mode creation mask.

USAP_PATH

Sets the complete path to USAP for calls by the execsap command.

VERIFY_HOST_NAME

Specification for whether or not the Universal Broker's X.509 certificate identity is verified.

VERSION

Writes the program version information and copyright.

...

The following figure illustrates the command line syntax of UDM Manager for UNIX.

<pre>
udm
[
-allow_repl_on_rename
 {
<b>yes</b>|<b>no</b>
yes|no}]
[
-bif_directory
Panel
Html bobswift
Html bobswift
Html bobswift
 <i>directory</i>]
[
 directory 
[-plf_directory
Html bobswift <i>directory</i>]
 directory
[
-ca_certs
Html bobswift <i>file</i>
 file]
[
-cert
Html bobswift <i>file</i>
 file]
[
-private_key
Html bobswift <i>file</i>
 file [
-private_key_pwd
Html bobswift <i>password</i>
 password] ]
[
-proxy_certificates
Html bobswift
 {
<b>yes</b>|<b>no</b>
yes|no}]
[
-days
Html bobswift <i>number</i>
 number]
[
-crl
Html bobswift <i>file</i>
 file]
[
-script
Html bobswift <i>filename</i>
 ddname]
[
-options
Html bobswift <i>options</i>
 options]
[
-codepage
Html bobswift <i>codepage</i>
 codepage]
[
-ctl_ssl_cipher_list
Html bobswift <i>list</i>
 list]
[
-data_ssl_cipher_list
Html bobswift <i>list</i>
 list]
[
-encrypt
Html bobswift
 {
<b>yes</b>|<b>no</b>|<b>cipher</b>
yes|no|cipher} ]
[
-compress
Html bobswift
 {
<b>yes</b>|<b>no</b>
yes|no}[,{
<b>zlib</b>|<b>hasp</b>
zlib|hasp}] ]
[
-delay
Html bobswift <i>seconds</i>
 seconds]
[
-idle_timeout
Html bobswift <i>seconds</i>
 seconds]
[
-keep_alive_interval
Html bobswift <i>seconds</i>
 seconds]
[
-lang
Html bobswift <i>language</i>
 language]
[
-level
Html bobswift
 {
<b>trace</b>|<b>audit</b>|<b>info</b>|<b>warn</b>|<b>error</b>
trace|audit|info|warn|error}[,{
<b>time</b>|<b>notime</b>
time|notime}] ]
[
-msg_suppression_list
Html bobswift <i>list</i>
 list ]
[
-min_ssl_protocol
Html bobswift <i>option</i>
 option]
[
-network_fault_tolerant
Html bobswift
 {
<b>yes</b>|<b>no</b>
yes|no} [
-frame_interval
Html bobswift <i>number</i>
 number] ]
[
-mode_type
Html bobswift
 {
<b>binary</b>|<b>text</b>
binary|text}]
[
-umask
Html bobswift <i>number</i>
 number]
[
-outboundip
Html bobswift <i>host</i>
 host]
[
-port
Html bobswift <i>port</i>
 port]
[
-recvbuffersize
Html bobswift <i>size</i>
 size]
[
-open_retry
Html bobswift
 {
<b>yes</b>|<b>no</b>
yes|no}]
[
-open_retry_count
Html bobswift <i>number</i>
 number]
[
-open_retry_interval
Html bobswift <i>number</i>
 number]
[
-retry_count
Html bobswift <i>number</i>
 number]
[
-retry_interval
Html bobswift <i>seconds</i>

-sendbuffersize

Html bobswift <i>size</i>
 seconds]
[-sendbuffersize size]
[-saf_key_ring name]
[
-saf_key_ring_label label]
[-server_stop_conditions codes]
[
-tcp_no_delay
Html bobswift <i>option</i>
 option]
[
-tcp_window_size
Html bobswift <i>size</i>
 size]
[
-tracefilelines
Html bobswift <i>number</i>
 number]
[
-trace_table
Html bobswift <i>size</i>
 size,{
<b>error</b>|<b>always</b>|<b>never</b>
error|always|never}]
[
-verify_host_name
Html bobswift
 {
<b>yes</b>|<b>no</b>
yes|no}|
<i>host
host 
rname</i>
name]
[
-comment
Html bobswift <i>text</i>
 text]

udm
{ 
-help
Html bobswift
 | 
-version
Html bobswift
 }
</pre>