OS Patches installed but they seem as not installed


 
Thread Tools Search this Thread
Operating Systems AIX OS Patches installed but they seem as not installed
# 8  
Old 05-24-2011
6.1 is at TL6 as of now. Probably it would be a good idea to update your system prior to installing Oracle.

To update your system go to IBMs FixDist Central, select your own level, the desired level and download what the packager program suggests. Alternatively you could ask your IBM SR to get you an upgrade disk set.

If you have a NIM server you should put the files there, create lpp_sources and install from there. If not, put all the upgrades in a temporary directory, make it your PWD and run

Code:
inutoc .

then enter

Code:
smitty install_latest

and follow the instructions.

I hope this helps.

bakunin
This User Gave Thanks to bakunin For This Post:
# 9  
Old 05-24-2011
Ok i'm going to install the fixes
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Bash find version of an installed application but if none is found set variable to App Not Installed

Hello Forum, I'm issuing a one line bash command to look for the version of an installed application and saving the result to a variable like so: APP=application --version But if the application is not installed I want to return to my variable that the Application is not installed. So I'm... (2 Replies)
Discussion started by: greavette
2 Replies

2. Solaris

List of patches and date installed

Does anyone know of a command that would show the list of patches installed and the date it was installed? My understanding is that "showrev -p" would show patches but not the date they were installed. I'm looking for this on a Solaris 10 server. Thanks. (2 Replies)
Discussion started by: ixauditor
2 Replies

3. AIX

List of Installed patches for AIX from given set of patches

I need to find out list of installed patches from given list of patches. I have tried using instfix -f <File containing list of patches> -i -c But I was not able to understand the output of this command. It was like below. bos.perf.tools: :0.0.0.0:?: bos.rte.libc: :0.0.0.0:?: ... (4 Replies)
Discussion started by: Saurabh Agrawal
4 Replies

4. Solaris

need help with message: no patches installed

Hi Folks, I am getting the following error when trying to see installed patches on my Solaris 9 system :wall: # patchadd -p No patches installed # Any help will be much appreciated Thanks in advance (1 Reply)
Discussion started by: momin
1 Replies

5. Red Hat

Trouble with installed / not installed rpm unixODBC/libodbc.so.1

Hey there, i run 1: on my server (RHEL 6) and getting response that the libodbc is not installed. If i use yum for installation, it tells me, there is no package like this ( 2: ). Since in the description of Definiens is mentioned that the Run-time dependency is unixODBC (libodbc.so.1), I assume... (2 Replies)
Discussion started by: rkirsten
2 Replies

6. AIX

command to list all installed patches

hi all i need an command to list all installed patches in aix 5.3 (5 Replies)
Discussion started by: maxim42
5 Replies

7. AIX

firewall installed on os

hi all, how do i verify if my aix 4.x/5.x server have firewall installed on the os? thanks in advance. (1 Reply)
Discussion started by: itik
1 Replies

8. Solaris

How to find out installed patches on Sun5.9

Hi Unix Experts, I'm told to install WebSphere MQ on Sun 5.9 box. Before I install it, my task is to find out what OS patches have already installed on the box. I tried pkginfo -i command but it gives all of the packages installed. I want to find out a specific patch has been installed or... (1 Reply)
Discussion started by: hkhan12
1 Replies

9. UNIX for Dummies Questions & Answers

When was Unix Installed?

How can I tell when Sco Openserver 5.0.5 was installed on a server? Is there a file somewhere that will have a date that the installation took place? Thanks, Stufine (0 Replies)
Discussion started by: stufine
0 Replies

10. UNIX for Dummies Questions & Answers

how to see all installed PATCHES

Hi all I am using HPUX11.00 i want to know how to see all installed PATCHES ..and also to see any perticular patch has been installed or not solaris showrev -p does not work in HPUX please suggest any command thanks praful (1 Reply)
Discussion started by: Prafulla
1 Replies
Login or Register to Ask a Question