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.

...

All sessions are established using the open command. At its simplest, the open command specifies the primary and secondary servers for the session:

Panel
Html bobswift
<pre>
open logical1=hostname logical2=hostname
</pre>

In this example, logical1 and logical2 are the user-assigned logical names of the primary and secondary servers, respectively. Each of these parameters is set to the host name or IP address of the corresponding server.


For two-party transfer sessions, where the UDM Manager acts as the primary server, hostname is not the host address of the local machine (this would initiate a three-party transfer with the primary server running on the local machine). Instead, the host address is either the name local or the asterisk ( * ) character:

Panel
Html bobswift
<pre>
open machine1=* machine2=somentmachine
</pre>

In this example, a two-party transfer session is established between the UDM Manager, acting as the primary server with the logical name machine1, and another machine with the host name somentmachine, with the logical name machine2.


An alternate method of establishing a two-party transfer is simply to give the secondary server as a parameter to the open command:

Panel
Html bobswift
<pre>
open machine2=somentmachine
</pre>

In this example, a two-party transfer session is implied. In such cases, the logical name of the UDM Manager / primary server side of the transfer session always will be local.

...

Anchor
1052428
1052428
A three-party transfer session can be opened using the same syntax as a two-party transfer session. However, both the primary and secondary servers must be specified explicitly, and the host name of the primary server must be a valid IP or host address:

Panel
Html bobswift
<pre>
open machine1=somemvsmachine machine2=somentmachine
</pre>

In this example, a three-party transfer session is established between a machine with the host name somemvsmachine, given the logical name machine1, and a machine with the host name somentmachine, given the logical name machine2.

...