configuring BMC lan from within linux
gogu at l.route666.net
gogu at l.route666.net
Tue Jul 4 08:07:17 CDT 2006
Hi again :)
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
On Tue, 4 Jul 2006, gogu at l.route666.net wrote:
>
> Hi
> I would like to configure a poweredge 2850 lan settings
> (ip user pass etc) without rebooting the system or loading
> ipmi modules. Is there some tool that uses direct access (
> not via /dev/ip..) ?
>
> catam
>
> _______________________________________________
> Linux-PowerEdge mailing list
> Linux-PowerEdge at dell.com
> http://lists.us.dell.com/mailman/listinfo/linux-poweredge
> Please read the FAQ at http://lists.us.dell.com/faq
>
More information about the Linux-PowerEdge
mailing list