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.

RAPCache

The showserver command displays all Adaptive Server-related processes on the system. Use this command to determine whether the RAPCache server is running.

  1. Open a command window.

  2. Change directory to $RAP30/RAPCache.

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

    source SYBASE.csh
    

    or

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

    $RAP30/RAPCache/ASE-15_0/install/showserver 
    
  5. Check the message for references to: ...$RAP30/RAPCache/ASE-15_0/bin/dataserver...

VLDBServer

VLDBServer should be up and running after installation. You can use the stop_asiq utility to verify the current status of the VLDBServer.

  1. Open a command window.

  2. Change directory to $RAP30/VLDBServer/ASIQ-12_6.

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

    source ASIQ-12_6.csh
    

    or

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

    $RAP30/VLDBServer/ASIQ-12_6/bin/stop_asiq
    

    VLDBServer 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 VLDBServer is not running, change directory to $RAP30/VLDBServer/RAPDB and enter:

    start_asiq @<VLDB_server>.cfg <VLDB_server>.db
    

    where <VLDB_server> is the name of your VLDB server.