ipMonitor 6.1
Task: Wait
< BackIndexNext >



The "Wait" Task allows you to perform certain tasks to a specific machine and then verify that the machine has not been adversely affected. For example, if you reboot a server, you will want to ensure that it does, in fact, come back online before proceeding with other Tasks. The "Wait" Task makes this verification possible.

In order to create a Task that causes a Job to go into a Wait state you must provide the following information:
Task Name:
Input a short description of the Task you are creating.
Wait a maximum of "x" seconds:
The amount of time defined is the amount of time that the Job will pause before continuing with other predefined Tasks.
Wait for a successful ping:
If this option is selected, ipMonitor will PING the specified machine. If the PING is successful the Job will continue.
Wait for a service to come back online:
If this option is selected, ipMonitor will wait until the specified service has started.
Server:
This can be either the primary IP address of the computer or the UNC name.
Example of a valid IP address: 10.20.30.11
Example of a valid UNC name: \\exchsrv
Service:
This can be the name or the description of the Windows NT service that is to be monitored
Examples of valid names: W3SVC, DHCP, NetDDE
Examples of valid descriptions: workstation, server, IIS Admin Service.
To obtain a list of internal service names for a server, use the "NT Services" in a new window (right click, select "Open in a new window").

Note:
ipMonitor must have Administrator privileges to check the status of a service.

Service name is the name of the left-hand side of ipMonitor’s List Network NT Service control. The description is on the right.

Wait is valuable when used in conjunction with Reboot Server or Start/Stop Service Task. It allows a third party application or a batch file to run after the server has been rebooted or a service has been started/stopped. It can be used in the context of:

  1. Wait before
  2. Wait for
  3. Wait until
If neither PING nor Wait for Service is selected, the task will simply wait the appropriate number of seconds and the execute the next Task.

If the PING option is selected, it will wait until the machine can be pinged or until the maximum number of seconds has been reached.

If the Wait for Service option is selected, it will wait until the service is back online or until the maximum number of seconds is reached.

If both the PING and the Wait for Service has been selected, ipMonitor will wait until the machine can be pinged and the service is back online or until the maximum number of seconds is reached.