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 -P -SPRS
    PRS – name of the Replication Server.
    Note: The default system administrator user ID is “sa”. By default, “sa” is not given a password when the Replication Server is created.
  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
    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.5/P/Sun_svr4/OS 5.8/1/OPT/Thu
    Feb 5 16:55:04 2009
  6. Exit the isql session using:
    quit