当前位置:网站首页>[server data recovery] data recovery case of a Dell server crash caused by raid damage
[server data recovery] data recovery case of a Dell server crash caused by raid damage
2022-07-07 02:18:00 【51CTO】
Server failure :
A certain type of Dell server is due to raid Damage and collapse , Because the server data is classified , The administrator contacts our data recovery center for data recovery .

Server fault detection :
The data recovery engineer brings relevant equipment to the site to test the server , It is found that the cause of server crash is raid Some hard disks in the array are disconnected . After physical inspection of all disks, the hardware engineer found no physical faults and bad tracks . Then the data recovery engineer mirrors all disks in the failed server to the prepared data recovery service platform with the help of data recovery software .
Server data recovery process :
1、 Analyze the failed server RAID structure .
Of the failed server LUN All based on RAID Array group , Therefore, to recover the server data, we must first analyze the underlying server RAID Information , Then, according to the information obtained from the analysis, reconstruct the original RAID Group . The server data recovery engineer is right raid After analyzing the array, it is found that two hard disks in the server are offline . because 6 Plate and 10 Plates belong to Hot Spare, But when the server fails 6 Number Hot Spare Replaced the disconnected 5 Hard disk No , can 10 Disk number is not enabled for unknown reasons . Although the server was successfully activated 6 Number plate Hot Spare, but RAID A hard disk is still missing in , The data was not successfully synchronized to 6 Hard disk No . Server data recovery engineers continue to analyze other hard disks , Get the distribution law of data in the hard disk ,RAID The size of the strip , Information such as the order of each disk .
2、 restructuring raid Analyze the order of the drop panel .
According to the obtained raid Information , Data recovery engineers use the... Independently developed by North Asia RAID Virtual program virtual reorganization failure server raid. After the reorganization, analyze the order of the two offline hard disks in the server . By checking , The server data recovery engineer found that the data of one hard disk on the same strip was obviously inconsistent with other hard disks , It is preliminarily judged that this hard disk may be the first to be disconnected . Developed independently through North Asia RAID The verification program checks this strip , Finally determine the hard disk that drops the line first .
3、 analysis RAID In group LUN Information .
Based on the obtained raid Information , Disc dropping sequence , Reorganize according to the analysis results raid. analysis LUN stay RAID Allocation information in the group and LUN Allocated data block MAP. Then, based on this information, use the self-developed raid Data recovery program , explain LUN The data of MAP And export LUN All data for .
4、 explain ZFS File system and fix .
Use the... Independently developed by North Asia ZFS File system interpreter for generated LUN Do file system interpretation , Parse all file nodes and directory structures .
Server data recovery results :
The server administrator verifies the data in person , All data is normal 、 complete , This data recovery is successful .
边栏推荐
- Stm32f4 --- general timer update interrupt
- The last line of defense of cloud primary mixing department: node waterline design
- Livox激光雷达硬件时间同步---PPS方法
- 6 seconds to understand the book to the Kindle
- String or binary data will be truncated
- STM32F4---PWM输出
- Processing image files uploaded by streamlit Library
- Cisp-pte practice explanation (II)
- FLIR blackfly s usb3 industrial camera: white balance setting method
- MySQL execution process and sequence
猜你喜欢

Collection recommandée!! Quel plug - in de gestion d'état flutter est le plus fort? Regardez le classement des manons de l'île, s'il vous plaît!
![[unique] what is the [chain storage structure]?](/img/cd/be18c65b9d7faccc3c9b18e3b2ce8e.png)
[unique] what is the [chain storage structure]?

张平安:加快云上数字创新,共建产业智慧生态

Livox激光雷达硬件时间同步---PPS方法

ROS学习(24)plugin插件

Flir Blackfly S 工业相机:自动曝光配置及代码

The mega version model of dall-e MINI has been released and is open for download

新一代云原生消息队列(一)

go swagger使用

3D laser slam: time synchronization of livox lidar hardware
随机推荐
Alibaba cloud middleware open source past
张平安:加快云上数字创新,共建产业智慧生态
【论文阅读|深读】RolNE: Improving the Quality of Network Embedding with Structural Role Proximity
Processing image files uploaded by streamlit Library
freeswitch拨打分机号源代码跟踪
Decryption function calculates "task state and lifecycle management" of asynchronous task capability
Tiflash source code reading (IV) design and implementation analysis of tiflash DDL module
Introduction to microservice architecture
Infrared camera: juge infrared mag32 product introduction
Zabbix 5.0:通过LLD方式自动化监控阿里云RDS
ROS learning (25) rviz plugin
Several classes and functions that must be clarified when using Ceres to slam
leetcode:736. Lisp 语法解析【花里胡哨 + 栈 + 状态enumaotu + slots】
Zhang Ping'an: accelerate cloud digital innovation and jointly build an industrial smart ecosystem
The foreground downloads network pictures without background processing
张平安:加快云上数字创新,共建产业智慧生态
The last line of defense of cloud primary mixing department: node waterline design
FLIR blackfly s industrial camera: explanation and configuration of color correction and code setting method
Flir Blackfly S 工业相机:配置多个摄像头进行同步拍摄
leetcode:5. 最长回文子串【dp + 抓着超时的尾巴】