Operating System - HP-UX
1827415 Members
4578 Online
109965 Solutions
New Discussion

Re: select all products in a depot w/ text version of swinstall

 
SOLVED
Go to solution
Dan Copeland
Regular Advisor

select all products in a depot w/ text version of swinstall

how do you do this?

tia,
Dan
8 REPLIES 8
Biswajit Tripathy
Honored Contributor

Re: select all products in a depot w/ text version of swinstall

# swinstall -s /depot/Name \*

Add other swinstall options, if any, before '-s'.

- Biswajit
:-)
Dan Copeland
Regular Advisor

Re: select all products in a depot w/ text version of swinstall

ok, that will work.

is there anyway to do it once you already have the text based user interface up w/o marking each one by hitting the space bar?
Biswajit Tripathy
Honored Contributor

Re: select all products in a depot w/ text version of swinstall

When you said text version of swinstall, I did not
realise that you are talking about curses based
interface of swinstall while running interactively.

One way to select all the products while running
swinstall interactively would be to go to "Action" and
select "Match What Target Has". This should match
all the products.

- Biswajit
:-)
Rita C Workman
Honored Contributor

Re: select all products in a depot w/ text version of swinstall

Instead of using the character mode version...try exporting your display and running the GUI version.
You can hit them all at once !

I use the GUI when I'm loading bunches of custom patches....done in one sweep.

Rgrds,
Rita
Radhakrishnan Venkatara
Trusted Contributor

Re: select all products in a depot w/ text version of swinstall

Dan,

swinstall -x match_target=true -s depotpath \*

it selects accordingly. I does all the time.
for installing many patch bundles. I hate GUI interface. GUI is only windows users not for unix admins
Negative thinking is a highest form of Intelligence
Dan Copeland
Regular Advisor

Re: select all products in a depot w/ text version of swinstall

Thanks Rita,

I am familiar w/ this method of selecting all patches, but I'm coordinating patching outages w/ resources offshore, so the X11 traffic tends to bog them down...

I thought I remember how to select all products w/ the text version by a certain sequence of key strokes...oh well, maybe I'm going crazy -- :-)

Dan
Marlou Everson
Trusted Contributor
Solution

Re: select all products in a depot w/ text version of swinstall

Dan,

Try doing F2 then / on the main keyboard. I am using an HP terminal emulator. At the top of the swinstall screen it says to "Press CTRL-K for Keyboard help." Then look at the Keyboard Reference Guide.

Marlou
Dan Copeland
Regular Advisor

Re: select all products in a depot w/ text version of swinstall

Thanks Marlou!

That's exactly what I was looking for.

For me, using putty, it's F1 then /...

thanks again,
Dan