1831965 Members
3122 Online
110034 Solutions
New Discussion

Installation

 
chethan
Occasional Advisor

Installation

I want to install a depot file to multiple HPUX systems running HPUX 11i v1 and v2 simultaneosly from a centralized server.
How can I implement this in my server running HPUX.

Can anyone help me out to implement this?
5 REPLIES 5

Re: Installation

Hi,

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
Accept or Kudo
Steven E. Protter
Exalted Contributor

Re: Installation

Shalom,

You'll need an Ignite server and an image for each OS version, based on the Core OS.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com

Re: Installation

SEP,

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
Accept or Kudo
chethan
Occasional Advisor

Re: Installation

yes, i am trying to install a xyz.depot to multiple nodes.Please provide me a command to implement this with switches too.

Re: Installation

aahhh I see - you can't be bothered to rtfm and you want it on a plate?

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
Accept or Kudo