IPMI打开报错no iKVM64 in java.library.path解决方法

IPMI打开报错no iKVM64 in java.library.path解决方法
使用IPMI连接远程主机的图形界面的时候,报错no iKVM64 in java.library.path,导致无法显示图形界面。解决方法如下: 找到下载的lunch.jnlp文件,vi编辑在相应系统和cpu硬件配置下面加入下面内容保存后重新打开即可。例如:<resources os=”Linux” arch=”amd64″> <property name="jnlp.packEnabled" value="true"/> <property name="jnlp.versionEnabled" value="true"/>

Linux系统不重启修改ipmi的IP方法

Linux系统不重启修改ipmi的IP方法
一、检测IPMI组件 # dmidecode |sed -n '/IPMI/,+5p' 出现以下信息,说明支持IPMI IPMI Device Information Interface Type: KCS (Keyboard Control Style) Specification Version: 2.0 I2C Slave Address: 0x10 NV Storage Device: Not Present Base Address: 0x0000000000000CA8 二、重启IPMI服务 #/etc/init.d/ipmi start 三、配置ip以及netmask #ipmitool lan set 1 ipaddr 10.0.0.12 #ipmitool lan se...