This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
tsm:tsm_opcenter [2021/09/09 12:58] manu |
tsm:tsm_opcenter [2022/06/19 08:33] (current) manu |
||
---|---|---|---|
Line 28: | Line 28: | ||
└─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... | └─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 sptl064l.xpl.net.intra systemd[1]: Starting IBM Spectrum Protect Operation Center Services... | + | Sep 08 17:19:49 tsm1 systemd[1]: Starting IBM Spectrum Protect Operation Center Services... |
- | Sep 08 17:21:39 sptl064l.xpl.net.intra systemd[1]: Started IBM Spectrum Protect Operation Center Services. | + | Sep 08 17:21:39 tsm1 systemd[1]: Started IBM Spectrum Protect Operation Center Services. |
</cli> | </cli> | ||
Line 36: | Line 36: | ||
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 === |