Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Macro name changed from html to html-bobswift during server to cloud migration processing.

...

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

Panel
Html bobswift
<pre>
udm
</pre>

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

Panel
Html bobswift
<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:

Panel
Html bobswift
<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:

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

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

...

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

Panel
html-bobswift
<pre>
udm
[

-allow_repl_on_rename

Html bobswift
 {<b>yes</b>|<b>no</b>}]
[

-bif_directory

html-bobswift
 <i>directory</i>]
[

-plf_directory

html-bobswift
 <i>directory</i>]
[

-ca_certs

Html bobswift
 <i>file</i>]
[

-cert

Html bobswift
 <i>file</i>]
[

-private_key

html-bobswift
 <i>file</i> [

-private_key_pwd

html-bobswift
 <i>password</i>] ]
[

-proxy_certificates

Html bobswift
 {<b>yes</b>|<b>no</b>}]
[

-days

Html bobswift
 <i>number</i>]
[

-crl

Html bobswift
 <i>file</i>]
[

-script

Html bobswift
 <i>filename</i>]
[

-options

Html bobswift
 <i>options</i>]
[

-codepage

html-bobswift
 <i>codepage</i>]
[

-ctl_ssl_cipher_list

html-bobswift
 <i>list</i>]
[

-data_ssl_cipher_list

Html bobswift
 <i>list</i>]
[

-encrypt

html-bobswift
 {<b>yes</b>|<b>no</b>|<b>cipher</b>} ]
[

-compress

Html bobswift
 {<b>yes</b>|<b>no</b>}[,{<b>zlib</b>|<b>hasp</b>}] ]
[

-delay

Html bobswift
 <i>seconds</i>]
[

-idle_timeout

html-bobswift
 <i>seconds</i>]
[

-keep_alive_interval

html-bobswift
 <i>seconds</i>]
[

-lang

html-bobswift
 <i>language</i>]
[

-level

Html bobswift
 {<b>trace</b>|<b>audit</b>|<b>info</b>|<b>warn</b>|<b>error</b>}[,{<b>time</b>|<b>notime</b>}] ]
[

-msg_suppression_list

Html bobswift
 <i>list</i> ]
[

-min_ssl_protocol

html-bobswift
 <i>option</i>]
[

-network_fault_tolerant

Html bobswift
 {<b>yes</b>|<b>no</b>} [

-frame_interval

Html bobswift
 <i>number</i>] ]
[

-mode_type

html-bobswift
 {<b>binary</b>|<b>text</b>}]
[

-umask

html-bobswift
 <i>number</i>]
[

-outboundip

Html bobswift
 <i>host</i>]
[

-port

Html bobswift
 <i>port</i>]
[

-recvbuffersize

html-bobswift
 <i>size</i>]
[

-open_retry

html-bobswift
 {<b>yes</b>|<b>no</b>}]
[

-open_retry_count

Html bobswift
 <i>number</i>]
[

-open_retry_interval

html-bobswift
 <i>number</i>]
[

-retry_count

html-bobswift
 <i>number</i>]
[

-retry_interval

Html bobswift
 <i>seconds</i>]
[

-sendbuffersize

Html bobswift
 <i>size</i>]
[

-tcp_no_delay

html-bobswift
 <i>option</i>]
[

-tcp_window_size

html-bobswift
 <i>size</i>]
[

-tracefilelines

html-bobswift
 <i>number</i>]
[

-trace_table

html-bobswift
 <i>size</i>,{<b>error</b>|<b>always</b>|<b>never</b>}]
[

-verify_host_name

html-bobswift
 {<b>yes</b>|<b>no</b>}|<i>host rname</i>]
[

-comment

Html bobswift
 <i>text</i>]

udm
{ 

-help

Html bobswift
 | 

-version

Html bobswift
 }
</pre>