echo "Enter Server Name: \c"
read SERVER
echo "User Name : \c"
read User_Name
echo "Enter Passwd : \c"
read PASSWD
isql -U$User_Name -S$SERVER -P$PASSWD -w2000
echo "############ Hello You Are Checking $SERVER Replicaiton Status ! ##########"
go
echo "#########################################################"
go
echo "Rep Server Health -Displays status information.Status is HEALTHY when all threads are running, otherwise SUSPECT."
go
admin health
go
echo "#########################################################"
go
echo "Displays the threads that are not running"
go
admin who_is_down
go
echo "#########################################################"
go
echo " Displays the state and amount of used space for disk partitions "
go
admin disk_space
go
echo "#########################################################"
go
echo "#########################################################"
go
echo " Displays status information about the transactions of each queue"
go
admin who,sqt
go
echo "#########################################################"
go
EOF
read SERVER
echo "User Name : \c"
read User_Name
echo "Enter Passwd : \c"
read PASSWD
isql -U$User_Name -S$SERVER -P$PASSWD -w2000
echo "############ Hello You Are Checking $SERVER Replicaiton Status ! ##########"
go
echo "#########################################################"
go
echo "Rep Server Health -Displays status information.Status is HEALTHY when all threads are running, otherwise SUSPECT."
go
admin health
go
echo "#########################################################"
go
echo "Displays the threads that are not running"
go
admin who_is_down
go
echo "#########################################################"
go
echo " Displays the state and amount of used space for disk partitions "
go
admin disk_space
go
echo "#########################################################"
go
echo "#########################################################"
go
echo " Displays status information about the transactions of each queue"
go
admin who,sqt
go
echo "#########################################################"
go
EOF
Comments
Post a Comment