Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
linux:ilo [2015/11/11 09:32]
vondra [Setup network]
linux:ilo [2015/11/11 09:40] (current)
vondra [Setup network]
Line 54: Line 54:
   - show network configuration<​code bash>   - show network configuration<​code bash>
 ipmitool lan print 2</​code>​ ipmitool lan print 2</​code>​
-  -  +  - setup static ip adress<​code>​ 
 +ipmitool lan set 2 ipsrc static 
 +ipmitool lan set 2 ipaddr 10.0.255.x 
 +ipmitool lan set 2 netmask 255.255.255.0 
 +ipmitool lan set 2 defgw ipaddr 10.0.255.1</​code>​ 
 +  - do a cold reset<​code bash> 
 +ipmitool mc reset cold</​code>​ if it doesn'​t take effect you can try connect to iLo via ssh and run<​code>​reset map1</​code>​
 
linux/ilo.1447230750.txt.gz · Last modified: 2015/11/11 09:32 by vondra