Sybase Replication Server Maintenance – System Check

The following commands are being used to check the health of the replication 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.

If you enjoyed this post, make sure you subscribe to my RSS feed!

One Response to “Sybase Replication Server Maintenance – System Check”

  1. [...] Database Tips And Tricks Background Information On Popular Database Systems « Sybase Replication Server Maintenance – System Check [...]

Leave a Reply