Versions Compared

Key

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

...

To run UDM in interactive mode, enter the following at the command prompt:

<pre>
udm
</pre>
Panel
Html bobswift

This starts the UDM Manager. You will be greeted with a start-up message and the UDM prompt:

html-bobswift
Panel
<pre>
UNV2800I Universal Data Mover 6.3.0 Level 0 started.

udm>
</pre>

UDM now is ready to process commands. At the udm> prompt, you can enter any UDM command.

To exit UDM, enter the following command at the udm> prompt:

html-bobswift
Panel
<pre>
quit
</pre>

Running UDM in Batch Mode

To run UDM in batch mode, enter udm on the command line and specify a script file via the SCRIPT_FILE option.

For example:

<pre>
udm -script script_filename
</pre>
Panel
Html bobswift

When the script file has finished executing, UDM exits automatically.

...

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>