Update TL


 
Thread Tools Search this Thread
Operating Systems AIX Update TL
# 1  
Old 02-25-2009
Update TL

Hello

In one of my servers I have this TL 5300-07-05-0831 and I want to update to this level 5300-08-04-0844

But when I try to install failed and I got this message

Installed fileset build date of 0831 is more recent than the selected fileset build date of 0819


Aix version is 5.3


Thanks for your tips
# 2  
Old 02-26-2009
The last bit is the build date, yymm so you are trying to update a build date to an older level which will introduce regression, it would remove some fixes, so they won't let you do that.

build date 0814 in TL08 is SP1, try downloading SP4 and check the "Yes, include Technology Level 5300-08 with the Service Pack" box then update from that.
# 3  
Old 03-03-2009
Update TL

Thanks a lot dukessd works great.
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Solaris

How to update Solaris 10 Update 3 to Update 11?

Hi friends, We have a Solaris machine running 10 update 3 -bash-3.2# cat /etc/release Solaris 10 11/06 s10s_u3wos_10 SPARC Copyright 2006 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms. ... (6 Replies)
Discussion started by: prvnrk
6 Replies

2. Red Hat

RedHat 5 update 9 BASH update issue

Hi i want to update the BASH because of the "shell shock" vulnerability. my RedHat 5 is clean install with the default mirror site. when im running the command: yum update bash im getting a message saying there is no update. you can see in the attach picture... what am i doing wrong? is... (4 Replies)
Discussion started by: guy3145
4 Replies

3. Programming

MYSQL - trigger update on record insert or update

Right I have a MYSQL database with table1 with 3 columns, colA, colB and colC. I want to combine the data in the 3 columns into a 4th column names col_comb. Here's the SQL command that works: UPDATE table1 SET `col_comb` = CONCAT( `colA` , ' - ', `colB` , ', ', `colC` ); So now I want this... (5 Replies)
Discussion started by: barrydocks
5 Replies

4. Solaris

Is it possible to "upgrade" Sol10 update 9 to update 10?

Is it possible to "upgrade" Sol10 update 9 to update 10 by booting from the DVD? I had never even tried this until a user asked me to do it, so i tried and it just hung there after the part where it reads the rules.ok file. Is this even possible to upgrade? or does it have to be a new install. ... (5 Replies)
Discussion started by: BG_JrAdmin
5 Replies

5. Solaris

Install update 6 on solaris with update 3

I want to update my solaris 10 server which is currently on update 3 stage. A new application require it to be on update 6. What is the best way to make it update 6. should i just install the patch or should i go for the liveupgrade?? thanks for you help in advance (3 Replies)
Discussion started by: uxravi
3 Replies

6. AIX

TL update

Hi Im planning to do a TL update from 5300-10 to 5300-12. I have the complete procedure but I have a small doubt before proceeding. Will the TL update affect my NFS ? Because I have exported some of the filesystems in this server to some other servers ? Im aware that the server will be... (3 Replies)
Discussion started by: samsungsamsung
3 Replies

7. UNIX for Dummies Questions & Answers

update.sh or ./update.sh

I can't find anything about update.sh . What this command do ? And what is the difference between update.sh and ./update.sh ? In what case we use update.sh and when we use ./update.sh ? regards (2 Replies)
Discussion started by: Cecko
2 Replies

8. UNIX for Dummies Questions & Answers

update

Hello, in windows update you get the latest patches in your system, in solaris is such an option? by downloading patches in unix comes with tar.z in windows winzip, adobe etc helps you to unzip uncompres the files in solaris can anyone remind me what is the apropriate command or program... (3 Replies)
Discussion started by: rsh
3 Replies
Login or Register to Ask a Question