|
From: Nitin C. <hq-...@hy...> - 2007-03-14 13:40:08
|
Hi, I am trying to evaluate HQ for our test ad staging enviornments. I am using= HQ 3.0.2 (build #338) on Solaris 10. I have the following questions: 1. How do I make HQ detect Sun Java Webserver 6.0/6.1. I followed the doc a= nd enabled SNMP agent but HQ still cant detect it. Do I need to do anything= more? Autodiscovery has the option for iPlanet Admin only. Can I monitor a= non admin HTTP server? 2. How can I make HQ detect weblogic 9.2 managed servers and web/enterprise= specific application metrics. Currently HQ detects only the Weblogic 9.2 a= dmin server. 3. There are a lot of metrics that can be collected but only a selected few= are collected and displayed as graphs. When I try to select additional met= rics from Metric Data->Show all metrics I get a combined metric chart. I sa= ve it to the dashboard but get the following exception: ava.lang.NumberFormatException: For input string: "" at java.lang.NumberFor= matException.forInputString(Unknown Source) at java.lang.Integer.parseInt(U= nknown Source) at java.lang.Integer.(Unknown Source) at org.hyperic.util.Ar= rayUtil.stringToInteger(ArrayUtil.java:283) at org.hyperic.hq.ui.action.res= ource.common.monitor.visibility.ViewChartFormPrepareAction._setupMetricIds(= ViewChartFormPrepareAction.java:216) at org.hyperic.hq.ui.action.resource.c= ommon.monitor.visibility.ViewChartFormPrepareAction.workflow(ViewChartFormP= repareAction.java:132) at org.hyperic.hq.ui.action.WorkflowPrepareAction.ex= ecute(WorkflowPrepareAction.java:79) at org.apache.struts.tiles.actions.Til= esAction.execute(TilesAction.java:73) at org.hyperic.hq.ui.action.BaseReque= stProcessor.processActionPerform(BaseRequestProcessor.java:63) at org.apach= e.struts.action.RequestProcessor.process(RequestProcessor.java:236) at org.= apache.struts.action.ActionServlet.process(ActionServlet.java:1196) at org.= apache.struts.action.ActionServlet.doGet(ActionServlet.java:414) at javax.s= ervlet.http.HttpServlet.service(HttpServlet.java:697) at javax.servlet.http= .HttpServlet.service(HttpServlet.java:810) at org.apache.catalina.core.Appl= icationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) at .......... Could you please give me some pointers to resolve/answer these. Regards Nitin |
|
From: German L. <la...@gm...> - 2007-03-14 13:43:50
|
2. How can I make HQ detect weblogic 9.2 managed servers and web/enterprise specific application metrics. Currently HQ detects only the Weblogic 9.2admin server. Are Weblogic admin in same node than managed? On 3/14/07, Nitin Chaumal <hq-...@hy...> wrote: > > Hi, > > I am trying to evaluate HQ for our test ad staging enviornments. I am > using HQ 3.0.2 (build #338) on Solaris 10. I have the following > questions: > > 1. How do I make HQ detect Sun Java Webserver 6.0/6.1. I followed the doc > and enabled SNMP agent but HQ still cant detect it. Do I need to do anyth= ing > more? Autodiscovery has the option for iPlanet Admin only. Can I monitor = a > non admin HTTP server? > > 2. How can I make HQ detect weblogic 9.2 managed servers and > web/enterprise specific application metrics. Currently HQ detects only th= e > Weblogic 9.2 admin server. > > 3. There are a lot of metrics that can be collected but only a selected > few are collected and displayed as graphs. When I try to select additiona= l > metrics from Metric Data->Show all metrics I get a combined metric chart.= I > save it to the dashboard but get the following exception: > > ava.lang.NumberFormatException: For input string: "" at > java.lang.NumberFormatException.forInputString(Unknown Source) at > java.lang.Integer.parseInt(Unknown Source) at java.lang.Integer.(Unknown > Source) at org.hyperic.util.ArrayUtil.stringToInteger(ArrayUtil.java:283) > at > org.hyperic.hq.ui.action.resource.common.monitor.visibility.ViewChartForm= PrepareAction._setupMetricIds > (ViewChartFormPrepareAction.java:216) at > org.hyperic.hq.ui.action.resource.common.monitor.visibility.ViewChartForm= PrepareAction.workflow > (ViewChartFormPrepareAction.java:132) at > org.hyperic.hq.ui.action.WorkflowPrepareAction.execute( > WorkflowPrepareAction.java:79) at > org.apache.struts.tiles.actions.TilesAction.execute(TilesAction.java:73) > at org.hyperic.hq.ui.action.BaseRequestProcessor.processActionPerform( > BaseRequestProcessor.java:63) at > org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:2= 36) > at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196= ) > at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414) a= t > javax.servlet.http.HttpServlet.service(HttpServlet.java:697) at > javax.servlet.http.HttpServlet.service(HttpServlet.java:810) at > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter( > ApplicationFilterChain.java:252) at > .......... > > Could you please give me some pointers to resolve/answer these. > > Regards > Nitin > --=20 ------------------------------------------------------- Germ=E1n Laull=F3n http://www.laullon.com |
|
From: Nitin C. <hq-...@hy...> - 2007-03-14 13:59:02
|
laullon , yes, both are on the same node. Regards Nitin |
|
From: German L. <la...@gm...> - 2007-03-14 14:02:46
|
Try with this props in agent.properties weblogic.installpath=3D/aplicaciones/weblogic81/ weblogic.discover.fqdn=3Dsame weblogic.discover.pname=3Dtrue On 3/14/07, Nitin Chaumal <hq-...@hy...> wrote: > > laullon , > > yes, both are on the same node. > > Regards > Nitin > --=20 ------------------------------------------------------- Germ=E1n Laull=F3n http://www.laullon.com |
|
From: Nitin C. <hq-...@hy...> - 2007-03-14 14:50:00
|
laullon, thanks for this. I added thes properties but HQ still cannot discover the managed servers. BTW, how do i find out about product specific properties such as these? I could not not find these in the HQ docs. Regards Nitin |