Force Shutting Down an AppNode

Use the argument, -timeout xx (in minutes) from the command line to forcefully shut down an AppNode, after the timeout is reached. The default timeout value is zero (0) and the AppNode stops only after the completion of all the jobs. From the Admin UI, select the Force shutdown after wait time check box. If the check box is not selected the AppNode stops after the default timeout. From the Admin UI, you can forcefully shut down AppNodes from the AppSpace level, the Application level, and from the Agent and Machine level.

When the timeout is specified, the AppNode is shut down after the timeout is reached. If the jobs are completed before the timeout value is reached, the AppNode stops on its own, and does not wait for the timeout period that has been specified. If the jobs are not completed in the timeout period, the AppNode is shut down irrespective of the state of the running jobs.

Note: Multiple force kill commands can be triggered one after the other, and the most recent force shut down command takes precedence over the previous commands.

bwadmin Command Line

To force shut down an AppNode, MyAppNode in the AppSpace MyAppSpace execute the following command at the command line:

BW_HOME\bin>bwadmin stop -timeout xx(time in minutes) -d MyDomain -appspace MyAppSpace appnode MyAppNode

Admin UI

    Procedure
  1. On the AppNode page, click the Stop icon for the AppNode.

     

  2. To shut down the AppNode forcefully within the timeout period, select the Force shutdown after wait time check box.
  3. Set the timeout value (in minutes) in the Max Wait Time for Graceful Shutdown field and click the stop button.