From 6100-04-01-0944 to 6100-07-02-1150 ...HOW?


 
Thread Tools Search this Thread
Operating Systems AIX From 6100-04-01-0944 to 6100-07-02-1150 ...HOW?
# 1  
Old 01-09-2012
From 6100-04-01-0944 to 6100-07-02-1150 ...HOW?

Any information will be appreciated.Smilie

Last edited by vbe; 01-09-2012 at 04:20 PM..
# 2  
Old 01-09-2012
short version is
Code:
lppchk -v
oslevel -s
instfix -i|grep ML
instfix -icq |grep ":-:"

installp -c all
installp -a -g bos.rte.install
smitty install_all

lppchk -v
oslevel -s
instfix -i|grep ML
instfix -icq |grep ":-:"

shutdown -Fr

# 3  
Old 01-10-2012
download here:

http://www-933.ibm.com/support/fixce...nction=release

I always use this command generated from smitty, this just applies the updates, and makes it possible to switch back to the old versions, but commit old applied packages first (smitty commit)

Code:
/usr/lib/instl/sm_inst installp_cmd -a -d '/updatedir' -f '_update_all'    '-g' '-X'    '-Y'

and as gito wrote, it's always a good idea to check
Code:
lppchk -v

and
Code:
instfix -i | grep ML

or just
Code:
oslevel -s

before and afterwards

Last edited by funksen; 01-10-2012 at 07:37 AM..
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Programming

C++ executable is not loading in AIX 6.1 OS LEVEL 6100-09 with Oracle11g.

Hi Everybody, I am getting following error message during execution of my c++ executable "ofsrm" . I am using AIX 6.1 OS LEVEL 6100-09 with Oracle 11g database. Any suggestion on the same? Could not load program ofsrm: rtld: 0712-001 Symbol GetOracleDriver__FiPc was referenced from module ... (8 Replies)
Discussion started by: Ratikanta
8 Replies

2. Post Here to Contact Site Administrators and Moderators

C++ executable is not loading in AIX 6.1 OS LEVEL 6100-09 with Oracle11g.

Hi Everybody, I am getting following error message during execution of my c++ executable "ofsrm" . I am using AIX 6.1 OS LEVEL 6100-09 with Oracle 11g database. Any suggestion on the same? Could not load program ofsrm: rtld: 0712-001 Symbol GetOracleDriver__FiPc was referenced from module ... (1 Reply)
Discussion started by: Ratikanta
1 Replies

3. AIX

OS6100-04-01-0944 ???

Hi, can you help explaining what all this means? OS6100-04-01-0944 I guess the version is 6.1, what are the other numbers? How can I find what is the latest version of AIX 6? I was told to upgrade this server to the latest version of 6. Thanks! (1 Reply)
Discussion started by: 300zxmuro
1 Replies

4. AIX

"fuser -c -k /XXX/XXXXXXX" Fails and stuck on AIX 6100-05-01-1016

Hi I was wondering if anybody has come across in a failure of fuser command. We have a backup script that is: fuser -c -k /XXX/XXXXXXX sync;sync umount /XXX/XXXXXXX/ backup -0 -f /dev/rmt0.1 -u /dev/XXXXXXXlv mount /XXX/XXXXXXX/ sync;sync The script is called from crontab via an... (2 Replies)
Discussion started by: ggovotsis
2 Replies
Login or Register to Ask a Question