zoukankan      html  css  js  c++  java
  • -bash: mdadm: command not found

    Welcome to Alibaba Cloud Elastic Compute Service !
    
    [root@liruilong ~]# mdadm
    -bash: mdadm: command not found
    [root@liruilong ~]# 
    [root@liruilong ~]# yum  search mdadm
    Loaded plugins: fastestmirror
    Repository epel is listed more than once in the configuration
    Loading mirror speeds from cached hostfile
     * base: mirrors.cloud.aliyuncs.com
     * extras: mirrors.cloud.aliyuncs.com
     * updates: mirrors.cloud.aliyuncs.com
    ============================= N/S matched: mdadm ==============================
    mdadm.x86_64 : The mdadm program controls Linux md devices (software RAID
                 : arrays)
    
      Name and summary matches only, use "search all" for everything.
    [root@liruilong ~]# yum install -y mdadm.x86_64
    Loaded plugins: fastestmirror
    Repository epel is listed more than once in the configuration
    Loading mirror speeds from cached hostfile
     * base: mirrors.cloud.aliyuncs.com
     * extras: mirrors.cloud.aliyuncs.com
     * updates: mirrors.cloud.aliyuncs.com
    Resolving Dependencies
    --
  • 相关阅读:
    redis的其他命令
    redis的有序集合ZSET(stored set)
    redis 的set数据类型
    redis 的hash数据类型
    php命令
    intellij idea
    生产者消费者问题
    JAVA sleep和wait 异同
    JAVA线程通信
    java线程同步--lock锁(JDK 5 新增)
  • 原文地址:https://www.cnblogs.com/liruilong/p/13581995.html
Copyright © 2011-2022 走看看