Operating System - HP-UX
1834384 Members
2562 Online
110066 Solutions
New Discussion

Re: non interactive installation of softwares

 

non interactive installation of softwares

Hi all,
I want to install softwares / patches etc simultaneously in several unix workstations in non interactive mode,what is the command that will install softwares in non interactive mode without invoking GUI,
5 REPLIES 5
Pete Randall
Outstanding Contributor

Re: non interactive installation of softwares

swinstall -s /path_to_depot -x autoreboot=true -x match_target=true

Note that in 11.x match_target should be replace with patch_match_target


Pete



Pete
Romaric Guilloud
Regular Advisor

Re: non interactive installation of softwares

First, you need to run the following command on each remote system to enable remote install:

>swinstall -s :/var/opt/mx/depot11 AgentConfig.SD-CONFIG

(Note:If the target is running HP-UX 10.20, use the same command but substitute depot10 for depot11)

Then you can pass:
swinstall -v -s @

Regards,

Romaric.
"And remember: There are no stupid questions; there are only stupid people." (To Homer Simpson, in "The Simpsons".)
Romaric Guilloud
Regular Advisor

Re: non interactive installation of softwares

I forgot to mention that the second swinstall must issued centrally from your SD controller, allowing you therefore to deploy your piece of software remotley on all your nodes.
Got it?
Sincerely.

Romaric.
"And remember: There are no stupid questions; there are only stupid people." (To Homer Simpson, in "The Simpsons".)
Pete Randall
Outstanding Contributor

Re: non interactive installation of softwares

My apologies - I didn't read the question well enough and gave you an answer for a local install.


Pete



Pete

Re: non interactive installation of softwares

Never mind Pete ,I am happy for your instant response to my query.
regards,
raja.B