The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 08-31-2008
ejk67 ejk67 is offline
Registered User
  
 

Join Date: Aug 2008
Posts: 2
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