Operating System - HP-UX
1833883 Members
1840 Online
110063 Solutions
New Discussion

swinstall : command line on 10.20 server

 
SOLVED
Go to solution
MikeL_4
Super Advisor

swinstall : command line on 10.20 server

When trying to do a swinstall from the command line:
swinstall -p -s /tmp/patch/patch.depot

It selects the depot without any problem but still goes into the interactive mode where you mark whats to be selected for install.

How do you get around this as I want to install from home and do not have HP term type, only vt100..

Thanks
4 REPLIES 4
Michael Tully
Honored Contributor
Solution

Re: swinstall : command line on 10.20 server

Try this:

# swinstall -p -s /tmp/patch/patch.depot \*

Anyone for a Mutiny ?
Sridhar Bhaskarla
Honored Contributor

Re: swinstall : command line on 10.20 server

Hi,

You will have to specify the product name that is to be installed, otherwise it will let you select it through the interactive mode. Try

swinstall -p -s /tmp/patch/patch.depot \*

will install everything under patch.depot
if the products are compatible with your system.

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
A. Clay Stephenson
Acclaimed Contributor

Re: swinstall : command line on 10.20 server

You haven't specified a package name

e.g. swinstall -s /tmp/my.depot \*

BUT swinstall works just fine interactively under
a TERM=vt100; I just tried it on a 10.20 box; my boxes were there; arrow-keys worked (although all you really need are ,, and .

If it ain't broke, I can fix that.
Scot Bean
Honored Contributor

Re: swinstall : command line on 10.20 server

Don't forget, if installing 10.20 patches, should run with

-x match_target=true

swinstall option.