AIX

AIX

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

 View Only
  • 1.  BUILDDATE requisite failure

    Posted Thu March 28, 2013 06:52 AM

    Originally posted by: SystemAdmin


    Dear Team,

    I am trying to upgrade my aix box from AIX 6.1 TL5 SP9 to AIX 6.1 TL6
    But getting following error when i am trying to install.

    -----------------------------------------------------------------------------
    Pre-installation Verification...
    -----------------------------------------------------------------------------
    Verifying selections...done
    Verifying requisites...done
    Results...

    SUCCESSES

    Filesets listed in this section passed pre-installation verification
    and will be installed.

    Mandatory Fileset Updates

    (being installed automatically due to their importance)
    bos.rte.install 6.1.6.1 # LPP Install Commands

    << End of Success Section >>

    -----------------------------------------------------------------------------
    BUILDDATE Verification ...
    -----------------------------------------------------------------------------
    Verifying build dates...
    installp: The build date requisite check failed for fileset bos.rte.install.
    Installed fileset build date of 1228 is more recent than the selected fileset build date of 1043.
    installp: Installation failed due to BUILDDATE requisite failure.


  • 2.  Re: BUILDDATE requisite failure

    Posted Thu March 28, 2013 03:19 PM

    Originally posted by: jeffschaller42


    I've seen this in two situations:
    1. the TL that you're trying to apply (TL6 SP ???) is actually older than the TL 5 SP 9 that you already have, or

    2. you ran the inutoc on the fileset directory from a machine that was at an older OS level

    The fix for #1 is to download a later SP of TL6 (or not upgrade, or ...). The fix for #2 is to run the inutoc from a newer OS level'd machine.


  • 3.  Re: BUILDDATE requisite failure

    Posted Fri March 29, 2013 09:49 AM

    Originally posted by: SystemAdmin


    TL5 SP9 was released in July 2012.

    If you are trying to install TL6 SP1, it was released in September 2010.

    Installp is keeping you from regressing your system.

    You should pick a new service pack level for your TL6 upgrade.

    TL6 Service Pack 11 was released on March 29,2013 and includes support for the Power 710-Power 760 Power7+ systems.

    If you don't need the latest hardware support then TL6 Service Pack 10 was released on Dec 12,2012.

    AIX 6 TL5 went out of support April 2012 so you are wise to move off it but be aware that AIX 6 TL6 will go out of support in 4Q 2013 so you might want to move to TL7 instead.

    TL lifecycle can be found at https://www-304.ibm.com/support/docview.wss?uid=isg3T1012517
    Jay


  • 4.  Re: BUILDDATE requisite failure

    Posted Sat March 30, 2013 05:59 AM

    Originally posted by: SystemAdmin


    current os level of my server is 6100-05-09-1228.
    Can i upgrade to 6100-06-09-1228?
    Kindly help me in this regard.


  • 5.  Re: BUILDDATE requisite failure

    Posted Sat March 30, 2013 09:47 PM

    Originally posted by: dukessd


    Yes.
    The last four digits are the release date - YYWW
    1228 - Week 28 of 2012.
    As they are the same this should be OK.
    You cannot go backwards in terms of date but the same or later is OK.

    HTH


  • 6.  Re: BUILDDATE requisite failure

    Posted Mon April 01, 2013 04:49 AM

    Originally posted by: SystemAdmin


    Its done.
    Thanks friends.


  • 7.  Re: BUILDDATE requisite failure

    Posted Thu August 13, 2015 03:36 PM

    Originally posted by: yunhaiwang


    I guess you should run "lppchk -v" to check if there is some fileset have this status, (usr: COMMITTED, root: not installed).

    If it is,guess you need to only install the usr part or root part of this fileset.

    "cd" into your source file directory 

    use "installp -O r -ac -F <fileset name>" for root part

    use "installp -O u -ac -F <fileset name>" for usr part

    I once solved my problem with this way,wish could help someone.