Login ke server tujuan melalui ssh, kemudian jalankan beberapa langkah berikut
# wget https://www.supermicro.com/wdl/utility/IPMICFG/IPMICFG_1.33.2_build.220126.zip
# unzip IPMICFG/IPMICFG_1.33.2_build.220126.zip
Masuk ke folder yang baru saja di extract lalu jalankan perintah berikut
# cd IPMICFG_1.33.2_build.220126/Linux/64bit
# ./IPMICFG-Linux.x86_64 -r
BMC cold reset successfully completed!
Nah sampai proses diatas sudah berhasil melakukan reset BMC. Lalu proses selanjutnya seting IP untuk akses ILO/IPMInya dengan perintah berikut
# ./IPMICFG-Linux.x86_64 -m <IP-server>
# ./IPMICFG-Linux.x86_64 -k <IP-netmask>
# ./IPMICFG-Linux.x86_64 -g <IP-gateway>
Informasi:
IP server, gateway, netmask silahkan diganti dengan ip server yang akan digunakan.
Leave a Reply