Configuring RMS for Three-Tier Management Support

Configure RMS to support a three-tier environment.

  1. Go to the %SYBASE% directory and run SYBASE.bat
  2. Add an entry in the %SYBASE%\ini\sql.ini file for each server you want to monitor with RMS.(Optional) To use RMS with Replication Manager, add an entry for RMS.
    • Server Name – RMServices
    • Port – 32008
    • Hostname – host name of the machine on which RMS will run
  3. To start RMS, go to the %SYBASE%\SCC-3_2\bin directory and run scc.bat
  4. Add an entry for RMS in the sql.ini file of the host where Replication Server is running:
    • Server Name – RMServices
    • Port – 32008
    • Hostname – host name of the machine on which RMS will run
  5. To configure the RMS server, start an isql session by entering:
    isql -Usa -Psa_pwd -SRMServices
  6. To change the RMS password, enter:
    configure password=newPassword
    go
  7. You can now start using Replication Manager or the RMS API commands to monitor a replication environment. For example:
    add replication server SAMPLE_RS set username to sa
See Replication Server Reference Manual > Replication Monitoring Services API for API definitions.