Updating the Command Center URL for a CommServe Computer Using the Command Line Interface

In a CommCell environment that has multiple Command Center computers, you can configure a required Command Center URL, which has access to external users, to send scheduled reports and alerts. You must configure the Command Center URL on each CommServe computer.

After you change the Command Center URL, email notifications are sent from the CommServe computer with the Command Center URL that has access to external users.

You can also use the AdminConsoleURL additional setting to configure the Command Center URL on the CommServe computer.

Procedure

  1. Run the qlogin command to log on to the CommServe computer.

  2. On the command line, go to software_installation_directory/Base, and then type the following command:

    qoperation.exe execscript -sn $[SetkeyIntoGlobalparamTbl.sql] -si '$[WebConsoleURL]' -si $[y] -si '$[http://NewWebConsoleHostname.domain.com/webconsole/clientDetails/fsDetails.do]?clientName=$[CLIENTNAME]'
  3. Run the qlogout command to log off the CommServe computer.

Example

The following command changes the Command Center URL to http://mycompany.mydomain.com/webconsole. In this example, the parameters are listed on the command line:

qoperation.exe execscript -sn $[SetkeyIntoGlobalparamTbl.sql] -si '$[WebConsoleURL]' -si $[y] -si 'http://mycompany.mydomain.com/webconsole/clientDetails/fsDetails.do?clientName=CLIENTNAME'

Page contents

×

Loading...