![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to check which software is installed on UNIX | sunil.1908 | UNIX for Advanced & Expert Users | 6 | 07-30-2008 01:31 PM |
| listing installed software | ravi raj kumar | UNIX for Advanced & Expert Users | 2 | 07-10-2007 08:55 PM |
| Listing all Software and Tools installed | hasnain | UNIX for Advanced & Expert Users | 7 | 07-03-2007 11:53 AM |
| Installed Software | tt1ect | UNIX for Dummies Questions & Answers | 1 | 04-03-2007 05:27 AM |
| Installed software | wakeley | UNIX for Dummies Questions & Answers | 3 | 02-08-2005 06:59 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Comparing installed software.
I have some 30 AIX servers and I want their software packages to be consistent. AIX provides a command to list out all pertinent information on a software package in a colon separate list - I grab this through ssh and collect in a temp directory server_name.log.
Now, I'm stuck. I can create a list of all unique packages but how do I traverse through each server list to see whether the sofware is installed? The example below may help explain my dilema. File 1 awk:1.1 sed:3.2 ssh:4.1.2 File 2 something:1.0.1 awk:1.1 sed:3.2 File 3 something:1.0.1 awk:1.1 bgp:1.0 sed:3.2 |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|