Configure
RMS to support a three-tier environment.
-
Go to the %SYBASE% directory and run SYBASE.bat.
-
Go to . Using dsedit, add RMServices to the sql.ini file.
- Server Name – RMServices.
- Port – 32008.
- Hostname – host name of the machine on which RMS will run.
-
To start RMS, go to the %SYBASE%\SCC-3_2\bin directory and run scc.bat.
- To configure the RMS server, start an isql session by entering:
isql -Usa -Psa_pwd -SRMServices
- To change the RMS password, enter:
configure password=newPassword
go
-
Set the parameter sybasehome to the directory where the sql.ini file resides and where c:\Sybase is directory in which
the sql.ini file resides:
configure sybasehome=c:\Sybase
The sql.ini file contains the connection specifications for the servers added
to an RMS domain.
- You can now start using 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.