AIX

AIX

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

 View Only
  • 1.  Replaced disk not recognized - HACMP

    Posted Mon August 09, 2010 09:51 AM

    Originally posted by: klimenta


    We had a drive crash in our environment. The drive was shared between two nodes in HACMP environment. The tech who replaced the drive didn't know what he is doing, so we ended up with the drive recognized on the first node, but not on the other.

    If I do lscfg -vl hdisk4 on both nodes I can see that the serial number is the same for the drive, which means that the drive is recognized.

    But if I do lspv hdisk4 on the second node, I am getting this error.

    1. lspv hdisk4
    0516-304 : Unable to find device id hdisk4 in the Device
    Configuration Database.

    My question is, what should I do to be able to see this drive from both nodes.Thanks for any help!


  • 2.  Re: Replaced disk not recognized - HACMP

    Posted Wed August 11, 2010 01:03 PM

    Originally posted by: alethad


    You may need to re-import the volume group that the disk belongs to on nodeB.

    Have you tried that?


  • 3.  Re: Replaced disk not recognized - HACMP

    Posted Wed August 18, 2010 11:45 AM

    Originally posted by: Renaud


    On the second node run cfgmgr, your new disk will pop up.

    To add the new disk to your hacmp configuration once it's available from the both nodes, you have to create a pvid on the new : chdev -l hdiskX -a pvid=yes or chdev -l hdiskX -a pv=yes, I'not sure of the exact name for this argument


  • 4.  Re: Replaced disk not recognized - HACMP

    Posted Thu August 19, 2010 04:23 AM

    Originally posted by: feafrfxvr


    I have the same problem


  • 5.  Re: Replaced disk not recognized - HACMP

    Posted Sat January 15, 2011 06:19 PM

    Originally posted by: Miles.Bailey


    Renaud wrote:
    On the second node run cfgmgr, your new disk will pop up.

    To add the new disk to your hacmp configuration once it's available from the both nodes, you have to create a pvid on the new : chdev -l hdiskX -a pvid=yes or chdev -l hdiskX -a pv=yes, I'not sure of the exact name for this argument

    Thanks for your explanation! It helps me out of the problem.