- 論壇徽章:
- 1
|
今天搞v445的raid心得。 1,
solaris10U4版本的raidctl升級了,和原來有點(diǎn)不一樣了。一定要打126434-05這個(gè)補(bǔ)丁,不然raidctl幾乎所有命令都會報(bào)錯(cuò):
6613175 error message "Configuration over device node failed" when deleting 2nd volume with T126434-04
這個(gè)補(bǔ)丁EIS里沒有,Jan/10/2008才出來的,運(yùn)氣還不錯(cuò)。raidctl也有其他solaris版本的補(bǔ)丁。
2,
如果要做系統(tǒng)盤的鏡像,需要先用光盤引導(dǎo)單用戶,然后用raidctl做,不然在os里做系統(tǒng)盤的鏡像時(shí)報(bào)“arry is in use"。
#raidctl -C "0.0.0 0.1.0" -r 1 0
#devfsadm
#format ->0 -> type -> 0 ->label
#reboot -- net 開始安裝os
其他盤也可以一起做卷,也可以在os裝好用raidctl做。
3,
如果一下做了一個(gè)以上的raid,比如兩個(gè)鏡像,messages里會告訴你第二鏡像卷第二塊盤狀態(tài)是“out of sync”,第二卷不同步。raidctl -S 會報(bào)告第二個(gè)卷是DEGRADED ,用cfgadm -al 會報(bào)第二個(gè)鏡像卷的第二塊盤unconfigure,且無法cfgadm -c configure,只有reboot -- -r 才能消除。
bash-3.00# raidctl -C "0.0. 0.1." -r 1 0
reating RAID volume will destroy all data on spare space of member disks, proceed (yes/no)? yes
Volume c0t0d0 is created successfully!
Volume Size Stripe Status Cache RAID
Sub Size Level
Disk
----------------------------------------------------------------
c0t0d0 68.3G N/A SYNC N/A RAID1
0.0.0 68.3G GOOD
0.1.0 68.3G GOOD
bash-3.00# raidctl -C "0.2.0 0.3.0 -r 1 0
reating RAID volume will destroy all data on spare space of member disks, proceed (yes/no)? yes
Volume c0t2d0 is created successfully!
Volume Size Stripe Status Cache RAID
Sub Size Level
Disk
----------------------------------------------------------------
c0t2d0 68.3G N/A DEGRADED N/A RAID1 0.2.0 68.3G GOOD
0.3.0 68.3G GOOD
這是正常的,控制器只能一個(gè)接一個(gè)卷的做同步,73G的盤做鏡像同步時(shí)間大概33分鐘。
4,
如果刪除做好的卷后,format顯示的盤信息還是LSI的話,只要“#format ->0 -> type -> 0 ->label”就可以了。但是cfgadm -al看得話會報(bào)釋放出來的兩塊盤unconfigure,且無法cfgadm -c configure,defsadm的倒會正常,但會莫名其妙的出現(xiàn)c0:ssd5之類的東西出來,只有reboot -- -r才能正常。
5,對于solaris10U4新版本的raidctl,最好用新的命令做raid,即用大C參數(shù),
man raidctl可以看到支持raid1+0。嘗試了單用戶下做
raid1+0,報(bào)錯(cuò)當(dāng)前os版本不支持,不曉得怎么回事。
6,最好升級raid控制卡PCI-X 1068 FCode 的firmware,
path號:123485-01
#raidctl -F LSI1068X.ROM
#reboot -- -r |
評分
-
查看全部評分
|