zoukankan      html  css  js  c++  java
  • coreos install megacli

    基于官方的coreos ramdisk安装dell raid管理工具,其版本为debian8 jessie

    root@c64c7df05677:/# more /etc/apt/sources.list
      
    deb http://mirrors.ustc.edu.cn/debian/ jessie main contrib non-free
    deb-src http://mirrors.ustc.edu.cn/debian/ jessie main contrib non-free
     
    deb http://mirrors.ustc.edu.cn/debian/ jessie-updates main contrib non-free
    deb-src http://mirrors.ustc.edu.cn/debian/ jessie-updates main contrib non-free
     
    deb http://mirrors.ustc.edu.cn/debian/ jessie-backports main contrib non-free
    deb-src http://mirrors.ustc.edu.cn/debian/ jessie-backports main contrib non-free
     
    deb http://mirrors.ustc.edu.cn/debian-security/ jessie/updates main contrib non-free
    deb-src http://mirrors.ustc.edu.cn/debian-security/ jessie/updates main contrib non-free
    增加如下源:
    deb http://hwraid.le-vert.net/debian jessie main
      
    root@c64c7df05677:/# apt-get update
    root@c64c7df05677:/# apt-get install megacli
    Reading package lists... Done
    Building dependency tree      
    Reading state information... Done
    The following NEW packages will be installed:
      megacli
    0 upgraded, 1 newly installed, 0 to remove and 20 not upgraded.
    Need to get 4175 kB of archives.
    After this operation, 6880 kB of additional disk space will be used.
    Get:1 http://hwraid.le-vert.net/debian/ jessie/main megacli amd64 8.07.14-1 [4175 kB]
    Fetched 4175 kB in 2s (1530 kB/s) 
    debconf: delaying package configuration, since apt-utils is not installed
    Selecting previously unselected package megacli.
    (Reading database ... 21116 files and directories currently installed.)
    Preparing to unpack .../megacli_8.07.14-1_amd64.deb ...
    Unpacking megacli (8.07.14-1) ...
    Setting up megacli (8.07.14-1) ...
    但谈何容易。
  • 相关阅读:
    shell编程 之 引号、括号的用法总结
    shell编程 之 文件包含
    shell编程 之 输入输出重定向
    shell编程 之 流程控制(条件语句和循环语句)
    shell编程 之 函数
    IOS 定位
    IOS添加多个按钮在导航栏
    移除UIView上面的所有控件
    UITabBarController
    IOS 调用拨打电话Api
  • 原文地址:https://www.cnblogs.com/gushiren/p/9510248.html
Copyright © 2011-2022 走看看