AIX

AIX

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


#Power
#Power
 View Only
  • 1.  'bosboot -a' after unmirroring hd5

    Posted Mon September 22, 2008 11:14 AM

    Originally posted by: grukrz1


    when I unmirror rootvg / hd5, how to get "bosboot -a" working again with only only one copy of hd5?

    eg. I have removed hdisk1 from rootvg, now "bosboot -a" fails, of course "bosboot -ad /dev/hdisk0" completes fine.

    1. bosboot -a

    0301-168 bosboot: The current boot logical volume, /dev/hd5,
    does not exist on /dev/hdisk1.

    Correcting (with mknod command) /dev/ipldevice major number doesn't fix the problem without rebooting. After reboot all is fine but is there any solution so I don't need to reboot a system?

    I think, that is bosboot -a fails, no installp installation which requires executing bosboot will fail.
    thx for any tip.

    kind regards,Kris
    #AIX-Forum


  • 2.  Re: 'bosboot -a' after unmirroring hd5



  • 3.  Re: 'bosboot -a' after unmirroring hd5

    Posted Tue December 10, 2013 12:14 PM

    Originally posted by: Manoj Suyal


    Hi ,

     

    In this case you have to relink you ipldevice with hdisk0.

     

    ln -f /dev/rhdisk0 /dev/ipldevice.

     

    Regards

    Manoj


    #AIX-Forum


  • 4.  Re: 'bosboot -a' after unmirroring hd5

    Posted Sat February 24, 2018 01:24 AM

    Originally posted by: io.loreal.linux


    rmlv hd5
    mklv -y hd5 -t boot -a e rootvg 1 hdisk0
    rm ipldevice
    ln /dev/rhdisk0 /dev/ipldevice
    bosboot -ad /dev/ipldevice
    bootinfo -B hdisk0
    ln /dev/rhd0 /dev/ipl_blv
    ls -li /dev/rhd0 /dev/ipl_blv
    ls -li /dev/rhdisk0 /dev/ipldevice
    bosboot -ad /dev/ipldevice
    mkszfile


    #AIX-Forum