configuring BMC lan from within linux

Matt Domsch Matt_Domsch at dell.com
Tue Aug 29 14:55:45 CDT 2006


On Tue, Aug 29, 2006 at 05:29:54PM +0100, Tom Brown wrote:
> 
> > For those that already have OMA installed here is a script that will save 
> > time (working on 4.5.0)
> > 
> > ============START
> > #!/bin/sh
> > 
> > srv=$1
> > ip=$2
> > pass=******
> > netmask=*******
> > gw=*******
> > 
> > ssh $1 bash <<EOT
> > /opt/dell/srvadmin/oma/bin/omconfig chassis bmc config=user id=2 newpw=$pass confirmnewpw=$pass
> > /opt/dell/srvadmin/oma/bin/omconfig chassis bmc config=nic ipaddress=$ip subnet=$netmask gateway=$gw ipsource=static enable=true
> > 
> > EOT
> > 
> > ipmitool -H $ip -U root -P $pass chassis  power status
> > ==========END
> 
> this is an old thread but....
> 
> Is there anyway i can configure the BMC from a running linux install 
> without having OMSA installed? I see how to do it within OMSA and also 
> during a boot? I presume not but its worth a shot...

Load the IPMI drivers, then yes, ipmitool can do it w/o OMSA.

-- 
Matt Domsch
Software Architect
Dell Linux Solutions linux.dell.com & www.dell.com/linux
Linux on Dell mailing lists @ http://lists.us.dell.com



More information about the Linux-PowerEdge mailing list