[root@db-backup ~]# vgcfgrestore vg_backup
  Couldn't find device with uuid JgYDQu-R1AG-wrD2-AHpX-A14C-8gLj-9HfBTR.
  Couldn't find device with uuid QZrPdT-GxAo-eJif-MdJD-XOb2-12Ka-529u7q.
  Couldn't find device with uuid EpnyGI-Nc6s-Auho-dBW5-F388-PjOF-AQOzry.
  Couldn't find device with uuid 0Dsre8-hUFn-6d5e-mNmc-GzRz-lRBe-R0HJwe.
  Couldn't find device with uuid ezJcsQ-GaPF-u5d1-76SU-Cw9e-XUrM-sHFqWr.
  Couldn't find device with uuid gdgEKh-qWOq-ASYu-AWPf-gTSc-YHIM-JQnGRW.
  Cannot restore Volume Group vg_backup with 6 PVs marked as missing.
  Restore failed.
[root@db-backup ~]# pvcreate --uuid 'JgYDQu-R1AG-wrD2-AHpX-A14C-8gLj-9HfBTR' --restorefile /etc/lvm/backup/vg_backup /dev/vdd5
  Couldn't find device with uuid JgYDQu-R1AG-wrD2-AHpX-A14C-8gLj-9HfBTR.
  Couldn't find device with uuid QZrPdT-GxAo-eJif-MdJD-XOb2-12Ka-529u7q.
  Couldn't find device with uuid EpnyGI-Nc6s-Auho-dBW5-F388-PjOF-AQOzry.
  Couldn't find device with uuid 0Dsre8-hUFn-6d5e-mNmc-GzRz-lRBe-R0HJwe.
  Couldn't find device with uuid ezJcsQ-GaPF-u5d1-76SU-Cw9e-XUrM-sHFqWr.
  Couldn't find device with uuid gdgEKh-qWOq-ASYu-AWPf-gTSc-YHIM-JQnGRW.
  Couldn't find device with uuid JATNkd-Te8i-3pTq-y8CW-mhoE-HdWr-Qv2rxM.
  Physical volume "/dev/vdd5" successfully created
[root@db-backup ~]# vgcfgrestore vg_backup
  Couldn't find device with uuid QZrPdT-GxAo-eJif-MdJD-XOb2-12Ka-529u7q.
  Couldn't find device with uuid EpnyGI-Nc6s-Auho-dBW5-F388-PjOF-AQOzry.
  Couldn't find device with uuid 0Dsre8-hUFn-6d5e-mNmc-GzRz-lRBe-R0HJwe.
  Couldn't find device with uuid ezJcsQ-GaPF-u5d1-76SU-Cw9e-XUrM-sHFqWr.
  Couldn't find device with uuid gdgEKh-qWOq-ASYu-AWPf-gTSc-YHIM-JQnGRW.
  Couldn't find device with uuid JATNkd-Te8i-3pTq-y8CW-mhoE-HdWr-Qv2rxM.
  Cannot restore Volume Group vg_backup with 6 PVs marked as missing.
  Restore failed.
[root@db-backup ~]# vgchange -ay vg_backup
  Volume group "vg_backup" not found
  Skipping volume group vg_backup

最新文章

  1. C++ 栈的基本操作
  2. Func系列2:常用模块及API
  3. Xcode5 支持 SVN 1.7
  4. android调用音乐播放器,三种方
  5. java装饰模式
  6. MySQL插入数据中文乱码问题的解决
  7. springboot之Jwt验证
  8. Array.prototype鲜为人知的事实
  9. NJU 1010 Air
  10. Python的基础学习(第二周)
  11. centos7.2下部署 python3
  12. 如何做一个项目.ppt
  13. HDU6011
  14. 使用Markdown写作
  15. 三种方法更改MAC OS X下的HOSTS文件
  16. Dockerfile编写的注意事项
  17. MongoDB副本集配置系列二:配置MongoDB副本集
  18. recv用TCP和TUDP下的区别
  19. en_java去重排序
  20. C# 判断程序是否已经在运行

热门文章

  1. self和super关键字介绍
  2. Scrum 7.0
  3. python基础(六)python操作excel
  4. Redis&PHP的使用安装-windows版
  5. 【高级】PHP-FPM和Nginx的通信机制
  6. JS 随机整数
  7. python 9*9乘法口诀表
  8. 是否升级IOS11?IOS11不支持32位程序 查看手机哪些APP不支持
  9. path变量修改后无法保存
  10. LOJ #143. 质数判定