December 24 - AppLogic 2.4.7 is now available and is the latest production release!
Grid Control Commands
The following commands are supported to control the AppLogic grid:
| Command | Description |
| info | Retrieve current grid information |
| reboot | Reboot the AppLogic grid |
| shutdown | Shutdown the AppLogic grid |
info
| Description: | Retrieve AppLogic grid status and information |
| Syntax: | grid info [ --batch ] [ --verbose ] |
| Arguments: | --batch | Display output in UDL format |
| --verbose | Display additional information |
| Examples: | grid info | Retrive AppLogic grid status and information |
| Notes: | A specification of the output of this command is listed here. |
Typical Output
Applogic 1.2.5 and later
Grid Name : dev1
Grid Description :
AppLogic Version : 1.2.5
Total Servers : 3
Servers Running : 3
Servers Enabled : 3
Applications Running : 0
Total CPUs : 3.00
Free CPUs : 2.90
CPU Load : 0.85
Allocated CPUs : 0.00
Total Memory : 6141.00 MB
Free Memory : 5048.00 MB
Allocated Memory : 0.00 MB
Total Bandwidth : 6000.00 Mbps
Free Bandwidth : 5999.60 Mbps
Allocated Bandwidth : 0.00 Mbps
Total Disks : 3
Total Storage : 218936.71 MB
Free Storage : 54783.00 MB
Previous Versions
Grid Name : dev3
Grid Description : development and scalability testing
AppLogic Version : 1.1.4
Total servers : 2
Servers running : 2
Servers enabled : 2
Applications running: 1
Total CPUs : 2
Free CPUs : 1.87
CPU Load : 0.15
Allocated CPUs : 0.13
Total Memory : 4094.00 MB
Reserved Memory : 0.00 MB
Free Memory : 3486.00 MB
Allocated Memory : 608.00 MB
Total Bandwidth : 4000.00 Mbps
Free Bandwidth : 3996.70 Mbps
Allocated Bandwidth : 3.30 Mbps
Total Disks : 2
Total Storage : 145957.80 MB
Reserved Storage : 100.00 MB
Free Storage : 50942.26 MB
reboot
| Description: | Reboot AppLogic grid |
| Syntax: | grid reboot [--force] [--restartapps] |
| Arguments: | --force | Skip trying to stop any applications that have been started. |
| --restartapps | Restart all running applications upon next reboot of the grid. The applications are not stopped prior to reboot if this option is specified. |
| Examples: | grid reboot | Stop all applications and reboot the AppLogic grid |
| grid reboot --force | reboot the AppLogic grid without stopping running applications. |
| Notes: | If there are applications running on the grid, they should be stopped prior to executing this command or this command should be executed with --force option due to the possibility that a server may crash under high I/O load when stopping all applications in parallel. SCR 1323 |
shutdown
| Description: | Shutdown AppLogic grid |
| Syntax: | grid shutdown [--force] |
| Arguments: | --force | Skip trying to stop any applications that have been started. |
| Examples: | grid shutdown | Shutdown all started applications and shutdown the AppLogic grid |
| grid shutdown --force | Shutdown the AppLogic grid without stopping any running applications. |
| Notes: | If there are applications running on the grid, they should be stopped prior to executing this command or this command should be executed with --force option due to the possibility that a server may crash under high I/O load when stopping all applications in parallel SCR 1323 |
| When this command is executed, the grid servers are powered off and the grid will not come back online without user intervention. |
--
BeckyH - 23 May 2006
Copyright © 2005-2008 3tera, Inc. All Rights Reserved.