Discussion:
[Openipmi-developer] HP iLO (ProLiant DL380 G5) whether support ipmitool?
steel.mental
2007-06-26 05:34:11 UTC
Permalink
I installed RHEL 4 () on a ProLiant DL380 G5 server, and HP OpenIPMI
Device Driver for Red Hat Enterprise Linux 4 (hp-OpenIPMI), but I could
not use ipmitool to configure LAN interface, so I tried to print
information about LAN channel, but it's seems no any LAN channel present:

......
[***@testserver~]ipmitool lan print 1
Channel 1 is not a LAN channel
[***@testserver~]ipmitool lan print 2
Channel 2 is not a LAN channel
......
[***@testserver~]ipmitool lan print 16
Channel 16 is not a LAN channel

does ProLiant DL380 G5 support configuring iLO2 LAN channel with ipmitool?
James Pearson
2007-06-26 13:47:10 UTC
Permalink
Post by steel.mental
I installed RHEL 4 () on a ProLiant DL380 G5 server, and HP OpenIPMI
Device Driver for Red Hat Enterprise Linux 4 (hp-OpenIPMI), but I could
not use ipmitool to configure LAN interface, so I tried to print
......
Channel 1 is not a LAN channel
Channel 2 is not a LAN channel
......
Channel 16 is not a LAN channel
does ProLiant DL380 G5 support configuring iLO2 LAN channel with ipmitool?
I've never used a 'ProLiant DL380 G5' - so have no idea if it supports
LAN channels.

However, I had a problem with a number of identical IBM boxes with some
not reporting a LAN channel - but after I ran:

ipmitool mc reset cold

on the these problematic boxes, I could then find the LAN channel ...

James Pearson
zhiheng zhang
2007-06-26 14:01:50 UTC
Permalink
from my experience, ProLiant DL380 G5 does not support IPMI over LAN
interface, you can only query IPMI using KCS interface ( open interface
provided by OpenIPMI ), However, you can use ipmilan tool provided by
OpenIPMI to setup a LAN interface.

-------------------------------------------
Zhiheng (Jason) Zhang
eMail: ***@hotmail.com
-------------------------------------------
Subject: Re: [Openipmi-developer] HP iLO (ProLiant DL380 G5) whether
support ipmitool?
Date: Tue, 26 Jun 2007 14:47:10 +0100
Post by steel.mental
I installed RHEL 4 () on a ProLiant DL380 G5 server, and HP OpenIPMI
Device Driver for Red Hat Enterprise Linux 4 (hp-OpenIPMI), but I could
not use ipmitool to configure LAN interface, so I tried to print
information about LAN channel, but it's seems no any LAN channel
......
Channel 1 is not a LAN channel
Channel 2 is not a LAN channel
......
Channel 16 is not a LAN channel
does ProLiant DL380 G5 support configuring iLO2 LAN channel with
ipmitool?
I've never used a 'ProLiant DL380 G5' - so have no idea if it supports
LAN channels.
However, I had a problem with a number of identical IBM boxes with some
ipmitool mc reset cold
on the these problematic boxes, I could then find the LAN channel ...
James Pearson
-------------------------------------------------------------------------
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
https://lists.sourceforge.net/lists/listinfo/openipmi-developer
_________________________________________________________________
Picture this – share your photos and you could win big!
http://www.GETREALPhotoContest.com?ocid=TXT_TAGHM&loc=us
steel.mental
2007-06-27 04:18:45 UTC
Permalink
Post by zhiheng zhang
from my experience, ProLiant DL380 G5 does not support IPMI over LAN
interface, you can only query IPMI using KCS interface ( open
interface provided by OpenIPMI ), However, you can use ipmilan tool
provided by OpenIPMI to setup a LAN interface.
-------------------------------------------
Zhiheng (Jason) Zhang
-------------------------------------------
Subject: Re: [Openipmi-developer] HP iLO (ProLiant DL380 G5) whether
support ipmitool?
Date: Tue, 26 Jun 2007 14:47:10 +0100
Post by steel.mental
I installed RHEL 4 () on a ProLiant DL380 G5 server, and HP OpenIPMI
Device Driver for Red Hat Enterprise Linux 4 (hp-OpenIPMI), but I
could
Post by steel.mental
not use ipmitool to configure LAN interface, so I tried to print
information about LAN channel, but it's seems no any LAN channel
......
Channel 1 is not a LAN channel
Channel 2 is not a LAN channel
......
Channel 16 is not a LAN channel
does ProLiant DL380 G5 support configuring iLO2 LAN channel with
ipmitool?
I've never used a 'ProLiant DL380 G5' - so have no idea if it supports
LAN channels.
However, I had a problem with a number of identical IBM boxes with some
ipmitool mc reset cold
on the these problematic boxes, I could then find the LAN channel ...
James Pearson
-------------------------------------------------------------------------
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
https://lists.sourceforge.net/lists/listinfo/openipmi-developer
_________________________________________________________________
Picture this – share your photos and you could win big!
http://www.GETREALPhotoContest.com?ocid=TXT_TAGHM&loc=us
I don't want to use "IPMI over LAN ", just want to configure iLO2
through ipmitool (configure lan ip and users),such as:

ipmitool -I open user set name NO $name
ipmitool lan set 1 ipaddr $newip
ipmitool lan set 1 netmask 255.255.255.0
ipmitool lan set 1 defgw ipaddr $newgw

but it's not work...

Loading...