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 launch the graphical user interface for a Universal Agent for Windows User Mode Install via the command line, execute the following command:

Panel
Html bobswift
<pre>
sb-7.2.0.0-windows-x64-um.exe
</pre>

Silent Install

To suppress the GUI and execute a silent Universal Agent for Windows User Mode Install, execute the following command:

Panel

This will execute the install using default values for all options.

Silent Install with Universal Broker Service Options

Html bobswift
<pre>
sb-7.2.0.0-windows-x64-um.exe -silent
</pre>

This will execute the install using default values for all options.

Silent Install with Universal Broker Service Options

The configure the Universal Broker and override the default installation directory from a silent Universal Agent for Windows User Mode Install, execute the following command:

Panel

Actual values used for each of the options shown above will depend on your specific requirements, but this command will:

...

Html bobswift
<pre>
sb-7.2.0.0-windows-x64-um.exe -silent -broker_dispname "Universal Broker (6800)" -broker_svcname UBroker6800 -broker_port 6800 -installdir "c:\ua\6800" 
</pre>

Actual values used for each of the options shown above will depend on your specific requirements, but this command will:

  • Install the Universal Agent to c:\ua\6800
  • Configure the Universal Broker service with a display name of Universal Broker (6800)
  • Configure the Universal Broker service to register messages sent to the Windows Application event log with a message source of Universal Broker (6800)
  • Configure the Universal Broker service with an internal name of UBroker6800
  • Configure the Universal Broker service to accept connections from Universal Agent components on port 6800

...

To configure the UAG Server and override the default installation directory from a silent Universal Agent for Windows User Mode Install, execute the following command:

Panel
Html bobswift
<pre>
sb-7.2.0.0-windows-x64-um.exe -silent -uag_autostart yes -ac_netname UAGENT-6800 -oms_servers 7878@omshost.com -installdir "c:\ua\6800"
</pre>

Actual values used for the some of the options above will depend on your specific requirements, but this command will:

...