removeGEE.py

WebSphere Extended Deployment provides jython scripts that you can use as scripting options to remove the Compute Grid environment (system application GEE) from your deployment target.

Purpose

The removeGEE.py script is provided with the product.The removeGEE.py script removes the grid execution environment (GEE) from your deployment target or removes it when your deployment target is the only target.

Location

At installation, removeGEE.py is copied onto the installation target machines in the <install_root>/bin directory.

Usage

To run removeGEE.py script with the wsadmin utility, use this command:
wsadmin -lang jython -f removeGEE.py <option>

You might have to modify the wsadmin command to wsadmin.sh or wsadmin.bat, depending on your operating system environment.

To see a list of all available operations, use the following command:
 wsadmin -lang jython -f removeGEE.py --help

Operations

- - list
Lists the targets that have the GEE environment.

Example

Use following command to list the targets which have the GEE environment:
wsadmin -lang jython -f removeGEE.py --list
For example:
>> wsadmin -lang jython -f removeGEE.py --list
INFO: Grid Execution Environment was found on following targets:
      cell=myCell,cluster=Endpoint1
      cell=myCell,cluster=Endpoint2
      cell=myCell,node=myNode01,server=server1