Update error - 7.1 migration builddate fail


 
Thread Tools Search this Thread
Operating Systems AIX Update error - 7.1 migration builddate fail
# 1  
Old 05-23-2013
Update Error

Hi all,
i have just migrate my aix 6.1 to 7.1.
After migration my release is: 7100-00-03-1115
now i try to update to 7100-01-00-1140 but i receive lots of BUILD CHECK DATE FAILED on"mcr.rte" and other packets.


Code:
+-----------------------------------------------------------------------------+
                   BUILDDATE Verification ...
+-----------------------------------------------------------------------------+
Verifying build dates...
0503-465 installp: The build date requisite check failed for fileset     mcr.rte.
Installed fileset build date of 1316 is more recent than the selected fileset build date of 1141.
0503-465 installp: The build date requisite check failed for fileset     mcr.rte.
Installed fileset build date of 1150 is more recent than the selected fileset build date of 1141.
0503-465 installp: The build date requisite check failed for fileset     mcr.rte.
Installed fileset build date of 1207 is more recent than the selected fileset build date of 1141.
0503-465 installp: The build date requisite check failed for fileset     mcr.rte.
Installed fileset build date of 1228 is more recent than the selected fileset build date of 1141.
0503-465 installp: The build date requisite check failed for fileset     mcr.rte.
Installed fileset build date of 1241 is more recent than the selected fileset build date of 1141.
0503-465 installp: The build date requisite check failed for fileset     mcr.rte.
Installed fileset build date of 1316 is more recent than the selected fileset build date of 1141.
0503-465 installp: The build date requisite check failed for fileset     mcr.rte.
Installed fileset build date of 1150 is more recent than the selected fileset build date of 1141.
0503-465 installp: The build date requisite check failed for fileset     mcr.rte.
Installed fileset build date of 1207 is more recent than the selected fileset build date of 1141.
0503-465 installp: The build date requisite check failed for fileset     mcr.rte.
Installed fileset build date of 1228 is more recent than the selected fileset build date of 1141.
0503-465 installp: The build date requisite check failed for fileset     mcr.rte.
Installed fileset build date of 1241 is more recent than the selected fileset build date of 1141.
installp: Installation failed due to BUILDDATE requisite failure.

if i launch:

Code:
root@xxxxxx>#lslpp -l mcr.rte
  Fileset                      Level  State      Description         
  ----------------------------------------------------------------------------
Path: /usr/lib/objrepos
  mcr.rte                   6.1.8.15  COMMITTED  Metacluster Checkpoint and
                                                 Restart

Path: /etc/objrepos
  mcr.rte                    6.1.7.0  COMMITTED  Metacluster Checkpoint and
                                                 Restart

and if i launch:

Code:
oslevel -rl 7100-01

the answer for packets mcr.rte is:

Code:
mcr.rte                                 6.1.8.15               7.1.1.0

I try to search the 7.1.1.0 in the aix 7.1 dvd but i didn't found it.

I have no idea how solve this issue…

Help pls.

Thanks.

Mario
Update error - 7.1 migration builddate fail-screen-shot-2013-05-23-162123png

Last edited by Scott; 05-23-2013 at 11:39 AM.. Reason: Code tags, please...
# 2  
Old 05-24-2013
You might want to read this IBM page for an explanation of the build date verification.

I hope this helps.

bakunin
# 3  
Old 05-24-2013
I have not looked at the link in previous post - but I do know there were some DVD's sent out with builddate issues. You must have one.

Open a support call - IBM will send a new one. Or download nearly everything from fix-central. Some customers who have completely setup their corporate ID can also login to IBM and download the DVD as an iso file.
# 4  
Old 05-29-2013
Short answer is to go redownload your update package to make sure the filesets in it were built at a later date than what you have on the machine.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

SPARC T4-1 "ERROR: boot-read fail"

Either I try to boot from USB bootable drive or from a bootable dvdrom, I am receiving a message ERROR: boot-read fail {0} ok probe-scsi-all This command may hang the system if a Stop-A or halt command has been executed. Please type reset-all to reset the system before executing this... (18 Replies)
Discussion started by: z_haseeb
18 Replies

2. Fedora

Yum update error

Hello, I issued # yum update and received below error. Any idea? # yum update Loaded plugins: fastestmirror, universal-hooks Setting up Update Process Loading mirror speeds from cached hostfile * cpanel-addons-production-feed: 204.10.37.146 * base: mirrors.oit.uci.edu * extras:... (3 Replies)
Discussion started by: feroccimx
3 Replies

3. AIX

AIX - FC Switch migration, SAN Migration question!

I'm New to AIX / VIOS We're doing a FC switch cutover on an ibm device, connected via SAN. How do I tell if one path to my remote disk is lost? (aix lvm) How do I tell when my link is down on my HBA port? Appreciate your help, very much! (4 Replies)
Discussion started by: BG_JrAdmin
4 Replies

4. UNIX for Dummies Questions & Answers

Find Null values in Columns and fail execution by displaying error message

Hi All, I am new to shell scripting. I have a requirement as part of my job to find out null/empty values in column 2 and column 3 from a CSV file and exit the further execution of script by displaying a simple error message. I have developed a script to do this by reading various articles... (7 Replies)
Discussion started by: tpk
7 Replies

5. UNIX for Dummies Questions & Answers

Sudo apt-get update fail: Malformed line 59

I am trying to update/add a repository. Whenever I try to do a sudo apt-get update I get the message: E: Malformed line 59 in source list /etc/apt/sources.list (dist parse) E: The list of sources could not be read. and when I do: gksudo gedit /etc/apt/sources.list I see... (1 Reply)
Discussion started by: kayak
1 Replies

6. AIX

AIX Remote Connect Fail With “No more multiple IP addresses to connect” Error

We have a production server at a client site running AIX. And recently when users are trying to connect to it via telnet, it prompts "No more multiple IP addresses to connect". Can I know what does this error mean? and how to rectify this? Thanks. (2 Replies)
Discussion started by: a_sim
2 Replies

7. Shell Programming and Scripting

Query a oracle DB when fail put in in the error log

Hi all, I'm trying to create a script that does the following: Connect with SQLplus to my oracle db. Do a select 1 from dual; and when I don't get a value back. Than put the $DATE in a logfile. What I have until now: #!/bin/bash # values GEN_ERR=1 #error 1 code USER=username... (8 Replies)
Discussion started by: Roadster
8 Replies

8. AIX

ML update error

Hi, I have servers JS21 with oslevel 6100-00-11-0943 and now I want to update it to 6100-01-02 but am getting an error. 0503-465 installp: The build date requisite check failed for fileset bos.rte.install. Installed fileset build date of 0943 is more recent than the selected fileset... (3 Replies)
Discussion started by: vjm
3 Replies

9. UNIX for Dummies Questions & Answers

update error

I was doing update on my solaris 10 x86 but got the following error /usr/bin/unzip not enough space in the filesystem to extract update. pls how do i go about this (2 Replies)
Discussion started by: seyiisq
2 Replies
Login or Register to Ask a Question