Hi,
 
I am facing a problem when I am deactivating the SOL connection from a 
different session using ipmitool...
For example : Opened a SOL session and activated it on SESSION ID 2.
./ipmitool.......... sol activate 
[SOL Session operational.  Use ~? for help]

And then used the deactivate command from another session
./ipmitool ........ sol deactivate 
This will open in new session and then deactivate the session where the payload 
was type of SOL.
 
Now the problem is that the BMC has to inform to console that someone has 
deactivated the session in background, So from BMC I am returning 0x10 as 
status back to console (ipmitool).. but some how the ipmitool continues to send 
back/forth the CR (Ascii value 0x0D) .
>> SENDING A SOL MESSAGE
>>>>>>>>>> SENDING TO BMC >>>>>>>>>>
> SOL sequence number     : 0x09
> SOL acked packet        : 0x00
> SOL accepted char count : 0x00
> SOL is nack             : false
> SOL assert ring wor     : false
> SOL generate break      : false
> SOL deassert cts        : false
> SOL deassert dcd dsr    : false
> SOL flush inbound       : false
> SOL flush outbound      : false
> SOL character count     : 1
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
SOL SEND DATA (1 bytes)
 0d
SOL MSG TO BMC (4 bytes)
 09 00 00 00
>> sending packet (21 bytes)
 06 00 ff 07 06 01 01 00 00 00 7d 00 00 00 05 00
 09 00 00 00 0d
<< received packet (20 bytes)
 06 00 ff 07 06 01 a4 a3 a2 a0 5e 00 00 00 04 00
 09 00 00 10
<<<<<<<<<< RECV FROM BMC <<<<<<<<<<<
< SOL sequence number     : 0x09
< SOL acked packet        : 0x00
< SOL accepted char count : 0x00
< SOL is nack             : false
< SOL xfer unavailable    : false
< SOL inactive            : true  <------- To indicate that the SOL became 
inactive
< SOL transmit overrun    : false
< SOL break detected      : false
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
SOL MSG FROM BMC (4 bytes)
 09 00 00 10
 
Any pointers on what needs to happen here ...
 
Rgds
Harshad
 
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Ipmitool-devel mailing list
Ipmitool-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipmitool-devel

Reply via email to