Shut down the three database servers you started in this tutorial.
Prerequisites
You must have the SYS_REPLICATION_ADMIN_ROLE system role.
Run the following command to shut down the remote database:
dbstop -y -c "SERVER=rem;DBN=rem;UID=DBA;PWD=sql" |
Run the following command to shut down the message server database:
dbstop -y -c "SERVER=msgsrv;DBN=msgsrv;UID=DBA;PWD=sql" |
Run the following command to shut down the consolidated database:
dbstop -y -c "SERVER=cons;DBN=cons;UID=DBA;PWD=sql" |
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2014, SAP AG or an SAP affiliate company. - SAP Sybase SQL Anywhere 16.0 |