- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-22-2019 09:54 PM
Hi,
We're running into an issue where authentication for CIM on our storage infrastructure is failing. Upon investigating the logs on one of the devices, it seems the user name being used is a concatenation of <user name><colon><password> rather than just the user name, ie. "User:sEcR3T". This causes the password to appear in the logs as well as not work.
Is anyone able to give me any pointers to get to the bottom of this?
ServiceNow's discover log reports the problem as:
<results error="Failed to authenticate with credentials" probe_time="47" result_code="900000">
The mid server logs don't seem to shed much light:
com.snc.cimiql.CimException: Failed to authenticate with credentials
at com.snc.cimiql.service.http.HttpResponseFutureCallback.completed(HttpResponseFutureCallback.java:103)
at com.snc.cimiql.service.http.HttpResponseFutureCallback.completed(HttpResponseFutureCallback.java:43)
at org.shaded.apache.http.concurrent.BasicFuture.completed(BasicFuture.java:123)
at org.shaded.apache.http.impl.nio.client.DefaultClientExchangeHandlerImpl.responseCompleted(DefaultClientExchangeHandlerImpl.java:169)
at org.shaded.apache.http.nio.protocol.HttpAsyncRequestExecutor.processResponse(HttpAsyncRequestExecutor.java:349)
at org.shaded.apache.http.nio.protocol.HttpAsyncRequestExecutor.inputReady(HttpAsyncRequestExecutor.java:236)
at org.shaded.apache.http.impl.nio.client.LoggingAsyncRequestExecutor.inputReady(LoggingAsyncRequestExecutor.java:87)
at org.shaded.apache.http.impl.nio.DefaultNHttpClientConnection.consumeInput(DefaultNHttpClientConnection.java:267)
at org.shaded.apache.http.impl.nio.client.InternalIODispatch.onInputReady(InternalIODispatch.java:73)
at org.shaded.apache.http.impl.nio.client.InternalIODispatch.onInputReady(InternalIODispatch.java:37)
at org.shaded.apache.http.impl.nio.reactor.AbstractIODispatch.inputReady(AbstractIODispatch.java:120)
at org.shaded.apache.http.impl.nio.reactor.BaseIOReactor.readable(BaseIOReactor.java:159)
at org.shaded.apache.http.impl.nio.reactor.AbstractIOReactor.processEvent(AbstractIOReactor.java:338)
at org.shaded.apache.http.impl.nio.reactor.AbstractIOReactor.processEvents(AbstractIOReactor.java:316)
at org.shaded.apache.http.impl.nio.reactor.AbstractIOReactor.execute(AbstractIOReactor.java:277)
at org.shaded.apache.http.impl.nio.reactor.BaseIOReactor.execute(BaseIOReactor.java:105)
at org.shaded.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor$Worker.run(AbstractMultiworkerIOReactor.java:584)
at java.lang.Thread.run(Thread.java:748)
Solved! Go to Solution.
- Labels:
-
Discovery
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-27-2019 10:58 PM
It turns out that there is a bug in Madrid Patch 7 wrt having a ':' in the password. We removed that and can now log in. Now we have a secondary permissions issue to work through.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-24-2019 05:34 AM
Yes Michael, seeing similer error for HP 3Par storage discovery.
sm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-24-2019 02:44 PM
I'm still working through this. I'll update if I make headway, please let me know if you make any progress. Hopefully someone will swoop in with a good answer 😉
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-24-2019 05:26 PM
For completeness, this is the software providing the CIM endpoint (running on Windows hosts):
Hitachi Command Suite v8.6.5-00
Brocade Network Advisor v14.4.2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-27-2019 10:58 PM
It turns out that there is a bug in Madrid Patch 7 wrt having a ':' in the password. We removed that and can now log in. Now we have a secondary permissions issue to work through.