久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放AV片

<center id="vfaef"><input id="vfaef"><table id="vfaef"></table></input></center>

    <p id="vfaef"><kbd id="vfaef"></kbd></p>

    
    
    <pre id="vfaef"><u id="vfaef"></u></pre>

      <thead id="vfaef"><input id="vfaef"></input></thead>

    1. 站長資訊網(wǎng)
      最全最豐富的資訊網(wǎng)站

      linux怎么查看raid是幾級別

      linux查看raid是幾級別的方法:1、利用rpm下載“MegaCli64/MegaCli”輔助工具;2、利用“dmidecode -s system-product-name”命令查看服務器型號,查看raid的級別即可。

      linux怎么查看raid是幾級別

      本教程操作環(huán)境:linux7.3系統(tǒng)、Dell G3電腦。

      linux怎么查看raid是幾級別

      可以通過在系統(tǒng)中執(zhí)行命令查看,需要安裝輔助工具:MegaCli64/MegaCli,具體用法如下:

      1、下載最新的rpm包安裝:

      rpm -ivh Lib_Utils-1.00-09.noarch.rpm MegaCli-8.04.07-1.noarch.rpm

      默認安裝在/opt下

      2、查詢:

      dmidecode -s system-product-name

      查看服務器型號

      查看服務器硬件RAID:

      /opt/MegaRAID/MegaCli/MegaCli64 -cfgdsply -aALL|grep "RAID Level"|tail -1|awk -F: '{print $1" :"$2}'

      RAID型號對應表信息如下:

      RAID Level : Primary-1, Secondary-0, RAID Level Qualifier-0" #代表Raid 1 RAID Level : Primary-0, Secondary-0, RAID Level Qualifier-0" #代表Raid 0 RAID Level : Primary-5, Secondary-0, RAID Level Qualifier-3" #代表Raid 5 RAID Level : Primary-1, Secondary-3, RAID Level Qualifier-0" #代表Raid10

      贊(0)
      分享到: 更多 (0)
      網(wǎng)站地圖   滬ICP備18035694號-2    滬公網(wǎng)安備31011702889846號