Stopping an SAP Replication Server

Shut down an SAP Replication Server.

  1. Go to the $SYBASE directory and set the SYBASE environment variables.
    cd /opt/sybase
    source SYBASE.csh
  2. Log in with isql to connect to the SAP Replication Server.
    isql –Usa –Psa_pass –Sreplication_server
    where:
    • U – is a user id with sa privileges
    • P – is the password for the user
    • S – is the SAP Replication Server. Alternatively, one can use the hostname and port number with a colon in-between, for example: "chaucer:35356"
  3. Issue the shutdown command.
    shutdown
    go