both quest and micromuse got at connector.
--
br
Thomas Chr. Ravn
I have a doubt here. We already have MOM2005 management group configured
with netcool connector and that is working fine. But that config was done
long back and no documents available to explian how it was done. Here a Probe
runs from the netcool server (Solaris) and attach to the MOM Database and
collects data using the FORWARDEE ID. Here MOM is not doing any forwarding as
Netcool is collecting the data from MOM DB Am I right ?. Does this requre a
thirdparty connector or is there any alternative from Microsoft itself..
Correct me if iam wrong.
Thanks
How this specific connector is working I am not sure :-)
Contact IBM Tivoli support, they can help you out
Andrew
I have created a connector which is similar to the previous one. This is how
i did using SQL query.
By using Onepoint Database.
exec mcf_dosetup 'B027AFAE-C09E-4D36-DA34-AA2610C2E789','Netcool',null
This will assign the above GUID as Forwardee ID and 'Netcool' as the
forwardee Name.
This creates a connector under product connectors in Admin console
After this use the below command to initialize this.
exec mcf_doinitialize 'B027AFAE-C09E-4D36-DA34-AA2610C2E789',7
But when I run a query from Netcool (solaris) server against the MOM server
I get an error as below
*****************************************
Fri Nov 14 06:28:26 2008 Debug: Setting up with recovery file
Fri Nov 14 06:28:26 2008 Debug: Successfully set up with recovery file
Fri Nov 14 06:28:26 2008 Information: Probewatch: Connected to MOM interface
Fri Nov 14 06:28:26 2008 Debug: Connected to MOM interface
Fri Nov 14 06:28:26 2008 Debug: Opening telnet command line interface
Fri Nov 14 06:28:26 2008 Debug: Waiting for alerts from MOM service
Fri Nov 14 06:28:26 2008 Debug: PollInterval-> 10
Fri Nov 14 06:28:26 2008 Debug: [Command Port] Opening listening socket
Fri Nov 14 06:28:26 2008 Debug: CommandPort-> 6972
Fri Nov 14 06:28:26 2008 Debug: SetResolutionState-> 0
Fri Nov 14 06:28:26 2008 Error: [Command Port] Failed to open listening
socket: java.net.BindException: Address already in use
Fri Nov 14 06:28:26 2008 Debug: Polling MOM service for alerts
Fri Nov 14 06:28:26 2008 Information: Probewatch: Failed to open listening
socket: java.net.BindException: Address already in use
Fri Nov 14 06:28:26 2008 Debug: [Command Port] Waiting for connections
Fri Nov 14 06:28:27 2008 Error: Failed to get alerts
Fri Nov 14 06:28:27 2008 Error: Failed to get alerts: Server was unable to
read request. --> There is an error in XML document (1, 379). --> Guid should
contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).
Fri Nov 14 06:28:27 2008 Information: Probewatch: Unable to get events
Fri Nov 14 06:28:27 2008 Error: Unable to get events: Server was unable to
read request. --> There is an error in XML document (1, 379). --> Guid should
contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).
*****************************************************