Operating System - HP-UX
1826785 Members
1571 Online
109702 Solutions
New Discussion

Finding files installed from a software depot

 
SOLVED
Go to solution
Hatem Zaghloul
New Member

Finding files installed from a software depot

 
8 REPLIES 8
Steve Steel
Honored Contributor
Solution

Re: Finding files installed from a software depot

Hi


swlist before the install. See the man

List the products stored in a remote depot:

swlist -d @ hostA:/depot


After install

swlist -l file|grep -i networker


Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
Vincent Stedema
Esteemed Contributor

Re: Finding files installed from a software depot

Hi,

# swlist -v -l file Networker

should do the trick. Then, grep for the erase program.

Regards,

Vincent
Mateja Bezjak
Respected Contributor

Re: Finding files installed from a software depot

Hi Sean,

To list files on a depot:
swlist -l file @ depot_path

To list installed files:
swlist -l file @ grep "product_name"

Regards,
Mateja
Mateja Bezjak
Respected Contributor

Re: Finding files installed from a software depot

Hi Sean,

My mistake. I ment swlist -l file | grep "product_name"

Regards,
Mateja
Hatem Zaghloul
New Member

Re: Finding files installed from a software depot

Thanks that is what I was looking for.
Of course this lists( as I expected) only the erase man page and not the actual erase command, so maybe they removed the command from the depot for some reason.

Anyone else using Networker server software on HP-UX 10.20 and have the Networker erase command (I'm using version 5.5.2)?
Josh_13
Super Advisor

Re: Finding files installed from a software depot

w00t! something that's on what i' was getting frustrated by last month!

we just got it 6.1.1 working on a 10.20 machine. let me go check witht he person thatwas finally able to solve the last problem before it we had it working right.
Josh_13
Super Advisor

Re: Finding files installed from a software depot

i don't have command either. i only have the client software. i think it is only avaialable to admins since it erases tapes.

do you have the server softwareon there?
that's the only place it should really be.

the person who got it working is in a meeting, so i was unable to ask him
Hatem Zaghloul
New Member

Re: Finding files installed from a software depot

Yes I'm the admin and its the server software I'm using (and in fact I want to erase some tapes or at the very least some tape labels).

Can anyone else confirm that the erase command ships with Networker Server Software (I'm currently using version 5.5.2)

Thanks