Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Apr 2005 13:58:29 -0700
From:      Julian Elischer <julian@elischer.org>
To:        Jeff Behl <jbehl@fastclick.com>
Cc:        current@freebsd.org
Subject:   Re: serial/ether console & ramblings
Message-ID:  <426D59F5.4070601@elischer.org>
In-Reply-To: <426D4179.1020508@fastclick.com>
References:  <E1DQ8ns-000JXj-Is@cs1.cs.huji.ac.il> <426D4179.1020508@fastclick.com>

next in thread | previous in thread | raw e-mail | index | archive | help


Jeff Behl wrote:

>Danny Braniss wrote:
>
>  
>
>>>Eric Anderson wrote:
>>>
>>>   
>>>
>>>      
>>>
>>>>Danny Braniss wrote:
>>>>
>>>>     
>>>>
>>>>        
>>>>
>>>>>hi,
>>>>>   I was about to plunge in and 'try' to cleanup the serial console
>>>>>stuff, when it downed on me that newer machines are arriving without
>>>>>serial
>>>>>port! there goes that idea. So USB/serial dongle came to mind, might
>>>>>work, but messy, FireWire is not universaly available.
>>>>>So, why not serial over ethernet? IPMI 'was' to have solved
>>>>>this, but it will (if at all) work on server class MB only, and im still
>>>>>looking for a Unix Viewer.
>>>>>
>>>>>   In my case, i have been using the serial console to debug stuff, but
>>>>>being of the old school, i try to stay away from debuggers :-), so
>>>>>printf and stack trace will do.
>>>>>
>>>>>   So here are some of my quesions:
>>>>>       o - is there some standard? ok, refrase, are there some
>>>>>            standards?
>>>>>       o - any WIP?, i'm checking out Robert Watson's ethercons
>>>>>       o - any great ideas?
>>>>>       
>>>>>
>>>>>          
>>>>>
>>>>There are a couple of ports that seem to try to use IPMI.  I haven't
>>>>tried them yet though.  (sysutils/freeipmi and sysutils/ipmitool).
>>>>
>>>>I can tell you that being about to do serial over ethernet (and
>>>>possibly power cycling) would be incredibly handy.
>>>>
>>>>Eric
>>>>
>>>>
>>>>
>>>>     
>>>>
>>>>        
>>>>
>>>NIC drivers have to be made aware of IPMI in order for it to function
>>>when a shared NIC is used.  This is not the case with the bge driver, at
>>>the very least.  See:
>>>
>>>http://lists.freebsd.org/mailman/htdig/freebsd-net/2005-March/thread.html#6725
>>>
>>>This is also a very big issue for us and we're considering hiring a
>>>contractor to get the relevant parts put into the driver...
>>>
>>>   
>>>
>>>      
>>>
>>i guess IPMI means different things to different people.
>>if it's hardware (not a software emulation), then it has some nice things:
>>1 - fiddling with the box from far away, without intervention
>>   of the OS, like 
>>	1.1 - turning off (sometimes on will work too :-),
>>	1.2 - turning on/off the id light- cool if you have many boxes - i used
>>	  to laugh at this, till i found out that on some u1 boxes there is
>>         no place to put a label in the back.
>>	1.3- finding out all kind of stuff, like when was the box assembled,
>>         etc.
>>2- SOL, serial over lan: if this would realy work, then no need for
>>  all the cables/kvm etc.
>>
>>point 1.1 and 1.2 is done, so we can via a cli do those things, but it only
>>saves a trip to the computer room. 1.3 is for the nit-picky, i have some
>>60 u1's, and knowing the status of the FRUs is not that helpful.
>>
>>point 2, on the other hand is exiting, not only because of the cabling, but
>>being able to access the console when needed, without having to connect the
>>serail port (which are disappearing).
>>
>>so is there a client for SOL that runs under FreeBSD?
>>(either IPMI 1.5 or 2.0)
>>    
>>

I run the intel "dpccli" CLI in linux emulation.. (need to run "dpcproxy"
as well on the machine).


it gives you all of the functionality available in IPMI1.5 including the 
intel
SOL extension (note not 2.0 SOL).

I have also used  "freeipmi" port running on the machines themselves.
(it's a port).


I believe the freeipmi people are working (if they don't already have it)
teh 2.0 SOL stuff.



>>danny
>>
>>
>>
>> 
>>
>>    
>>
>but my whole point is that nothing in 1) works remotely (out of band)
>when the system and the BMC share the same ethernet controller, at least
>with the bge driver.  as i mentioned in the thread, i can power cycle
>and see the serial console remotely (number 2 from above) all the way up
>to the point where the kernel loads.  as soon as it does, the bge driver
>no longer shunts off RMCP packets (what IPMI uses) to the Baseboard
>Management Controller, so no IPMI...
>  
>

the intel MBs allow you to share the 10/100 ethernet with the IPMI 
controller.

>http://lists.freebsd.org/mailman/htdig/freebsd-net/2005-March/006725.html
>
>i'm by no means an expert on this, but i believe it is why IPMI doesn't
>work in our situation (IBM e325/6 servers).
>
>jeff
>
>_______________________________________________
>freebsd-current@freebsd.org mailing list
>http://lists.freebsd.org/mailman/listinfo/freebsd-current
>To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
>  
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?426D59F5.4070601>