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 > Operating Systems > AIX
.
google unix.com



AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
Installing Software on Multiple Systems ldb88 UNIX for Dummies Questions & Answers 4 03-13-2008 11:21 AM
moving large number of files bryan Shell Programming and Scripting 7 07-20-2007 09:09 AM
Installing SNMP Agent on Solaris Systems adel8483 SUN Solaris 3 05-02-2007 07:52 AM
Backup Software for UNIX systems rhacodactylus UNIX for Dummies Questions & Answers 2 02-14-2007 01:12 PM
Number of disks, space available, files systems ? geogeo Filesystems, Disks and Memory 2 09-30-2002 05:28 AM

Closed Thread
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 04-11-2005
StuBob StuBob is offline
Registered User
  
 

Join Date: Dec 2004
Location: Chalfont St Peter
Posts: 4
Installing software on a large number of Systems

Hi,

I'm new to the unix world and I would like to know if anyone can give me some pointers as to how to install and run a program on a large number of servers easily. Can anyone offer any pointers please?

F.y.i I have developed a program in C to collect performance data from AIX systems. Installing and collecting on a single system is easy but doing it over 500 systems is a different ball game altogether.

Any suggestions would be appreciated.

Cheers



Stuart
  #2 (permalink)  
Old 04-20-2005
Just Ice's Avatar
Just Ice Just Ice is offline Forum Advisor  
Lights on, brain off.
  
 

Join Date: Mar 2005
Location: in front of my computer
Posts: 637
for the solaris environment at work, some smart people have created a parallel deployment program where you only need to supply some parameters to it and a host list and it does the "manual" install at the listed hosts ...

however --- if you don't have one of those yet --- and you have remote root access to the 500 systems you're referring to , you can always just loop through a host list and install your program manually ... (solaris example below) ...
Code:
for host in `< host.list`
do
    ssh $host "hostname; cd /mypkg/dir; pkgadd -d ."
done
Closed Thread

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -4. The time now is 03:48 AM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language Translations Powered by .
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0