AIX

AIX

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


#Power
#Power
 View Only
  • 1.  different boolist output

    Posted Sat September 26, 2009 02:06 AM

    Originally posted by: GurpreetSingh


    Hi Friends,

    Whats the difference between folowing two bootlist output:
    1) bootlist -m normal -o
    hdisk0 blv=hd5
    hdisk1 blv=hd5

    2) bootlist -m normal -o
    hdisk0
    hdisk1
    Thanks & Regards,

    Gurpreet Singh
    #AIX-Forum


  • 2.  Re: different boolist output

    Posted Sat September 26, 2009 07:59 PM

    Originally posted by: unixgrl


    The output that specifies blv=hd5 is because AIX now allows more than one boot image on the disk.
    (look up multibos in man pages). So, you could have root and a root clone on hdisk0 at the same time.
    If the system detects you have both, it will require you to specify the "blv=" parameter when you
    change the bootlist. If you only have one boot image, you would just specify hdisk0 on your bootlist command and the system will default it to blv=hd5.
    I'm assuming the output you showed that does not have blv=hd5 specified is from an older system.
    #AIX-Forum