Bulk Fixes Selection


 
Thread Tools Search this Thread
Operating Systems AIX Bulk Fixes Selection
# 1  
Old 06-17-2010
Bulk Fixes Selection

Under smit, one has to manually select each fix with F7. there 9000 fixes left to be marked. How Can I manually install/Mark all of these without SMIT.

---------- Post updated at 02:29 PM ---------- Previous update was at 01:15 PM ----------

From the command line
Code:
instfix -T -d <path_to_bff's> | instfix -d <path_to_bff's> -f-

Moderator's Comments:
Mod Comment Please use CODE-tags. Thank You.

Last edited by bakunin; 06-17-2010 at 06:19 PM..
# 2  
Old 06-18-2010
No idea what your question is because it is so poorly described but my best guess would be to use smitty update_all.....
# 3  
Old 06-18-2010
hmm...sorry about that..sounded perfectly good to me. The question was (or intended to be) how to install multiple fixes via the command line or through smit instead of having to select th 10195 fixes via F7 key (mark the selection) in Smit.
# 4  
Old 06-20-2010
Ok, I guessed correctly then, use smitty update_all and point it at the update directory and it will update all of the currently installed software to the latest level in the update directory.
# 5  
Old 06-21-2010
This post is closed. Thank you all who have responded.
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Troubleshoot awk code that fixes line breaks

Hi. I'm new to UNIX. I've searched this forum and found an example of awk that works for my file to fix line breaks. awk -F'|' 'NF != 48 || !$48 {printf $0; getline} 1' file1.csv > file2.csv However, sometimes the line is broken across three lines. But if I execute this again, it fixes that... (8 Replies)
Discussion started by: CJL57
8 Replies

2. UNIX for Dummies Questions & Answers

Compiling with debugger flag -g fixes SEGfault (fortran90)

So the title kinda says it all. I was getting a SEGfault, so I decided to compile with the -g option to find where, and low and behold the SEGfault doesn't occur. I suppose the answer is "Problem solved! You fixed yet another SEGfault." But I am very curious how this could have happened. ... (3 Replies)
Discussion started by: drbones
3 Replies

3. AIX

Install fixes on AIX 5.3

I'm new to AIX, so please excuse my ignorance! I'm trying to get the system I am now in charge of up-to-date. The 'oslevel' is 5.3.0.0--does this mean no fixes have been installed on this machine since version 5.3 was installed, or just none committed? I've run a couple of what appears to be... (5 Replies)
Discussion started by: brianmd
5 Replies

4. AIX

Fixes for AIX 4.2.1

Hello, I have an old RS/6000 7013-J50 system around here with AIX 4.2 ML 4.2.1.0. I found that latest level is 4.2.1.12 or something like that. As this AIX version is very old and out of support I would like to know if anyone has the latest update CD for it and willing to provide to me? (2 Replies)
Discussion started by: Kalpazan
2 Replies
Login or Register to Ask a Question