Detailed shutdown procedures on Windows NT

Shut down servers in the following order:

To stop Historical Server on Windows NT, use any of these methods:

To stop Historical Server using isql:

  1. Connect to Historical Server using isql:

    isql -Uhs_supersuer_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. When the isql prompt appears, issue one of the following commands:

    	1> hs_shutdown 
    	2> go 
    

    or:

    	1> hs_shutdown no_wait
    	2> go