Skip to main content

We've Moved!

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

Change Ops Center Automator management server settings for your environment

Change the Ops Center Automator management server settings to match your specific environment as needed.

Changing the port number used for management server communication with management clients

To change the port number used for communication between the Ops Center Automator management server and management clients (Web browsers), you must edit the definition file and configure exceptions in the firewall. For a cluster system, complete the same procedure on both the active server and standby server.

NoteFor information on other ports used with Ops Center Automator, see the Port settings reference topic.

To change the port number between the Ops Center Automator management server and management clients:

Procedure

  1. Stop Ops Center Automator.

  2. Change the port number settings by editing the keys in the definition files.

    • For HTTPS, go to Step 3.
    • For HTTP, change the port number settings by editing the keys in the definition files as follows:
    1. Modify the Listen key lines in the user_httpsd.conf file:

      Windows-based OS

      Common-Component-installation-folder\uCPSB11\httpsd\conf\user_httpsd.conf

      Linux OS

      Common-Component-installation-directory/uCPSB11/httpsd/conf/user_httpsd.conf

      Specify the new port number in place of 22015 in the following lines:

      Listen 22015
      Listen [::]:22015
      #Listen  127.0.0.1:22015
    2. Modify the command.http.port lines in the command_user.properties file.

      The folder that contains this definition file is different for cluster systems.

      Windows-based OS (non-cluster)

      Automation_software-installation-folder\conf

      Windows-based OS (cluster)

      shared-folder-name\Automation\conf

      Linux OS

      /opt/hitachi/Automation/conf
    3. Modify the server.http.port lines in the config_user.properties file.

      The folder that contains this definition file is different for cluster systems.

      Windows-based OS (non-cluster)

      Automation_software-installation-folder\conf

      Windows-based OS (cluster)

      shared-folder-name\Automation\conf

      Linux OS

      /opt/hitachi/Automation/conf
    4. Go to Step 4.

  3. For HTTPS, change the port number settings by editing the keys in the definition file as follows:

    1. Open the user_httpsd.conf file.

      Windows-based OS

      Common-Component-installation-folder\uCPSB11\httpsd\conf\user_httpsd.conf

      Linux OS

      Common-Component-installation-directory/uCPSB11/httpsd/conf/user_httpsd.conf
    2. Modify the Listen key lines by specifying the new port number in place of 22016 in the following lines:

      Listen 22016
      Listen [::]:22016
      VirtualHost *22016 
  4. Configure firewall exceptions:

    • If the OS is Windows, run the hcmds64fwcancel command to configure exceptions in the firewall.
    • If the OS is Linux, configure exceptions according to the OS specifications. For details about the procedure, see the OS documentation.
  5. Start Ops Center Automator.

  6. Run the hcmds64chgurl command to update the URL for accessing Ops Center Automator.

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

    See "setupcommonservice command" in the Hitachi Ops Center Automator User Guide for more information.

Common Component property updates for port number changes

To change Common Component port numbers, you must update the Common Component properties that are listed in the following table.

Update the property files and then restart all Common Component and Ops Center Automator services.

Port number (default) Properties file path: Common Component installation folder Location
22015/TCP \uCPSB11\httpsd\conf\user_httpsd.conf Listen
Listen [::]:
#Listen 127.0.0.1:
22016/TCP \uCPSB11\httpsd\conf\user_httpsd.conf host-name:port-number in the VirtualHost tag
Listen
Listen [::]:
22031/TCP \uCPSB11\httpsd\conf\user_hsso_httpsd.conf Listen
22032/TCP \HDB\CONF\emb\HiRDB.ini PDNAMEPORT
\HDB\CONF\pdsys pd_name_port
\database\work\def_pdsys pd_name_port
22035/TCP \uCPSB11\CC\server\usrconf\ejb\HBase64StgMgmtSSOService\usrconf.properties* webserver.connector.nio_http.port
22036/TCP \uCPSB11\CC\server\usrconf\ejb\HBase64StgMgmtSSOService\usrconf.properties ejbserver.rmi.naming.port
22037/TCP \uCPSB11\CC\server\usrconf\ejb\HBase64StgMgmtSSOService\usrconf.properties ejbserver.http.port
22038/TCP \uCPSB11\CC\server\usrconf\ejb\HBase64StgMgmtSSOService\usrconf.properties ejbserver.rmi.remote.listener.port
22170/TCP \uCPSB11\CC\server\userconf\ejb\AutomationWebService\usrconf.properties* webserver.connector.nio_http.port
22171/TCP \uCPSB11\CC\server\userconf\ejb\AutomationWebService\usrconf.properties ejbserver.rmi.naming.port
22172/TCP \uCPSB11\CC\server\userconf\ejb\AutomationWebService\usrconf.properties ejbserver.http.port
22173/TCP \uCPSB11\CC\server\userconf\ejb\AutomationWebService\usrconf.properties ejbserver.rmi.remote.listener.port
*: When changing webserver.connector.nio_http.port, the following configuration files need to be modified in addition to the corresponding line in usrconf.properties.
  • reverse_proxy.conf
  • reverse_proxy_before.conf
  • reverse_proxy_after.conf
  • hsso_reverse_proxy.conf

If the target port number is not described in the property file, no modification is required.

Changing the information of the server managing the user account

You can change the information of the server managing the user account, if necessary.

NoteThe user accounts are managed by the Common Component on the host you specified during the installation.

Procedure

  1. If SSL is not set for HBase 64 Storage Mgmt Web Service on the server managing the user account, run this command:

    Windows OS:

    Common-Component-installation_folder\bin\hcmds64prmset /host Server-Managing-User-Account-IP-address-or-host-name /port HBase-64-Storage_Mgmt-Web-Service-of-Server-Managing-User-Account-non-SSL-portnumber

    Linux OS:

    Common-Component-installation-directory/bin/hcmds64prmset -host Server-Managing-User-Account-IP-address-or-host-name -port HBase-64-Storage-Mgmt-Web-Service-of-Server-Managing-User-Account-non-SSL-portnumber
  2. If SSL is set for HBase 64 Storage Mgmt Web Service on the server managing the user account, run this command:

    Windows OS:

    Common-Component-installation-folder\bin\hcmds64prmset /host Server-Managing-User-Account-host-name /sslport HBase-64-Storage-Mgmt-Web-Service-of-Server-Managing-User-Account-SSL-portnumber

    Linux OS:

    Common-Component-installation-directory/bin/hcmds64prmset -host Server-Managing-User-Account-host-name -sslport HBase-64-Storage-Mgmt-Web-Service-of-Server-Managing-User-Account-SSL-portnumber

Changing the management server host name or IP address

This module provides information about changing the management server host name or IP address.

Hitachi Command Suite property updates for management server host name changes

If you change the host name of the Ops Center Automator management server, you must update the Hitachi Command Suite common properties that are listed in the following table:

Property file path (HCS Common Component installation directory)

Properties

Required changes

\uCPSB\httpsd\conf\user_httpsd.conf

ServerName

Change the value to the new host name.

VirtualHost tag

If TLS or SSL is used for communication between the management server and management clients and a host name is specified, change the value to an asterisk (*).

Servername in the VirtualHost tag

If TLS or SSL is used for communication between the management server and management clients, change the value to the new host name.

\HDB\CONF\pdsys

\database\work\def_pdsys

the -x option of pdunit

Change the value to the loopback address 127.0.0.1.

\HDB\CONF\pdutsys

\database\work\def_pdutsys

pd_hostname

\HDB\CONF\emb\HiRDB.ini

PDHOST

Hitachi Command Suite property updates for management server IP address changes

If you change the IP address of the Ops Center Automator management server, you must update the Hitachi Command Suite common properties that are listed in the following table:

Property file path (HCS Common Component installation directory)

Properties

Required changes

\uCPSB\httpsd\conf\user_httpsd.conf

ServerName

Change the value to the new host name or new IP address.

\HDB\CONF\pdsys

\database\work\def_pdsys

the -x option of pdunit

If the old IP value is specified, change the value to the loopback address 127.0.0.1.

\HDB\CONF\pdutsys

\database\work\def_pdutsys

pd_hostname

\HDB\CONF\emb\HiRDB.ini

PDHOST