Previous Topic: reboot Command (Grid Control)--Reboot the GridNext Topic: shutdown Command (Grid Control)--Shutdown the Grid


power_cycle Command (Grid Control)--Power Cycle the Grid

Power cycle CA AppLogic for System z® grid

Syntax
grid power_cycle [--kill] [--force] [--restartapps] [reason=text] 
Arguments
--kill

Skip trying to stop any applications that have been started.

--force

Do not prompt for user confirmation. Prior to CA AppLogic for System z® 2.8.x, this option had the same functionality as the --kill option.

--restartapps

Restart all running applications upon next reboot of the grid. The applications are not stopped prior to power cycle if this option is specified.

reason=text

Free-form text specifying the reason for the grid power cycle.

Examples
grid power_cycle

Stop all applications and power cycle the CA AppLogic for System z® grid

grid power_cycle --kill

Power cycle the CA AppLogic for System z® grid without stopping running applications.

Note: If there are applications running on the grid, they should be stopped prior to executing this command or this command should be executed with --kill option due to the possibility that a server may crash under high I/O load when stopping all applications in parallel. SCR 1323