- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- software distribution
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2008 08:52 AM
01-14-2008 08:52 AM
software distribution
I have merely 20 to 25 servers combination of hp risc and itanium based servers with 11.23 and v1 ,v2 OS insatlled. I'm looking for a solution that i can centrally install the softear on one system and distribute(like rdist) to all the servers. Any recommendation would be appreciable.
Thanks Much
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2008 08:58 AM
01-14-2008 08:58 AM
Re: software distribution
Example:
hostA:
# swcopy -s
hostB:
# swinstall -s hostA:/path-to-depot
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2008 09:03 AM
01-14-2008 09:03 AM
Re: software distribution
Please advice.
Thanks Much
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2008 09:09 AM
01-14-2008 09:09 AM
Re: software distribution
You can swinstall software from a central location to more than one host at a time. I'd want to be pretty confident that the config of my hosts is consistent before attempting this though.
Here's an example from an older post of mine:
Let's assume you have your software called foo in a sd-ux depot called /tmp/bar.depot on nodeA and you want to install it to nodeB nodeC and nodeD
So first you need to make sure that nodes B, C and D trust nodeA for installtions so you need to run the following on each:
/usr/lib/sw/mx/setaccess nodeA
Now we should be able to run the following in nodeA
swinstall -s nodeA:/tmp/bar.depot foo @ nodeB nodeC nodeD
And that should install the software foo from the depot /tmp/bar.depot on nodeA onto the other 3 nodes.
Of course there are lots of extra variables that can come into play when installing software such as whether there is sufficient space, whether there are dependencies, whethere they require a reboot or not so all the other rules about runnning in preview mode first etc. still apply
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2008 09:12 AM
01-14-2008 09:12 AM
Re: software distribution
serverA# swinstall -s serverB productA @ serverC serverD
for more information see
man swinstall
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2008 09:15 AM
01-14-2008 09:15 AM
Re: software distribution
Thanks Much
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2008 09:45 AM
01-14-2008 09:45 AM
Re: software distribution
To preview an install just add a '-p' to the swinstall command:
swinstall -p -s nodeA:/tmp/bar.depot foo @ nodeB nodeC nodeD
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2008 02:40 PM
01-14-2008 02:40 PM
Re: software distribution
Thanks much
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2008 04:13 PM
01-14-2008 04:13 PM
Re: software distribution
> What could be the pros and cons on doing software distribution.
You have a central depot that you can build with a master set of patches and products. The overhead of building the depot occurs once, on the "master" server. The application of the depot contents is simply a remote operation. You might find this document useful:
http://docs.hp.com/en/5992-2146/index.html
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2008 06:45 PM
01-14-2008 06:45 PM
Re: software distribution
As far as planning, like any software package, every installation must be examined for adequate space in /tmp, /var, /opt and /usr. The preview option can be run prior to each installation and the results examined, changes made as necessary.
NOTE: SD is primarily used by HP for HP-UX products, applications and patches. Many non-HP products are supplied as tar files and distribution/installation can be very difficult. A lot more planning and offline testing is required for these products.
Bill Hassell, sysadmin