zoukankan      html  css  js  c++  java
  • Oracle T4-2 使用ILOM CLI升级Firmware

    简单记录一下使用命令行升级Firmware的过程。

    升级前版本

    -> version
    SP firmware 3.2.1.8.a
    SP firmware build number: 88456
    SP firmware date: Thu Apr 10 11:54:49 PDT 2014
    SP filesystem version: 0.2.7

    配置一台TFTP服务器

    使用命令行升级Firmware

    -> load -source tftp://10.0.143.30/Sun_System_Firmware-8_6_0_b-SPARC_T4-2.pkg
    
    NOTE: An upgrade takes several minutes to complete. ILOM
          will enter a special mode to load new firmware. No
          other tasks can be performed in ILOM until the
          firmware upgrade is complete and ILOM is reset.
    
    Are you sure you want to load the specified file (y/n)? y
    Preserve existing configuration (y/n)? y
    .....................................................................................................................
    
    Firmware update is complete.
    ILOM will now be restarted with the new firmware.
    
    
    -> /sbin/reboot (系统自动执行)

    升级后检查一下版本

    -> version
    SP firmware 3.2.4.1
    SP firmware build number: 93935
    SP firmware date: Thu Nov 13 18:31:14 PST 2014
    SP filesystem version: 0.2.10
    
    -> show /System/Firmware
    
     /System/Firmware
        Targets:
            Other_Firmware
    
        Properties:
            system_fw_version = Sun System Firmware 8.6.0.b 2014/11/13 19:47
    
        Commands:
            cd
            show
  • 相关阅读:
    Web 呼起 APP
    移动端监测离开页面
    input 呼起数字键盘
    建站工具Hexo
    linux 查找并kill进程
    linux php --ini
    Git + BeyondCompare
    Linux连续执行多条命令
    chrome start.js报错
    emoji和utf8mb4字符集
  • 原文地址:https://www.cnblogs.com/cqubityj/p/4206679.html
Copyright © 2011-2022 走看看