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
  • 相关阅读:
    25-javaweb接入支付宝支付接口
    4-js 函数
    24-filter-拦截器
    23-新建maven 项目
    22-maven-安装与配置
    15-matlab矩阵运用
    2018.7.18 div,section,article的区别和使用
    2018.7.17 牛客网训练
    2018.7.16常用推荐算法
    2018.7.15 解决css中input输入框点击时去掉外边框方法
  • 原文地址:https://www.cnblogs.com/cqubityj/p/4206679.html
Copyright © 2011-2022 走看看