磁盤柜數據恢復
磁盤柜可以簡單理解為大量硬盤的集合,以提供更大容量,更快速度,更方便管理的存儲方式。由于磁盤陣列柜具有數據存儲速度快、存儲容量大等優點,所以磁盤陣列柜通常比較適合在企業內部的中小型中央集群網存儲區域進行海量數據存儲。
目前,磁盤柜可以分為三種: 1.SCSI磁盤柜 2.SAS磁盤柜 3.光纖磁盤柜
目前IBM,HP,Dell,SUN的服務廠商均有自己的磁盤產品,但因磁盤一般屬于高端應用,且技術相互通用性不強,故在儲存技術領域,仍是披著較神秘的面紗。
廣州藍銳數據恢復中心與系統集成商技術工程師在最終客戶現場成功處理過多例各種磁盤柜的數據災難。
磁盤柜配置實例:
磁盤柜的操作(控制卡為hsz70)
1.磁盤柜的連接
a.Tru64 unix 在/etc/remote 文件中加hsz70:de=/dev/tty00:br#9600
tty00為一串口,br#9600為波特率。
#tip hsz70 用tip連到盤柜。
b. pc機 用超級終端。將hsz70的控制臺電纜接到PC機上,進入超級終端,設置終端屬性為:波特率:9600, 數據位:8,奇偶校驗:無,停止位:1,數據流控制XON/XOFF
2.添加盤 (add disk disk-name scsi-location )
parameters:
disk-name
specifies a name for the disk drive .
scsi-location
the address of the disk drive to be added in the form PTL where:
P designates the port
T designates the targert ID of the device
L designates the LUN of the device (must be 0)
example: hsz70>;add disk disk10100 1 1 0
3.刪除盤 (delete disk-name)
example:hsz70>;delete disk10100
在刪除盤之前,要刪除所有建立在它之上的成員。
4.添加鏡像(add mirrorset mirrorset-name disk-names)
parameters:
mirrorset-name specifies a name for the mirrorset.
disk-names the names of the disk drives that make up the mirrorset.
A mirrorset contains 1 to 6 disk drives.
switches:
policy=best_fit 當磁盤大小不一致時使用,選擇容量最接近的替換。
policy=best_performance 當磁盤大小一致時使用,選擇性能最好的替換。
nopolicy 手工替代盤時,要先取消原有策略。加了后要恢復策略。
example: hsz70>;add disk disk100 1 0 0
hsz70>;add disk disk210 2 1 0
hsz70>;add mirrorset m0 disk100 disk210 policy=best_fit
hsz70>;init m0 save_config
注意:一旦初始化就破壞了其數據。
5.手工移掉鏡像中的盤 (set mirrorset-name remove=disk-name)
example: hsz70>;set m0 remove=disk100
6.手工添加鏡像中的盤
1.(set mirrorset-name replace=disk-name)
example: hsz70>;set m0 nopolicy
hsz70>;set m0 replace=disk100
hsz70>;set m0 policy=best_fit
2.add spareset disk-name
hsz70>;add spareset disk100
spare盤會自動替代壞盤。最好事先就設置好。
7.刪除鏡像 (delete mirrorset-name)
hsz70>;delete m0
8.添加Raid5 (add raidset raidset-name disk_names)
parameters:
raid_name specifies a name for the raidset.
disk-names the disks that will make up the raidset.A raidset can contain 3 to 14 member disks.
switches:
policy=best_fit 當磁盤大小不一致時使用,選擇容量最接近的替換。
policy=best_performance 當磁盤大小一致時使用,選擇性能最好的替換。
nopolicy 手工替代盤時,要先取消原有策略。加了后要恢復策略。
example: hsz70>;add disk disk100 1 0 0
hsz70>;add disk disk210 2 1 0
hsz70>;add disk disk310 3 1 0
hsz70>;add raidset r0 disk100 disk210 disk310
hsz70>;init r0 save_configuration //save參數建議要的
注意:一旦初始化就破壞了其數據。
9.手工移掉raid中的盤 (set raidset-name remove=disk-name)
example: hsz70>;set r0 remove=disk100
10.手工添加raid中的盤
1.(set raidset-name replace=disk-name)
example: hsz70>;set r0 nopolicy
hsz70>;set r0 replace=disk100
hsz70>;set r0 policy=best_fit
2.add spareset disk-name
hsz70>;add spareset disk100
spare盤會自動替代壞盤。最好事先就設置好。
11.刪除raid (delete raid-name)
hsz70>;delete r0
12.添加unit (add unit unit-number container-name)
you must initialize the disk drive or container before you can add it as a unit.
example: hsz70>;add disk disk100 1 0 0
hsz70>;add disk disk210 2 1 0
hsz70>;add disk disk310 3 1 0
hsz70>;add raidset r0 disk100 disk210 disk310
hsz70>;init r0 save_configuration
hsz70>;add unit d0 r0
13.刪除unit (delete unit_name)
example: hsz70>;delete d0
廣州藍銳數據恢復中心提醒您:硬件有價,數據無價,請及時有效備份您的重要數據。
|