updateWindowsServices

The "updateWindowsServices" command identifies all TIBCO Host instances in the specified CONFIG_HOME and updates the Host TRA properties in the Windows registry for TIBCO Host instances running as a Windows service.

Note: This command updates the TRA properties only for TIBCO Host instances running as a Windows Service. It updates TRA properties for a specific Host instance if the instance name is provided.

Arguments

See Common Arguments. In addition to the common arguments, you can specify the following arguments:
Argument Description
-configHomeLocation The location of CONFIG_HOME.
-instanceName (Optional) Name of TIBCO Host instance running as a Windows service, for which the TRA properties in the Windows registry need to be updated.

Examples

  • The following command identifies all TIBCO Host instances in the specified CONFIG_HOME and updates their TRA properties in the Windows registry.
    updateWindowsServices -configHomeLocation path/to/CONFIG_HOME/location
  • The following command updates the TRA properties of the specified instance name in the Windows registry.
    updateWindowsServices -configHomeLocation path/to/CONFIG_HOME/location -instanceName my-instance