AIX

AIX

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


#Power
 View Only
  • 1.  moving lv

    Posted Wed September 19, 2007 02:51 PM

    Originally posted by: SystemAdmin


    Hello,

    I have filesystem created across five hdisks (hdisk0,1,2,4 and 5).Now I got another new RAID5 disk (hdisk6) and want to reduce the hdisk3 and hdisk4 from volume group without affecting filesystems. I am thinking of doing the following method. Do you see any issues/concerns on this process?
    #extendvg db2vg hdisk6
    #migratepv -l db2_lv00 hdisk3 hdisk6
    #migratepv -l db2_lv00 hdisk4 hdisk6
    #reducevg db2vg hdisk3
    #reducevg db2vg hdisk4
    #AIX-Forum


  • 2.  Re: moving lv

    Posted Wed September 19, 2007 03:37 PM

    Originally posted by: orphy


    It will work but you might want to do it when things are quiet.
    Also, you don't really need to specify "-l ..." since you want
    to move all the PPs from hdisk3/4 to hdisk6 anyway unless there
    are some PPs in 3/4 that you want to move elsewhere.
    Orphy
    #AIX-Forum


  • 3.  Re: moving lv

    Posted Wed September 19, 2007 03:57 PM

    Originally posted by: SystemAdmin


    Thank Q
    #AIX-Forum