Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 12.0.1 » SQL Remote » 教程:设置复制系统,该系统使用 HTTP 消息系统并将统一数据库用作消息服务器(通过中继服务器)

 

第 6 课:清理

在最后一课中,将关闭 RSOE 以及统一数据库和远程数据库。

 ♦ 关闭数据库服务器
  1. 运行以下命令关闭 RSOE:

    rsoe -s -cr "host=machine_iis;port=80;url_suffix=/rs/server/rs_server.dll" 
    -cs "host=machine_cons-t3500;port=8033;status_url=/oe_read_status"
    -f srhttp_tutorial_farm -id srhttp_tutorial_server
    
  2. 运行以下命令关闭统一数据库:

    dbstop -y -c "SERVER=cons;DBN=cons;UID=DBA;PWD=sql"

    运行以下命令关闭远程数据库:

    dbstop -y -c "SERVER=rem;UID=DBA;PWD=sql"