1825720 Members
3154 Online
109686 Solutions
New Discussion

Want to verify deopts

 
SOLVED
Go to solution
Prasad Joshi
Regular Advisor

Want to verify deopts

Hi all,

I want to verify deopts, which are not installed but prsent in say XYZ directory.

I have tried "swverify -d @ path_of_XYZ"
but getting hostname errors.

Can anyone help?

Thanks in advance
4 REPLIES 4
Steve Steel
Honored Contributor

Re: Want to verify deopts

Hi

from man

Verify the entire contents of a local depot:

swverify -d \* @ /var/spool/sw


Try addin \*


Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
Steven E. Protter
Exalted Contributor

Re: Want to verify deopts

Shalom,

swverify is meant for verifying software after its installed.

swverify \*

for example.

I verify depots before installation with the swlist command.

swlist -s /tmp/my.depot \*

or swlist -i

then use the gui to pick the depot to check.

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
Robert-Jan Goossens_1
Honored Contributor
Solution

Re: Want to verify deopts

Hi,

Try this one.

# swverify -d \* @ /app/patches/file.depot

# swlist -d \* @ /app/patches/file.depot

Regards,
Robert-Jan
Prasad Joshi
Regular Advisor

Re: Want to verify deopts

Thanks a lot.

swverify -d \* @ depot_path

did the job

Thanks & regards.
Prasad.