SMX_PING_INTERVAL configuration parameter
Use the SMX_PING_INTERVAL configuration parameter to specify the number of seconds in a timeout interval, where a secondary server waits for activity from the primary server in a Server Multiplexer Group (SMX) connection.
- onconfig.std value
- SMX_PING_INTERVAL 10
- values
0
= Wait indefinitely.A positive integer between
1
and60
, inclusive. = The number of seconds in the timeout interval.- takes effect
- After you edit your onconfig file and restart the database server.
Usage
If the secondary server does not receive any message during the length of time that is specified by the SMX_PING_INTERVAL configuration parameter and after the number of intervals that are specified by the SMX_PING_RETRY configuration parameter, the secondary server prints an error message to the online.log and closes the SMX connection. If an SMX timeout message is in the online.log, you can increase the SMX_PING_INTERVAL value, the SMX_PING_RETRY value, or both of these values.
This configuration parameter applies only to secondary servers. If you set SMX_PING_INTERVAL on the primary server, it becomes effective if the primary server becomes a secondary server.
SMX_PING_INTERVAL 30
SMX_PING_RETRY 6