clip.bat [-port=port list] [-startdaemon] [-stopdaemon=port] [-secure] [-keystore=file] [-keystorepassword=password]
[-acceptcerts] [-suppresscadpmgmt] [-overridehostname=hostname] [-help]
| Option | Description |
|---|---|
| port | The port number, port list (port,port) or port range(port-port) used by the CLIP daemon. |
| startdaemon | Start in daemon mode and wait for connections. |
| stopdaemon | Stop the daemon that is listening on the port. |
| secure | Start the daemon listening in secure mode. |
| keystore | Start the daemon in secure mode, using the specified JKS keystore file. |
| keystorepassword | Start the daemon in secure mode, using the specified password to the JKS keystore file. |
| acceptcerts | Accept self-signed certificates from CADP web interface servers. |
| suppresscadpmgmt | Suppress the automatic management of CICS CADP profiles. |
| overridehostname | Override the hostname of the agent that will be used in CICS CADP profiles that are automatically managed by this agent. |
| help | Display help information. |