Check if a a websphere cluster (or and) a websphere clone is in state running (through wsadmin)
WEBSPHERE is the enclosing tag for all websphere servers/clusters to check.
0 or 1. If you don't define WEBSPHERE, no websphere check will run.
<WEBSPHERE>
<WAS_HOME>/usr/IBM/WebSphere/AppServer</WAS_HOME>
<WSADMIN_APPEND>-conntype SOAP -username test -password 123</WSADMIN_APPEND>
<CLUSTER_STATE>
<CLUSTER_NAME>ProdCluster</CLUSTER_NAME>
<CELL_NAME>PRODCELL</CELL_NAME>
</CLUSTER_STATE>
<SERVER_STATE>
<CELL_NAME>PRODCELL</CELL_NAME>
<NODE_NAME>wassrv1</NODE_NAME>
<SERVER_NAME>Clone01</SERVER_NAME>
</SERVER_STATE>
</WEBSPHERE>
if you want to specify your own command to get the output of wsadmin, you can specify it with this tag
valid command for wsadmin output (must know about the -f flag (for jacl script). You may want to use this option if you need to sudo the wsadmin command
0 or 1
<WEBSPHERE>
<COMMAND>sudo /usr/IBM/WebSphere/AppServer/profiles/Dmgr01/bin/wsadmin.sh -conntype SOAP -user app -password app123</COMMAND>
<CLUSTER_STATE>
<CLUSTER_NAME>ProdCluster</CLUSTER_NAME>
<CELL_NAME>PRODCELL</CELL_NAME>
</CLUSTER_STATE>
<SERVER_STATE>
<CELL_NAME>PRODCELL</CELL_NAME>
<NODE_NAME>wassrv1</NODE_NAME>
<SERVER_NAME>Clone01</SERVER_NAME>
</SERVER_STATE>
</WEBSPHERE>
for each websphere cluster you want to check, define these tag-pair
The common XML tags as described in Section 9.8, “Tags Common to All Checks and/or Checkpoints”
0 or 1. If you don't define CLUSTER_STATE, no cluster check will run.
Look at WEBSPHERE
for each websphere app server you want to check, define these tag-pair
The common XML tags as described in Section 9.8, “Tags Common to All Checks and/or Checkpoints”
0 or 1. If you don't define SERVER_STATE, no server check will run.
Look at WEBSPHERE
name of your webpshere cell
valid name of your websphere cell
1
Look at WEBSPHERE
name of your webpshere node
valid name of your websphere node
1
Look at WEBSPHERE
name of your webpshere server (sometimes this is server1/Clone01)
name of your webpshere application server, you want to check
1
Look at WEBSPHERE
name of your webpshere cluster
name of your webpshere application cluster, you want to check
1
Look at WEBSPHERE