Detailed shutdown procedures

Shut down servers in the following order:

To stop Historical Server on a UNIX platform:

  1. Connect to Historical Server. If you are using isql, the command is:

    isql [ -Uhs_superuser_name -Phs_superuser_password ]
     -Shistorical_server
    

    where:

  2. To determine current activity on Historical Server, issue the following command when the isql prompt appears:

    1> hs_status activity 
    2> go 
    
  3. To shut down Historical Server, issue one of the following commands:

    1> hs_shutdown 
    2> go 
    

    or:

    1> hs_shutdown no_wait
    2> go