Advertisement
Guest User

Untitled

a guest
Jul 10th, 2011
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.68 KB | None | 0 0
  1. ##I have a volumegroup called system , there are three physical volumes in it ,they are ##sda5,sda6,sda7; now i need to add a new physical volume called sda8 to volume group ##"system". And i should use command "pvmove" to move the data of sda5,sda6,sda7 to sda8.
  2. ##I have pvmoved the data of sda5 to sda8 now , and found that sda8 is full now . I can not ##move the data of sda6,sda7 to sda8 now . I don't know what shall i do .
  3.  
  4.  
  5. root@apporc-ubuntu:~# pvdisplay /dev/sda5
  6. --- Physical volume ---
  7. PV Name /dev/sda5
  8. VG Name system
  9. PV Size 20.01 GiB / not usable 9.12 MiB
  10. Allocatable yes
  11. PE Size 64.00 MiB
  12. Total PE 320
  13. Free PE 320
  14. Allocated PE 0
  15. PV UUID c3I0OY-ypRR-Cmnb-GOi4-BL92-ctRP-jt8gUh
  16.  
  17. root@apporc-ubuntu:~# pvdisplay /dev/sda6
  18. --- Physical volume ---
  19. PV Name /dev/sda6
  20. VG Name system
  21. PV Size 20.01 GiB / not usable 9.12 MiB
  22. Allocatable yes (but full)
  23. PE Size 64.00 MiB
  24. Total PE 320
  25. Free PE 0
  26. Allocated PE 320
  27. PV UUID IK7zPs-InfU-BhyA-thjV-DAL1-VsaK-elDeeA
  28.  
  29. root@apporc-ubuntu:~# pvdisplay /dev/sda7
  30. --- Physical volume ---
  31. PV Name /dev/sda7
  32. VG Name system
  33. PV Size 20.01 GiB / not usable 9.12 MiB
  34. Allocatable yes
  35. PE Size 64.00 MiB
  36. Total PE 320
  37. Free PE 48
  38. Allocated PE 272
  39. PV UUID AdfbZU-NwUx-dcbo-Oxzk-zdHY-lSHG-notTfN
  40.  
  41. root@apporc-ubuntu:~# pvdisplay /dev/sda8
  42. --- Physical volume ---
  43. PV Name /dev/sda8
  44. VG Name system
  45. PV Size 20.01 GiB / not usable 9.12 MiB
  46. Allocatable yes
  47. PE Size 64.00 MiB
  48. Total PE 320
  49. Free PE 48
  50. Allocated PE 272
  51. PV UUID 7NXoFq-SQBI-IVER-ZhAK-wRzX-ODqp-RD2VDc
  52.  
  53. --- Volume group ---
  54. VG Name system
  55. System ID
  56. Format lvm2
  57. Metadata Areas 4
  58. Metadata Sequence No 36
  59. VG Access read/write
  60. VG Status resizable
  61. MAX LV 0
  62. Cur LV 10
  63. Open LV 6
  64. Max PV 0
  65. Cur PV 4
  66. Act PV 4
  67. VG Size 80.00 GiB
  68. PE Size 64.00 MiB
  69. Total PE 1280
  70. Alloc PE / Size 864 / 54.00 GiB
  71. Free PE / Size 416 / 26.00 GiB
  72. VG UUID TBf1nJ-x7Ln-o84N-YRYy-yNW7-A8bh-7CjG6M
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement