# Pvcreate-F/dev/rdsk/c0t4d0

Source: Internet
Author: User
1. Backup all user data in the volume to be removed
(Use fbackup, cpio or tar Backup utilities as appropriate .)
2, determine the names of the logical volumes residing in the volume groups to be removed
# Lvdisplay/dev/vgxx/lvol *
3. unmount all logical volumes in the volume group to be removed
# Cd/
# Umount/dev/vgxx/lvol *
4. Remove the logical volumes found in step2 from the volume group
# Lvremove/dev/vgxx/lvoly
5, determine if multiple physical volumes are associated with the volume group to be removed
# Strings/etc/lvmtab
6. If more than one physical volume, remove all but one of the physical volumes using the vgreduce command
# Vgreduce/dev/vgxx/dev/DSK/cxtxdx
7, now, remove the volume group
# Vgremove/dev/vgxx

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.