Feedback

  • Contents
 

Query Backup

This System tool determines whether or not a CIC server is part of a switchover environment and whether or not it is a backup server. It does this by examining the machine on which it is running. Use this tool to have a handler decide whether it should perform functionality only on the primary server or backup server. For example, you might not want to have the handler send an email if running on the backup server. This tool allows you to build a patch in a handler that is dependent on the server being either primary or backup.

Inputs

Maximum time to wait for response (In seconds)

Enter the number of seconds to wait before the backup server query fails.

Outputs

Backup

This Boolean value is:

TRUE if the CIC Server is a backup server.

FALSE If the CIC Server is a primary server.

Exit Paths

Success

This exit path indicates that the CIC server is in a switchover environment. The Backup output flag can either be TRUE or FALSE.

Failure

This exit path indicates that the server is not part of a switchover environment.