Operating System - Linux
1832103 Members
3187 Online
110038 Solutions
New Discussion

Re: equivalent to hp-ux depot

 
joe_91
Super Advisor

equivalent to hp-ux depot

is there any equivalent to hp-ux depot in linux where you can have the patch/software on one machine and distribute it to other boxes?

Thanks

Joe
4 REPLIES 4
Stuart Browne
Honored Contributor

Re: equivalent to hp-ux depot

Depending on the distribution you are using depends on what is available.

RedHat have the 'up2date' framework. For their AS products, they have the ability to create local depot's and distribute from there.

For Fedora boxes, you can set your own Yum repository up.

I'm sure SuSE and other distro's have their own methods.
One long-haired git at your service...
Vitaly Karasik_1
Honored Contributor

Re: equivalent to hp-ux depot

it can be done in many ways. In addition to methods in previous posts I can add the following :

1) the most primitive way - just put RPMs into some directory accessible to other linux boxes via ftp and/or http. "rpm" utility knows to install from ftp/http souces

2) the most expensive way - buy some commersial product for provisioning - like Zenworks and so on.
George Liu_4
Trusted Contributor

Re: equivalent to hp-ux depot

RHEL use RHN Ssatellite to host rpm packages. You can point all other clients to it or use a RHN proxy that in in turn could point the upstream to your own satellite server or directly to the Redhat RHN server.
Ivan Krastev
Honored Contributor

Re: equivalent to hp-ux depot

Also you can maintain packages with apt utilities.

regards,
ivan