Verifying the Configuration

Verify that the Replication Server installation directory and subdirectories (%SYBASE% on Microsoft Windows platforms and $SYBASE on UNIX platforms) have been created, and that other required software has been installed.

  1. Change to the directory where you installed Replication Server.
  2. Set the environment variables by sourcing the SYBASE.csh file.
  3. Log in to Replication Server:
    isql -Usa -Psa_pass -SPRS
    PRS – name of the Replication Server.
    Note: The default system administrator user ID is “sa”. The password to the "sa" user ID is the value that was filled in the resource file for rs.rs_rs_sa_pass.
  4. Enter:
    admin who
    go
    
    The output from the command looks similar to:
    Spid   Name        State              Info
    ----   -----       -----              -----------
    27     DSI EXEC    Awaiting Command
    101                                   (1)sunak1505i.PRS_RSSD
    20     DSI         Awaiting Message   101 sunak1505i.PRS_RSSD
    26     SQM         Awaiting Message   101:0 sunak1505i.PRS_RSSD
    21     dSUB        Sleeping
    15     dCM         Awaiting Message
    18     dAIO        Awaiting Message
    23     dREC        Sleeping           dREC
    9      dDELSEG     Awaiting Message
    28     USER        Active             sa
    14     dALARM      Awaiting Wakeup
    24     dSYSAM      Sleeping
  5. Verify the Replication Server version. Enter:
    admin version
    go
    Note: The listing from the command looks similar to:
    Version
    --------------------------------------------------
    Replication Server/15.7.1/P/Sun_svr4/OS 5.8/1/OPT64/Sun
    Apr 22 18:37:00 2012
  6. Exit the isql session using:
    quit