1 [root@centos7]# storcli -h2 storage command line tool ver 007.0606.0000.0000 mar 20, 201835
67 storcli -v
8 storcli -h| -help| ?
9 storcli -h| -help| ?legacy
10storcli show
11storcli show all
12 storcli show ctrlcount
1[root@centos7]# storcli show ctrlcount
2 cli version = 007.0606.0000.0000 mar 20, 2018
3 operating system = linux 3.10.0-862
.el7.x86_64
4 status code = 0
5 status =success
6 description =none
78 controller count = 1
存在乙個控制器,也就對應為/c0
1.確認raid卡支援jbod模式並開啟jbod模式:
storcli64 /c0 show all |grep -i jbod
[root@centos7]# storcli /c0 show all |grep -i jbodsupport jbod = yes
support securityonjbod = yes
support jbod write cache = no
enable jbod = yes
support jbod = yes , 說明陣列卡支援jbod模式
enable jbod = yes , 說明當前開啟jbod模式,關閉則 storcli64 /c0 set jbod=off
2.把指定裝置設定成jbod模式:
storcli64 /c0/ex/sx set jbod
3.修改jbod模式為ugood模式:
如果要將該裝置的jbod模式撤銷掉storcli64 /c0/ex/sx set good force
[root@centos7]# storcli /c0/e9/s15 set good forcecli version = 007.0606.0000.0000 mar 20, 2018
operating system = linux 3.10.0-862.el7.x86_64
controller = 0
status = success
description = set drive good succeeded.
查閱:後續更新ing
GIT 常用命令 持續更新ing
檢視本機git ssh key 1.cd ssh 2.ls 3.cat id rsa.pub git config user.name git config user.email 修改使用者名稱和郵箱位址 git config global user.name x s git config glob...
linux學習資料,更新ing
最近在看oldlinux的原始碼,可惜基礎薄弱,囫圇吞棗了一遍,雖然沒能學到很多,但對於作業系統中的一些基本概念,如copy on write,load on demand,頁式管理等,有了比較好的理解。這個鏈結中,對於oldlinux的記憶體管理講得挺細,可以仔細看看。後面關注下 乙個可執行檔案如...
sniffer pro學習小記(更新ing)
1.網路分析是一種技術範疇,網路工程師與設計人員可以用它來研究網路的性質,包括可連線性 容量與效能。網路分析可以用來估計當前網路的容量,了解它的效能,或者為將來使用的應用程式及其版本更新做出規劃。2.乙個典型的網路分析程式可以在三個視窗中顯示解碼後的資料 詳細 提供楨中各層次的詳細說明 hex 以十...