|
From: Doug M. <do...@hy...> - 2007-03-09 00:38:21
|
Hi Tom, 3.0 includes the changes we had provided in the patch, so no need to =20 update the plugin. Are there any errors or warnings in log/=20 agent.log? If not, you could try enabling debug logging: http://support.hyperic.com/confluence/display/DOCSHQ30/HQ+Agent=20 +Configuration#HQAgentConfiguration-agentdebuglog Here's how the plugin finds the admin server on Windows: - Look through the list of services using the service control =20 manager, looking for binary path ending with beasvc.exe - If found, use the service name (e.g. "beasvc qa92_AdminServer") to =20 get the service parameters in the registry: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\beasvc =20 qa92_AdminServer\Parameters - Check that the value of the CmdLine key does not contain "-=20 Dweblogic.management.server", if it does then this entry is a managed =20= node which will be discovered later. Also check that CmdLine endsWith "weblogic.Server", otherwise it =20 is likely the NodeManager - If we get through those filters, this is an Admin server. Next the =20= value of ExecDir is searched for the domain config.xml where we get =20 the version, domain, t3 url, etc. Any details you could provide about your install/layout would be =20 helpful. On Mar 2, 2007, at 1:50 PM, tom wrote: > I am adding a new computer so I thought I would try HQ 3.0. > After installing the Server (on a PC that never had HQ server =20 > before) and Client (on the new PC) HQ can not discover the Weblogic =20= > 9.2 > > This is similar to the case I had before, see =93Install: Trouble =20 > with Weblogic 9.1=94 > Posted: Dec 19, 2006 8:12 AM > > HQ Server: > OS: Win 2003 Server Standard > HQ version 3.0.1 > > Client > OS: Win 2003 Server Standard > Client version 3.0.1 > > Should I use the patch I got for 2.76 ? > > Thanks > Tom > > |