storekeycfg command
Use this command to configure the host name or IP address and network port for a SKLM server.
You can configure up to four SKLM server targets. The storekeycfg command is also used to install and remove the certificates that are used by the XCC for authentication to the SKLM server.
Syntax:
storekeycfg [-options]
Option | Description | Values |
---|---|---|
-add -ip -pn -u -pw -f | Add the activation key |
|
-del | Use this command to delete the activation key by index number | Valid activation key index number from keycfg listing |
-sxip | Add the host name or IP address for the SKLM server | Valid host name or IP address for SKLM server, x is a numeric value of 1, 2, 3, or 4. |
-sxpn | Add the port number of the SKLM server | Valid port number for SKLM server, x is a numeric value of 1, 2, 3, or 4. |
-poll | Periodically verify connection to server | enabled, disabled |
-pi | Polling interval time | Polling interval time in minutes |
-ps | Last successful polling time (read only) | |
-testx | Test the configuration and connection to the SKLM server | x is a numeric value of 1, 2, 3, or 4. |
Example:
system> storekeycfg -s1ip 192.168.11.1 -s1pn 5697 -poll enabled -pi 11
ok
system> storekeycfg
storekey-server Trusted Certificate: Not available.
s1ip: 192.168.11.1 s1pn: 5697
s2ip: s2pn: 5696
s3ip: s3pn: 5696
s4ip: s4pn: 5696
Server Protocol: KMIP
Polling: enabled
Poll interval: 11 (minutes)
Poll timestamp: 0
提供反馈