I tried openipmish and among the various details i get, i note this below:
The error number is the same one as I had reported before! Any clue on this?
(I use password for ipmitool and hence here too)

:
:
DEBG: tdomain 0 outgoing seq 3
 addr = 02 00 02 6f 98 0e 5c f6 00 00 00 00 00 00 00 00
   00 00 00 00 00 00 00 00 00 00 00 00
 msg  = netfn=app(c):06 cmd=ActiSess:3a data_len=22.
 data ="">    06 00 ff 07 02 00 00 00 00 56 0a e2 7e 81 e7 08
   e0 a6 8c 26 e5 1c 0f c3 30 ed e1 c1 03 1d 20 18
   c8 81 0c 3a 02 04 dd 7e cb 55 56 41 bb 6f 84 4b
   2c 59 d1 0d 35 07 4b 6d a0 b0 81
DEBG: tdomain 0 Timeout for seq #3
DEBG: tdomain 0 Seq #3
  addr_type=12, ip_num=0, fails=0
  fail_start_time=0.000000
DEBG: tdomain 0 outgoing seq 3
 addr = 02 00 02 6f 98 0e 5c f6 00 00 00 00 00 00 00 00
   00 00 00 00 00 00 00 00 00 00 00 00
 msg  = netfn=app(c):06 cmd=ActiSess:3a data_len=22.
 data ="">    06 00 ff 07 02 00 00 00 00 56 0a e2 7e 81 e7 08
   e0 a6 8c 26 e5 1c 0f c3 30 ed e1 c1 03 1d 20 18
   c8 81 0c 3a 02 04 dd 7e cb 55 56 41 bb 6f 84 4b
   2c 59 d1 0d 35 07 4b 6d a0 b0 81
DEBG: tdomain 0 Timeout for seq #3
DEBG: tdomain 0 Seq #3
  addr_type=12, ip_num=0, fails=0
  fail_start_time=0.000000

Event
  Object Type: Domain
  Name: tdomain
  Operation: Connection Change
  Connection Number: 0
  Port Number: 0
  Any Connection Up: false
  Error: 16777411
  Error String: IPMI: Timeout:c3
Domain Created: tdomain
Event
  Object Type: Domain
  Name: tdomain
  Operation: Connection Change
  Connection Number: 0
  Port Number: 0
  Any Connection Up: false
  Error: 16777411
  Error String: IPMI: Timeout:c3


On 7/5/06, Corey Minyard <[EMAIL PROTECTED]> wrote:
Arun Babu wrote:
> Thanks again for the reply!
>  I understand from ipmiif.h and ipmi.pdf that the 4th argument of
> ipmi_open_domain-  "setup_con" is the callback, which is called
> whenever there is a change in status of connection(conn lost etc). The
> err parameter states about the error causing it. Now on printing this
> I see that it is printing some weird number as error : 16777411.
>  Also I use password while using ipmitool, so I think we need to use
> it here too.  The parameter i use is as below:
>
>  ./ipmisample lan <host> 623 md5 admin '' <passwd>
Try:
  ./ipmisample lan <host> 623 md5 admin '' ''

You didn't supply a password for ipmitool, so maybe there's not one.

To debug this further, try the following from the openipmi base directory:

cmdlang/openipmish --drawmsg -x "domain open tdomain lan <host>"

This will dump all the raw messaging while trying to make a connection.
If you need a password, add '-P <pw>' before the host name.

-Corey
> (I also tried ipmi_parse_arg2 function but no improvement)
> I'm having trouble setting up connection. It would be of great help if
> you can advice me on how to fix this.
>
> Thank you,
> Arun
>
>
>

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Openipmi-developer mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openipmi-developer

Reply via email to