1、首先按F2或者DEL进入BIOS。
2、进入BIOS之后,选择Server Mgmt菜单。
3、进入Server Mgmt菜单之后选择BMC network configuration。
4、选中BMC network configuration后按Enter键进入。
5、在Configuration Address source选项选择Static。
6、配置好ipmi之后按F10保存退出。
String HDserialnumber=getHdSerialInfo() public static String getHdSerialInfo() { String line = "" String HdSerial = ""//定义变量 硬盘序列号 try { Process proces = Runtime.getRuntime().exec("cmd /c dir c:")//获取命令行参数 BufferedReader buffreader = new BufferedReader( new InputStreamReader(proces.getInputStream())) while ((line = buffreader.readLine()) != null) {if (line.indexOf("卷的序列号是 ") != -1) { //读取参数并获取硬盘序列号 HdSerial = line.substring(line.indexOf("卷的序列号是 ") + "卷的序列号是 ".length(), line.length())break// System.out.println(HdSerial) } } } catch (IOException e) { // TODO Auto-generated catch block e.printStackTrace() } return HdSerial//返回硬盘序列号 卷的序列 非物理}如果是直接看硬盘的话,就是MDL后面的字母和数字就是序列号。如果在系统中看:
计算机--右键--管理---设备管理器。右边。。磁盘驱动器,点开,看。
天互数据 杜超为您解答
欢迎分享,转载请注明来源:夏雨云
评论列表(0条)