I am trying to discovery two unix servers with operations manager 2012 SP 2. Both unix servers are the same operating system and patch level. The first worked fine; the server was discovered and the agent was installed. The second failed with these errors:
Unexpected DiscoveryResult.ErrorData type. Please file bug report.
ErrorData: Microsoft.SystemCenter.CrossPlatform.ClientLibrary.MPAbstractions.InvalidWSManTaskResponseException
Failed to parse output from WSMan discovery. Output from task was:
<DataItem type="Microsoft.SystemCenter.WSManagement.WSManData" time="2013-12-23T10:55:08.8562537-06:00" sourceHealthServiceId="2995FE9D-AF68-3796-C9A3-5075109D6BFC"><WsManData><ErrorCode>0x80338012</ErrorCode><ErrorMessage><SOAP-ENV:Fault
xmlns:SOAP-ENV="http://www.w3.org/2003/05/soap-envelope"><SOAP-ENV:Code><SOAP-ENV:Value>SOAP-ENV:Sender</SOAP-ENV:Value><SOAP-ENV:Subcode><SOAP-ENV:Value>wsa:DestinationUnreachable</SOAP-ENV:Value></SOAP-ENV:Subcode></SOAP-ENV:Code><SOAP-ENV:Reason><SOAP-ENV:Text
xml:lang="en-US">CIM ERROR:NOT_FOUND: The requested object cannot be found.</SOAP-ENV:Text></SOAP-ENV:Reason><SOAP-ENV:Detail><p:CIM_Error wsmb:IsCIM_Error="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:wsmb="http://schemas.dmtf.org/wbem/wsman/1/cimbinding.xsd" xmlns:p="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_Error" xmlns:cim="http://schemas.dmtf.org/wbem/wscim/1/common"><p:CIMStatusCode xsi:type="cim:cimUnsignedInt">6</p:CIMStatusCode><p:Message
xsi:type="cim:cimString">CIM ERROR:NOT_FOUND: The requested object cannot be found.</p:Message></p:CIM_Error></SOAP-ENV:Detail></SOAP-ENV:Fault></ErrorMessage></WsManData></DataItem>.
at System.Activities.WorkflowApplication.Invoke(Activity activity, IDictionary`2 inputs, WorkflowInstanceExtensionManager extensions, TimeSpan timeout)
at System.Activities.WorkflowInvoker.Invoke(Activity workflow, IDictionary`2 inputs, TimeSpan timeout, WorkflowInstanceExtensionManager extensions)
at Microsoft.SystemCenter.CrossPlatform.ClientActions.DefaultDiscovery.InvokeWorkflow(IManagedObject managementActionPoint, DiscoveryTargetEndpoint criteria, IInstallableAgents installableAgents)
I rebooted the system center server and retried and got the same errors.