Use the mqsicacheadmin command to provide information about the global cache and complete basic administration.
The mqsicacheadmin command provides information about the global cache that is embedded in an integration node. For example, you can find out the size of a map, list the hosts that are participating in the cache, and clear data from a map.
This command provides a subset of
the commands that are available in the xscmd utility that is provided
with WebSphere® eXtreme
Scale. For more information
about these commands, and the information that is returned, see WebSphere Extreme Scale product documentation
online.
BIP1046E: Unable to connect with the integration node (name)
The reported reason code is MQRC_ENVIRONMENT_ERROR.
You
must specify a local queue manager.>>-mqsicacheadmin--+---------------------+----------------------> '-integrationNodeName-' >--+-------------------------------+-- -c --command-------------> +- -cep --connectionEndPoints---+ '- -n --integrationNodeFileName-' >--+---------------+------------------------------------------->< '- -m --mapName-'
Always enter the command on a single line; in some examples, line breaks have been added to enhance readability.
mqsicacheadmin IBNODE -c showMapSizes
mqsicacheadmin -cep server.company.com:2800 -c routetable
mqsicacheadmin IBNODE -c clearGrid -m myMap
mqsicacheadmin IBNODE -c "setTraceSpec -spec ObjectGrid*=fine=enabled"
mqsicacheadmin IBNODE -c "setCatTraceSpec -spec ObjectGrid*=fine=enabled"
mqsicacheadmin IBNODE -c getTraceSpec