AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.


#Power
 View Only
Expand all | Collapse all

Deleting the disk with the help of PVID

  • 1.  Deleting the disk with the help of PVID

    Posted Wed December 02, 2009 06:30 AM

    Originally posted by: sck


    Hi,

    Kindly help me in deleting the disk from AIX system. System is showing PVID instead of hdisk1.

    I want to delete the disk with the help of odmdelete. Even after using odmdelete still the rootvg shows the PVID of the missing disk.

    What necessary steps are required to delete the disk using PVID?

    Regards

    Sunil C Khatri
    #AIX-Forum


  • 2.  Re: Deleting the disk with the help of PVID

    Posted Wed December 02, 2009 10:24 AM

    Originally posted by: hdkutz


    Hth,
    ku
    <snip>
    #################################################
    1. How do I remove a non-existant physical volume?
    #################################################
    Thanks to Johnny Shieh (shieh@austin.ibm.com)

    To delete a phantom disk from the ODM use reducevg with the pvid
    instead of the disk name. You are running some command such as lsvg
    or varyonvg and it is griping about a disk that is no longer findable
    right? In that warning message, it should give you a pvid. Try one
    of the following, (note: reducevg updates the VGDA but not the ODM).

    reducevg -f <vgname> <pvid>

    ldeletepv -g VGid -p PVid
    -g Required, specify the VGid of the volume group you are
    removing the physical volume from
    -p Required, specif
    <snip>
    #AIX-Forum