You must copy the truststore file to each endpoint you plan to use.
-
Copy the endpoint truststore
/etc/security/powersc/uiServer/endpointTruststore.jks file to the
/etc/security/powersc/uiAgent/endpointTruststore.jks file on each endpoint. For
example, if you want to use scp, run the following command:
# scp endpointTruststore.jks user@endpoint-host-name:
/etc/security/powersc/uiAgent
-
To restart the endpoint agents after installing the security certificate, run one of the
following commands based on the operating system of the endpoint:
- For AIX® endpoints:
stopsrc -s pscuiagent
startsrc -s pscuiagent
- For Linux® endpoints:
systemctl stop powersc-uiAgent.service
systemctl start powersc-uiAgent.service
- For IBM® i
endpoints:
ENDTCPSVR SERVER(*UIAGENT)
STRTCPSVR SERVER(*UIAGENT)
-
Repeat steps 1 and 2 for
each existing endpoint and for every new endpoint (if you do not have a data virtualization
manager).