1834346 Members
2141 Online
110066 Solutions
New Discussion

Distribution of tar file

 
SOLVED
Go to solution
Larry J. Gongaware
New Member

Distribution of tar file

Hello,

Is it possible to distribute a tar file to multiple clients using SD-UX? If yes please would you let me know the procedure? I have a tar file (eg abc.tar) which I need to distribute to around 50 hp-ux servers.

Thanks in advance
Sudheer
2 REPLIES 2
melvyn burnard
Honored Contributor
Solution

Re: Distribution of tar file

quite possible, but maybe rdist would be useful to you?
man rdist
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
Bill Thorsteinson
Honored Contributor

Re: Distribution of tar file

If this is a repetative distribution, I would
used something like cfengine to do this.

Alternatively, i would consider using
rsync, or scp in a cron entry.