[精讚] [會員登入]
190

how to add physical disks into HP smart array through esxi interface

如何在磁碟陣列卡上加入新的硬碟-未完待續

分享此文連結 //n.sfs.tw/15902

分享連結 how to add physical disks into HP smart array through esxi interface@外行中的外行
(文章歡迎轉載,務必尊重版權註明連結來源)
2022-07-25 12:54:59 最後編修
2022-07-25 11:19:25 By jung
 

因為從大神手中拿到二顆舊硬碟

我想說家裡的esxi空間不大

應該可以插到陣列卡上擴充

結果沒想到因為HP機器太舊

什麼Array Controller Utility程式都不能用,

網路上找到的工具都是寫給windows server用

意思是你的HP主體系統要是windows

才能用它的工具抓到陣列卡上的磁碟陣列

我的主體系統是ESXi

只找到命令列的工具

以下紀錄

先在ESXi上安裝套件

https://blog.ndk.name/manage-hpe-smart-array-in-vmware-esxi/

程式連結

https://support.hpe.com/connect/s/softwaredetails?language=en_US&softwareId=MTX-702d3c7d8c4546a3b27d1458b5

https://support.hpe.com/connect/s/softwaredetails?language=en_US&softwareId=MTX-3ea1e91ac2174f1d81a95ad509

安裝完之後,就可以在ESXi命令列用指令抓到陣列卡的磁碟資料了

查詢設定的指令

/opt/smartstorageadmin/ssacli/bin/ssacli ctrl all show config

 

可是我想把新硬碟加入

使用指令

/opt/smartstorageadmin/ssacli/bin/ssacli ctrl slot=0 ld 2 add drives=[drive id,seperated by comma]

slot=在設定中查到的id數字

ld: logical volumne 在設定中查到的邏輯磁區編號

卻顯示設定錯誤無法加入

但是使用新硬碟當作spare的指令卻是有成功的

現在還沒做完

繼續查資料

 

END

你可能感興趣的文章

在家設定openvpn server on pfsense 在家設定openvpn server on pfsense

如何在ubuntu 18.04上設定一開機就啟動virtualbox某個vm a way to setup ubuntu18.04 for start vm on boot

JIRA using gmail as smtp outgoing mail sender 如何設定jira使用gmail信箱送信

IIS10設定url rewrite to https if you setup url rewrite function in IIS10, might cause api callback failed

bitbucket repository control application setup 安裝完bitbucket服務後,須設定bitbucket.properties

nginx+ssl+certbot安裝設定雜記 using certbot on nginx to setup https connection

<<此文不開放留言>>

隨機好文

縣市IDP更換SSL憑證及修改servername+wildfly等設定 縣市IDP更換SSL

縣市端IdP新增自訂首頁內容功能 合併本部主程式,手動於mongo內新增管理使用者資料

IIS10設定url rewrite to https if you setup url rewrite function in IIS10, might cause api callback failed

在windows環境下強制刪除無法以檔案總管刪除的檔案或目錄 how to remove directories or files that cannot be deleted by default file manager

如何用git log功能產生有固定格式的commit紀錄 how to create a git commit history log file with custom format