Skip to main content

We've Moved!

Product Documentation has moved to docs.hitachivantara.com
Hitachi Vantara Knowledge

Changing the Ops Center Automator management server URL

You must change the Ops Center Automator management server URL if you change the management server host name or IP address, the Ops Center Automator ports, or any SSL settings. If Ops Center Automator runs on the same management server as other Common Compent products, you can change all of the Common Component URLs with one command.

NoteYou must use a complete URL, which includes a protocol and a port number, for example, http://HostA:22015.

Procedure

  1. Verify the current URL using the following command:

    Common-Component-installation-folder\bin\hcmds64chgurl /list
  2. If Ops Center Automator is installed on a standalone server, change only the Ops Center Automator URL using the following command:

    Common-Component-installation-folder\bin\hcmds64chgurl /change new-URL /type Automation
  3. If Ops Center Automator is installed on the same server, change all Common Component URLs that are running on this management server using the following command:

    Common-Component-installation-folder\bin\hcmds64chgurl /change old-URL new-URL

    Use the following format for the URL:

    Protocol://Management-server-IP-address-or-host-name:port-number

    Where:

    • Protocol is http for non-SSL communication and https for SSL communication.
    • Management-server-IP-address-or-host-name is the IP address or host name of the management server on which Ops Center Automator is installed.
    • port-number is the port number that is set for Listen line in the user_httpsd.conf file.

      For non-SSL communication, specify the port number for non-SSL communication (default: 22015).

      For SSL communication, specify the port number for SSL communication (default: 22016).

      The user_httpsd.conf file is in the Common-Component-installation-folder\uCPSB11\httpsd\conf\ folder.

  4. Verify that you can access Ops Center Automator using the new URL.

  5. If you use Common Services, run the setupcommonservice command to apply the change.