ipmi 介面配置
bios配置ipmi
找到ipmi介面後,我們要接上一根網線。然後開機點亮,按f2或者del進入bios,具體按那個按鈕看開機提示,例如我的這台機器需要按f2進入bios
進入bios之後,選擇server mgmt選單,如圖所示
進入server mgmt選單之後選擇bmc network configuration
選中bmc network configuration後按enter鍵進入,會有如下顯示
在configuration address source選項選擇static(意思即為配置靜態的ipmi位址,當然啦如果有配置dhcp服務,此項也可以選擇dhcp)
選中station ip address選項按enter鍵輸入ip位址,eg 192.168.124.46
選中subnet mask選項按enter鍵輸入子網掩碼,eg 255.255.255.0
選中router ip address 選項按enter鍵輸入閘道器 ,eg 192.168.124.254
以上具體位址配置要根據你們自己實際的網路環境,配置好之後如下圖
配置好之後按f10儲存退出。(注意不同品牌的機器儲存的按鈕不同,具體看bios的說明)
然後我們開啟瀏覽器輸入剛才配置的ip位址192.168.124.46,按enter時候會需要輸入使用者名稱,密碼。這裡需要說明一下不同品牌的機器預設的ipmi使用者名稱密碼是不一樣的,比如說gigabyte使用者名稱是admin,密碼是password.
不知道密碼? 忘記了 怎麼辦?
#安裝ipmi工具
[root@xi01 ~]# yum install ipmitool -y
# 設定ipmi使用者
[root@xi03 ~]# ipmitool user set name 2 admin
[root@xi03 ~]# ipmitool user set password 2 admin
set user password command successful (user 2)
輸入過使用者名稱密碼之後,我們就可以遠端監控系統的溫度,遠端開關機等等操作。
linux下使用命令列配置ipmi
1.bios配置,這個簡單,直接開機進bios,在高階選項裡配置ipmi的ip,掩碼,閘道器。
2.開機過程中,按照提示,按ctrl + e 進入ipmi的配置介面,沒有拍照,上不了圖。那些選項,自己看著就懂了。
3.在linux下配置,
檢查檢視核心是否支援ipmi
# lsmod |grep ipmi
[root@xi03 ~]# lsmod |grep ipmi
ipmi_si 59571 0
ipmi_devintf 17603 0
ipmi_msghandler 56032 2 ipmi_devintf,ipmi_si
如果什麼也沒有顯示,說明沒有載入模組兒。
需要執行命令載入模組。
# modprobe ipmi_msghandler
# modprobe ipmi_devintf
# modprobe ipmi_si
3.1安裝 ipmitool
yum install -y ipmitool
3.2 配置ip的獲取方式 ip 掩碼 閘道器
ipmitool lan set 1 ipsrc static | dhcp
ipmitool lan set 1 ipaddr 192.168.1.2
ipmitool lan set 1 netmask 255.255.255.0
ipmitool lan set 1 defgw 192.168.1.254
3.3檢視ipmi配置
ipmitool lan print 1 (1可以不加,預設顯示channel 1的配置)
[root@xi03 ~]# ipmitool lan print 1
set in progress : set complete
auth type support : none md2 md5 password
auth type enable : callback : none md2 md5 password
: user : none md2 md5 password
: operator : none md2 md5 password
: admin : none md2 md5 password
: oem :
ip address source : static address
ip address : 192.168.12.201
subnet mask : 255.255.252.0
mac address : 00:8c:fa:05:01:ce
snmp community string : ami
ip header : ttl=0x40 flags=0x40 precedence=0x00 tos=0x10
bmc arp control : arp responses enabled, gratuitous arp disabled
gratituous arp intrvl : 0.0 seconds
default gateway ip : 192.168.12.1
default gateway mac : 00:00:00:00:00:00
backup gateway ip : 0.0.0.0
backup gateway mac : 00:00:00:00:00:00
802.1q vlan id : disabled
802.1q vlan priority : 0
rmcp+ cipher suites : 0,1,2,3,6,7,8,11,12
cipher suite priv max : caaaxxaaaxxaaxx
: x=cipher suite unused
: c=callback
: u=user
: o=operator
: a=admin
: o=oem
bad password threshold : 0
invalid password disable: yes
attempt count reset int.: 0
user lockout interval : 0
# 檢視使用者列表
[root@xi03 ~]# ipmitool user list 1
id name callin link authipmi msg channel priv limit
1 false false true user
2 admin false false true administrator
3 admin true true true administrator
4 administrator false false true administrator
5 admin true true true administrator
6 true false false no access
7 true false false no access
8 true false false no access
9 true false false administrator
10 true false false no access
關於channel,大多數伺服器預設只啟用channel 1,可有的伺服器預設是有兩個channel的,比如inspur伺服器,它預設有兩個channel 1 和 channel 3,當你只需用乙個channel時,你必須把其中乙個channel禁掉,否則可能會影響正常使用。
Linux 設定閘道器
以下的實操都是在redhat7.3上 網絡卡是電腦內建的硬體又叫網路介面卡,是用來聯網用的網路介面 mac是網絡卡的標識id 閘道器是用來 訊息的裝置,就是發訊息要經過閘道器 閘道器相當與乙個門口,你要出去必須找到這個門口 路由器就是這個門口,你想出去就要告訴你的電腦門在那 把真實主機變成路由器,手...
linux閘道器設定
1.linux中eth0為外網ip 外網閘道器 外網dns設定,eth1為內網ip 172.22.0.0 16 不設定閘道器 dns。2.啟動linux核心中的ip 功能 使得 net.ipv4.ip forward 1 重啟網路 etc init.d network restart 3.配置ipt...
ubuntu 設定IP,設定閘道器
1.檢驗是否可以連通,就使用ping命令ping 閘道器 開始的時候總是現實unreachable 2.設定ip sudo ifconfig eth0 133.133.133.190 netmask 255.255.255.0 這樣就算設定好了網絡卡eth0的ip位址和子網掩碼 3.設定閘道器 su...