Hello
In version which is above 7.1, ICM takes responsibility to start SSL port. In this case, the dev_icm log needs to be checked, it's located in following folder:
\usr\sap\<SID>\<Instance>\work\
When open the log, there is error like followings:
[Thr 288] *** ERROR => Parameter "icm/ssl_config_4" not configured, but used in parameter"icm/server_port_4" [icxxpara.c 1408]
The following is resolution:
1. Open instance profile <SID>_<Instance>_<Hostname> in the following folder:
\usr\sap\<SID>\SYS\profile
2. There is parameter icm/server_port_4 configured:
icm/server_port_4 = PROT=HTTPS, PORT=50001, SSLCONFIG=ssl_config_4
However there is no parameter icm/ssl_config_4 configured in the profile.
3. Please add parameter like following into instance profile <SID>_<Instance>_<Hostname>:
icm/ssl_config_4 = CRED=SAPSSLS.pse
which exact parameters need to be configured in icm/ssl_config_* can be decided by following document:
http://help.sap.com/saphelp_nwce10/helpdata/en/48/49c9363a79350ce10000000a42189d/frameset.htm
Regards,
Tapan