AIX

 View Only
  • 1.  VG corrupted

    Posted Sun June 26, 2022 11:41 AM
    hello everyone,

    I have a failed disk on my server and the VG has been corrupted, so I need to replace a disk with new disk and remove VG.

    how can I delete corrupted VG without rebooting the server.

    regards

    ------------------------------
    Mahmoud Saib Al-Jaloudy
    ------------------------------


  • 2.  RE: VG corrupted

    Posted Mon June 27, 2022 02:35 PM

    Hi Mahmoud,

    To remove a disk from the system:

    reducevg -df VGname hdisk#

    rmdev -l hdisk# -d

    To delete the VG:

    varyoffvg VGname 

    exportvg VGname 

     or

    reducevg -df VGname <list of disks in the VG>



    ------------------------------
    Lakshmi Yadlapati
    ------------------------------