http://jira.hyperic.com/browse/HHQ-3992
The WebSphere help information to export HQ_JAVA_HOME needs to be related to Windows.
Existing (as seen on Windows):
The HQ Agent must be run using the IBM JDK to monitor WebSphere:
% export HQ_JAVA_HOME=/opt/IBM/WebSphere/AppServer/java
% hq-agent.sh start
Update to:
% export HQ_JAVA_HOME=C:\sw\/IBM\WebSphere\AppServer\java
% hq-agent.bat start
Steps to reproduce:
1. Log into the HQ Server Dashboard
2. Browse and select the WebSphere Admin 7.0 Server running on Windows
3. Go to the Inventory tab
4. Go to the Configuration Properties
5. Examine the Help Information at the bottom
6. Note the information
- is not correct on Windows
- is not specifc to WebSphere 7.0 and needs updating
Work around:
N\A - does not affect product functionality
Anonymous