Utilities : RevertManagementAgent

RevertManagementAgent
Command Utility
Syntax
RevertManagementAgent
    -webSphereHome
     [-profileName] [-cellName] [-nodeName] [-serverName]
     [-allProfiles] | [-deleteAgentCache]
     [-cleanup] | [-deleteAgentCache]
  
Description
Remove the management agent instance from a WebSphere application server (or from all application servers).
Location
 
TIBCO_HOME/amma-was/<version_num>/bin/RevertManagementAgent
Remarks
When argument strings contain internal space characters, surround the strings with double quote characters (").
Log
This utility logs its activity to the file TIBCO_HOME/amma-was/<version_num>/logs/RevertManagementAgent.log.
To revert a specific Server, use the following argument:
-webSphereHome "webSphereHome" -profileName "profileName" -cellName "cellName" -nodeName "nodeName" -serverName"serverName" [-deleteAgentCache]
To revert all Servers for a given Node instance, use the following argument:
-webSphereHome "webSphereHome" -profileName "profileName" -cellName "cellName" -nodeName "nodeName" [-deleteAgentCache]
To revert all Managed Servers from all Profiles , use the following argument:
To delete all Management Agent related files from Websphere home directory and a mangementAgent instance directory completely, use the following argument:
The parameter -deleteAgentCache is optional in either case . If specified, the utility removes the management agent’s data cache directory (in addition to removing the management agent software).