Check Domino servers status programatically. How?

How would it be possible to check Domino servers status programatically?

TIA

Subject: Check Domino servers status programatically. How?

Depends on what kind of status you want to check.You can create a scheduled agent on local Notes workstation which tries to open a database on server and reports if database could not be opened (=server is down)

Subject: Check Domino servers status programatically. How?

Edmundas,You can use the sendconsole function in LotusScript:

consoleReturn$ = NotesSession.SendConsoleCommand( serverName$, consoleCommand$ )

Ian

Subject: RE: Check Domino servers status programatically. How?

Hi, I have a small doubt here,If server is not all running then it is still waiting…even after 10 or 15 minutes also.

So how can you find the whether domino server is running on not?

thanks,

sankar