INFA_CLIENT_RESILIENCE_TIMEOUT
INFA_CLIENT_RESILIENCE_TIMEOUT environment variable applies to the infacmd, pmcmd, and pmrep command line programs.
You can set the environment variable INFA_CLIENT_RESILIENCE_TIMEOUT to limit the number of seconds the command line programs spend establishing connections to the domain or service. The default time is 180 seconds if you do not set this environment variable.
Configuring INFA_CLIENT_RESILIENCE_TIMEOUT on UNIX
To configure INFA_CLIENT_RESILIENCE_TIMEOUT on UNIX:
In a UNIX C shell environment, type: setenv INFA_CLIENT_RESILIENCE_TIMEOUT <number of seconds>
In a UNIX Bourne shell environment, type:
INFA_CLIENT_RESILIENCE_TIMEOUT = <number of seconds>
export INFA_CLIENT_RESILIENCE_TIMEOUT
Configuring INFA_CLIENT_RESILIENCE_TIMEOUT on Windows
To configure INFA_CLIENT_RESILIENCE_TIMEOUT on Windows:
Enter the environment variable INFA_CLIENT_RESILIENCE_TIMEOUT, and set the value to the number of seconds you want the command line programs to spend establishing a connection to the domain or service. For information about setting environment variables on Windows, consult the Windows documentation.