October 25, 2009

The following commands are being used to check the health of the Sybase Replication Server system.

isql -Usa -P -S >admin who_is_down >go

Everything is OK if no rows are returned.

isql -Usa -P -S
>admin health
>go

Everything is OK if the word HEALTHY appears.

isql -Usa -P -S
>admin logical_status
>go

Everything is OK if the word Active appears in both connections.