How to enable PMI and ARM flags using wsadmin?
 Technote (FAQ)
 
This document applies only to the following language version(s):
US English
 
Problem
The following can be enabled in the Admin Console under Troubleshooting>PMI Request Metrics. This technote explains how to do this via wsadmin command.
 
Solution
Follow the following steps from a wsadmin command:

1. set myPMImetrics [$AdminConfig list PMIRequestMetrics]
Finds a PMIRequestMetrics (there seems to be one per cell)

2. $AdminConfig show $myPMImetrics
Lists the current setting for enable, and enableARM, and others

3. $AdminConfig modify $myPMImetrics {{enable true} {enableARM true}}
Sets the enable and enableARM attributes to true

4. $AdminConfig save to save the changes

This is all that needs to be done.
 
 
Cross Reference information
Segment Product Component Platform Version Edition
Application Servers Runtimes for Java Technology Java SDK
 
 


Document Information


Product categories: Software > Application Servers > Distributed Application & Web Servers > WebSphere Application Server > Administrative Scripting Tools (for example: wsadmin or ANT)
Operating system(s): AIX
Software version: 5.1.1.4
Software edition:
Reference #: 1207459
IBM Group: Software Group
Modified date: May 25, 2005