11.2 Stopping ArkManager

Stopping ArkManager on a Server

To stop ArkManager, enter the following command at the server console command prompt:


arkstop

After typing arkstop, make sure ArkManager is shutting down cleanly before running it again. You can check this in two ways:

It might take a while for ArkManager to shut down because it needs to wait for its current file archiving process to finish. Under normal circumstances, ArkManager should eventually shut down cleanly.

If you need to stop the ArkSQL instance of MySQL, see Section 11.4, Stopping the MySQL Server and ArkSQL.

Killing the ArkManager Process If It Hangs

If you suspect the shutdown process is taking an unreasonably long time, and it might be hanging, use the following procedure to get ArkManager’s thread ID and kill the ArkManager process manually.

  1. At the server console command prompt, enter

    
    java -show
    
    

    This returns a list of current process IDs.

  2. Get ArkManager’s process ID from the list.

  3. At the server console command prompt, enter

    
    java -killxx
    
    

    where xx is ArkManager’s process ID.

Stopping ArkManager and ArkSQL in a Cluster

For a clustered server solution, stop ArkManager and ArkSQL by stopping the cluster resources. For information, see the OES 2: Novell Cluster Services 1.8.4 for NetWare Administration Guide.