LV mirror image-based method for realizing data backup, recovery and migration in linux system
A technology of data backup and mirroring, which is applied in the direction of data error detection, response error generation, etc.
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Examples
Embodiment Construction
[0023] The present invention will be further described below in conjunction with specific embodiments:
[0024] A method based on LV mirroring to realize data backup recovery and migration in Linux system. In Linux system, through LVM mirroring technology, data in one PV is backed up to LVM mirror file, and then restored and migrated to another PV , Use a new backup or replace the original PV.
[0025] Online migration of data from / dev / sda in Linux system to / dev / sdd, the specific implementation steps and codes are as follows:
[0026] Pv / dev / sda exists in the system, enter the volume group vg0
[0027] 1) Create a three PV
[0028] pvcreate / dev / sdb
[0029] pvcreate / dev / sdc
[0030] pvcreate / dev / sdd
[0031] 2) Add three new PVs to the same VG
[0032] vgextend vg0 / dev / sdb
[0033] vgextend vg0 / dev / sdc
[0034] vgextend vg0 / dev / sdd
[0035] 3) Create LVM mirror / dev / vg0 / mirror0
[0036] lvcreate -L 1000M -m1 -n mirror vg0 / dev / sda / dev / sdb / dev / sdc
[0037] View LVM mirroring status
[...
PUM
Abstract
Description
Claims
Application Information
- R&D Engineer
- R&D Manager
- IP Professional
- Industry Leading Data Capabilities
- Powerful AI technology
- Patent DNA Extraction
Browse by: Latest US Patents, China's latest patents, Technical Efficacy Thesaurus, Application Domain, Technology Topic, Popular Technical Reports.
© 2024 PatSnap. All rights reserved.Legal|Privacy policy|Modern Slavery Act Transparency Statement|Sitemap|About US| Contact US: help@patsnap.com