User Tools

Site Tools


tsm:tsm_opcenter

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
tsm:tsm_opcenter [2021/01/01 21:25]
127.0.0.1 external edit
tsm:tsm_opcenter [2022/06/19 08:33] (current)
manu
Line 10: Line 10:
   https://​www.ibm.com/​support/​knowledgecenter/​en/​SSGSG7_7.1.3/​srv.install/​t_oc_inst_ssl_configure_ochub.html   https://​www.ibm.com/​support/​knowledgecenter/​en/​SSGSG7_7.1.3/​srv.install/​t_oc_inst_ssl_configure_ochub.html
  
 +=== Start Opcenter ====
 +
 +<cli prompt='#'>​
 +[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.
 +</​cli>​
 + 
 === Add a certificate to operation center: === === 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: Issue the iKeycmd command to add the cert256.arm certificate as the default certificate in the key database file of the hub server:
 <cli prompt='#'>​ <cli prompt='#'>​
-# /​opt/​tivoli/​tsm/​ui/​jre/​bin/​ikeycmd -cert -add -db /installation_dir/​Liberty/​usr/​servers/​guiServer/​gui-truststore.jks -file /​fvt/​comfrey/​srv/​cert256.arm -label 'label description'​ -pw '​password'​ -type jks -format ascii -trust enable ​+# /​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 ​
 </​cli>​ </​cli>​
 +
 +=== List certificates into keystore ===
 +
 +<cli prompt='#'>​
 +[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
 +</​cli>​
 +
   ​   ​
 === OLD === === OLD ===
tsm/tsm_opcenter.1609532734.txt.gz · Last modified: 2021/01/01 21:25 by 127.0.0.1