User Tools

Site Tools


tsm:tsm_opcenter

Operation Center

Steps to configure Operations Center HUB Server if intial connection doesn't work

http://www-01.ibm.com/support/docview.wss?uid=swg21983376

Securing communications between the Operations Center and the hub server

https://www.ibm.com/support/knowledgecenter/SSGSG7_7.1.7/srv.solutions/t_msdisk_ocssl_config.html

Configuring for SSL communication between the Operations Center and the hub server

https://www.ibm.com/support/knowledgecenter/en/SSGSG7_7.1.3/srv.install/t_oc_inst_ssl_configure_ochub.html

Start Opcenter

[root@tsm1] /etc/rc.d/init.d # systemctl | grep op
  opscenter.service                        loaded active exited    IBM Spectrum Protect Operation Center Services


[root@tsm1] /etc/rc.d/init.d # systemctl start opscenter.service
[root@tsm1] /etc/rc.d/init.d # systemctl status opscenter.service
● opscenter.service - IBM Spectrum Protect Operation Center Services
   Loaded: loaded (/etc/systemd/system/opscenter.service; enabled; vendor preset: disabled)
   Active: active (exited) since Wed 2021-09-08 17:21:39 CEST; 19h ago
  Process: 27225 ExecStop=/opt/tivoli/tsm/ui/Liberty/bin/opscenter.rc stop (code=exited, status=0/SUCCESS)
  Process: 29673 ExecStart=/opt/tivoli/tsm/ui/Liberty/bin/opscenter.rc start (code=exited, status=0/SUCCESS)
 Main PID: 29673 (code=exited, status=0/SUCCESS)
   CGroup: /system.slice/opscenter.service
           └─31187 /opt/tivoli/tsm/ui/jre/bin/java -javaagent:/opt/tivoli/tsm/ui/Liberty/bin/tools/ws-javaagent.jar -Djava.awt.headless=true -Djdk.attach.allowAttachSelf=true -Xmx2048m -Dco...

Sep 08 17:19:49 tsm1 systemd[1]: Starting IBM Spectrum Protect Operation Center Services...
Sep 08 17:21:39 tsm1 systemd[1]: Started IBM Spectrum Protect Operation Center Services.

Add a certificate to operation center:

Issue the iKeycmd command to add the cert256.arm certificate as the default certificate in the key database file of the hub server:

# /opt/tivoli/tsm/ui/jre/bin/ikeycmd -cert -add -db /opt/tivoli/tsm/ui/Liberty/usr/servers/guiServer/gui-truststore.jks -file /fvt/comfrey/srv/cert256.arm -label 'label description' -pw 'password' -type jks -format ascii -trust enable 

List certificates into keystore

[root@tsm1] ~ # /opt/tivoli/tsm/ui/jre/bin/ikeycmd -cert -list -db /opt/tivoli/tsm/ui/Liberty/usr/servers/guiServer/gui-truststore.jks -type jks
A password is required to access the source key database.
Please enter a password:
xxxxxxx
Certificates in database /opt/tivoli/tsm/ui/Liberty/usr/servers/guiServer/gui-truststore.jks:
   default
   
[root@tsm1] ~ # /opt/tivoli/tsm/ui/jre/bin/ikeycmd -cert -details -label 'default'  -db gui-truststore.jks -type jks
Label: default
Key Size: 2048
Version: X509 V3
Serial Number: 0E 22 C2 CB
Issued by: CN=localhost, OU=guiServer, O=IBM, C=US
Subject: CN=localhost, OU=guiServer, O=IBM, C=US
Valid: From: Thursday, September 9, 2021 3:10:05 PM CEST To: Sunday, September 7, 2031 3:10:05 PM CEST
Fingerprint:
    SHA1: 2E:BA:90:AE:4B:FE:1E:2F:FC:22:CB:5B:99
    ...
Trust Status: enabled

OLD

http://jackiechen.org/2013/06/17/install-and-configure-tsm-operation-center-6-4-1/

To restart the initial configuration wizard, you must delete a properties file. When you delete the file, you delete information about the hub server connection. However, any alerting, monitoring, at-risk, or multiserver settings that were configured for the hub server are not deleted. These settings are used as the default settings in the configuration wizard when the wizard restarts.

1. Stop the web server of the Operations Center. For instructions, see Stopping and starting the web server.

2. On the computer where the Operations Center is installed, go to the following directory:

      AIX® and Linux systems: installation_dir/ui/Liberty/usr/servers/guiServer
      Windows systems: installation_dir\ui\Liberty\usr\servers\guiServer
  where installation_dir represents the directory in which the Operations Center is installed. For example:
      AIX and Linux systems: /opt/tivoli/tsm/ui/Liberty/usr/servers/guiServer
      Windows systems: c:\Program Files\Tivoli\TSM\ui\Liberty\usr\servers\guiServer
      

3. In the guiServer directory, delete the serverConnection.properties file.

4. Start the web server of the Operations Center.

5. Open the Operations Center. Start a web browser, and enter the following address: https://hostname:11080/oc, where hostname represents the name of the computer where the Operations Center is installed, and secure_port represents the port number that the Operations Center uses for HTTPS communication on that computer.

6. Use the configuration wizard to reconfigure the Operations Center. Specify a new password for the monitoring administrator ID.

7. Update the password for the monitoring administrator ID on any spoke servers that were previously connected to the hub server. Issue the following command from the Tivoli® Storage Manager command-line interface:

  UPDATE ADMIN  IBM-OC-hub_server_name new_password
  

If you want to update you configuration, access the configuration interface

https://hostname:11090/oc/configuration 
tsm/tsm_opcenter.txt · Last modified: 2022/06/19 08:33 by manu