Verify that all servers are running

After you start RAPCache, check to see that your servers are running and that you can connect to the servers.

StepsVerifying RAPCache

Use the showserver command to determine whether the RAPCache server is running.

  1. Open a command window.

  2. Change to $RAP/RAPCache, where $RAP is your Sybase RAP installation directory.

  3. Use the appropriate shell command to source the environment variables:

    source SYBASE.csh
    

    – Or –

    . ./SYBASE.sh
    
  4. Run this command:

    $RAP/RAPCache/ASE-15.0/install/showserver 
    
  5. Check the message for references to: ...$RAP/RAPCache/ASE-15.0/bin/dataserver...

StepsVerifying RAPStore

Use the stop_asiq utility to verify that the RAPStore Server is up and running.

  1. Open a command window.

  2. Change directory to $RAP/RAPStore/ASIQ-12_7.

  3. Use one of these commands to source the environment variables:

    source ASIQ-12_7.csh
    

    – Or –

    . ./ASIQ-12_7.sh
    
  4. Run this command:

    $RAP/RAPStore/ASIQ-12_7/bin/stop_asiq
    

    RAPStoreServer displays a message that indicates the current status of your server, and prompts you to decide whether you want to shut down the server.

  5. Type N to respond to the prompt.

  6. If the RAPStoreServer is not running, change directory to $RAP/RAPStore/ASIQ-12_7/RAPDB and enter:

    start_asiq @<RAPStore_server>.cfg <RAPDB>.db
    

    where <RAPStore_server> is the name of your RAPStore server and <RABDB> is the name of your RAPStore database.