[EMAIL PROTECTED] wrote: > Hii all, > > ipmi_domain_close(domain, close_timeout, tmp_obj); > > using the above function i am closing the lan connection, whether it stop, > the running operation_loop (os_hnd->operation_loop(os_hnd);) > > You don't need to close and re-open the domain. First of all, closing the domain closes the connection, so you would need to reopen the connection. But you do not want to do that. The domain handles all that for you. You need to figure out why the connection is not coming up.
-corey > Thanks > barani > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Openipmi-developer mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/openipmi-developer > ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Openipmi-developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openipmi-developer
