On Thu, Mar 25, 2021 at 10:07:00AM +0530, Maneesh Singhal wrote:
> Thanks for responding Corey. Actually I figured out what was the issue. The
> password that got passed was wrong due to programmatic error, but then I
> was assuming IPMI library to return me authentication kind of error instead
> of timeout. Isnt that correct expectation ?

It depends.  I think most BMCs will ignore packets with authentication
issues, so the client can't tell if it's a password issue or a
non-existent BMC.

-corey

> 
> Thanks
> 
> On Thu, Mar 25, 2021 at 9:37 AM Corey Minyard <[email protected]> wrote:
> 
> > On Wed, Mar 24, 2021 at 08:08:05PM +0530, Maneesh Singhal wrote:
> > > Hello Team
> > >
> > > We built our code based on ipmicmd.c (The ipmi specifics are all same).
> > The
> > > commands that we are using are Power On (0x01) and Power Off (0x00) and
> > we
> > > are facing 16777411 error which I believe is timeout error.
> > > I tried debugging it through, but no success how and where I am getting
> > > timeout. Moreover, I rebooted the host multiple times, and still the
> > > problem persists.
> >
> > I assume you can issue these commands successfully with ipmicmd?
> >
> > -corey
> >


_______________________________________________
Openipmi-developer mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openipmi-developer

Reply via email to