http://jira.hyperic.com/browse/HHQ-4319
WebSphere Application Servers are not displayed.
The WebSphere application servers are not being displayed in the Hyperic UI; only the dmgr and nodeagent is visible.
Comparing functionality between 4.4.0 and 4.5.0 with the same WebSphere server shows different results.
See attached screenshots for visual display of differences.
Running the same command line discover shows a difference in the output:
With HQ-4.5.0:
Command: java -jar hq-pdk-4.5.0.M6.jar -Dplugins.include=websphere -m discover -Dadmin.host=10.0.0.124 -Dusername=wasadmin -Dpassword=wasadmin -Dadmin.port=8880
Output Difference (with 4.4.0):
product..admin.port=8880,
installpath=/sw/IBM/WebSphere70/AppServer/profiles/AppSrv01,
timeout=30,
platform.ip=127.0.0.1,
platform.name=localhost,
admin.host=vmlin-was-005.
intranet.hyperic.net,platform.config_track.enable=true,
platform.log_track.level=Warn,
program.stop=bin/stopServer.sh,
server.node=vmlin-was-005Node01,
server.cell=vmlin-was-005Cell01,
platform.fqdn=vmlin-was-005.intranet.hyperic.net,prefix=,
platform.type=Linux,
username=wasadmin,
server.name=server1,
program.start=bin/startServer.sh,
was.install.root=/sw/IBM/WebSphere70/AppServer,
plugins.include=websphere,
password=**,
platform.log_track.enable=true,
With HQ-4.4.0:
Command: java -jar hq-product.jar -Dplugins.include=websphere -m discover -Dadmin.host=10.0.0.124 -Dusername=wasadmin -Dpassword=wasadmin -Dadmin.port=8880
Output Difference (with 4.5.0):
product..installpath=/sw/IBM/WebSphere70/AppServer/profiles/AppSrv01,
admin.port=8880,
platform.log_track.exclude=,
platform.ip=127.0.0.1,
server.node=vmlin-was-005Node01,
platform.log_track.include=,
prefix=,
platform.type=Linux,
server.name=server1,
username=wasadmin,
plugins.include=websphere,
password=**,
platform.log_track.files=,
timeout=30,
platform.name=localhost,
admin.host=vmlin-was-005.intranet.hyperic.net,
platform.config_track.enable=false,
platform.log_track.level=Error,
program.stop=bin/stopServer.sh,server.cell=vmlin-was-005Cell01,
platform.fqdn=vmlin-was-005.intranet.hyperic.net,
platform.config_track.files=/etc/hosts,
program.start=bin/startServer.sh,
was.install.root=/sw/IBM/WebSphere70/AppServer,
platform.log_track.enable=false,
See attached logs for full command line discover output.
Expected Result:
Using websphere plugin, all application servers are displayed
Actual Result:
The application servers are not displayed
Steps to Reproduce:
1. Install and start hq-agent on WebSphere platform
2. Log into Hyperic
3. Add WebSphere platform into inventory from auto-discovery
4. Select WebSphere platform -> WebSphere servers
5. Select Inventory tab
6. Click Edit in Configuration Properties
7. Set configuration properties to valid values
8. Click Ok button
9. Allow time for availability/metrics to collect
10. Note that application servers are not displayed
Work around:
None - forcing manual auto-discovery does not help
Additional Information:
See attached screenshots for visual information.
See attached logs for full command line output.
Anonymous