- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Installation
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
06-07-2007 07:16 PM
06-07-2007 07:16 PM
Installation
How can I implement this in my server running HPUX.
Can anyone help me out to implement this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2007 08:51 PM
06-07-2007 08:51 PM
Re: Installation
Its perfectly possible either from the command line or through the sd-ux gui to install to several systems from a central location.
Have a look at the man page for swinstall.
Pay attention to the section entitled 'Remote Operation'.
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2007 08:51 PM
06-07-2007 08:51 PM
Re: Installation
You'll need an Ignite server and an image for each OS version, based on the Core OS.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2007 08:59 PM
06-07-2007 08:59 PM
Re: Installation
I don't think he wants to do OS installs! (at least thats not how I read it).
Chethan, if your just installing additional HPUX software from the depots (and not doing complete OS installs), you don't need an Ignoire server (you might need one for other purposes though...)
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2007 11:56 PM
06-07-2007 11:56 PM
Re: Installation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2007 12:31 AM
06-08-2007 12:31 AM
Re: Installation
ok lets assume you have your software called foo in a sd-ux depot in a directory called /bar 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:/foo bar @ nodeB nodeC nodeD
And that should install the software bar from the depot /foo 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, but given that you can't be bothered to rtfm I guess you will have to trust to luck... personally if these were my systems I'd want to be sure that I understoof how to use swinstall from the command line on a single node before wanting to go and run it on many...
HTH
Duncan
I am an HPE Employee
