cancel
Showing results for 
Search instead for 
Did you mean: 

Changing Default "Keep Alive" & " Max Processing Time" values in SMICM

pr_srinivas
Contributor
0 Kudos

Dear Experts

As you aware the default values in SMICM --> Go to --> Services The default values "Keep Alive" & " Max Processing Time" of services like HTTP & HTTPS is 30 sec & 60 seconds respectively.

Every times when we restart application server - we are increasing the time values manually. once we restart they will be reset to original 30 & 60 sec respectively.

I want to make customozed values permanently which should not be lost even after restart of application server.

Please Help

Regards

PR

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

If you have not set the PROCTIMEOUT parameter, TIMEOUT (or icm/keepalive_timeout) defines both the processing timeout and the keepalive timeout. Also, as of release 6.40, the keepalive timeout is limited to a maximum of 30 seconds.

In a system where the default timeout settings of 30 seconds for the keepalive timeout and the processing timeout are not sufficient because of long-running applications, we recommend that you set the TIMEOUT and PROCTIMEOUT parameters for the relevant services so that you can configure them independently of each other. In addition, we recommend that you do not set the TIMEOUT value higher than necessary, for example, to the usual default value of 30 seconds.

We recommend, for example, the following settings:

icm/server_port_0 = PROT=HTTP,PORT=1080,TIMEOUT=30,PROCTIMEOUT=600

to allow a maximum processing time of 10 minutes.

Thanks,

Tanuj

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Take a look at the OSS note 824554

Regards,

Mike