Operating System - HP-UX
1834900 Members
2902 Online
110071 Solutions
New Discussion

Re: ssh - HPUX patch T1471AA.depot doesn't load

 
Mike Lappen
Occasional Contributor

ssh - HPUX patch T1471AA.depot doesn't load

I downloaded this patch to install SSH on my new L series box running 11.0

According to HP's Sofware Depot instruction page, once loaded I should run
swlist -d /tmp/T1471AA.depot to verify the patch exists, but I get the following error message:

# Initializing...
# Contacting target "L1500"...
ERROR: Software "-" was not found on host "L1500:/".
ERROR: Software "/tmp/T1471AA.depot" was not found on host "L1500:/".

The file does exist in the /tmp directory and when I ran the swinstall -s command for the file it installed correctly.

Can anyone tell me why the swlist - d command failed?work?

Unix for Dummies was written for me
5 REPLIES 5
Jean-Louis Phelix
Honored Contributor

Re: ssh - HPUX patch T1471AA.depot doesn't load

hi,

the rigth comand should be "swlist -s "

Regards
It works for me (© Bill McNAMARA ...)
harry d brown jr
Honored Contributor

Re: ssh - HPUX patch T1471AA.depot doesn't load

Mike,

Do this

ls -l PATHTODEPOTfile
cksum PATHTODEPOTfile

and compare the output to below, of course I have it in a different directory and a more fuller filename.


# ls -l /var/opt/T1471AA_A.03.10.002_HP-UX_B.11.11_32+64.depot
-rw-r----- 1 root sys 8038400 Nov 18 11:08 /var/opt/T1471AA_A.03.10.002_HP-UX_B.11.11_32+64.depot
# cksum /var/opt/T1471AA_A.03.10.002_HP-UX_B.11.11_32+64.depot
3714020123 8038400 /var/opt/T1471AA_A.03.10.002_HP-UX_B.11.11_32+64.depot
#


live free or die
harry
Live Free or Die
Omololu Shobayo
Frequent Advisor

Re: ssh - HPUX patch T1471AA.depot doesn't load

swlist -d confirms if the software is already in the depot instead of the system.

Wodisch
Honored Contributor

Re: ssh - HPUX patch T1471AA.depot doesn't load

Hi Mike,

looks a type to me...
You wanted installation, that would be:
swinstall -s /tmp/T1471AA.depot '*'

Then you may want to check the installed software:
swlist

Or you wanted to check the depot before installing:
swlist -d @ /tmp/T1471AA.depot

So, did you simply miss the "@" in between?

HTH,
Wodisch
Kellogg Unix Team
Trusted Contributor

Re: ssh - HPUX patch T1471AA.depot doesn't load

Wodisch is correct. There is a typo at HP's site. In order to check if download was OK, you need to type in -

swlist -d @/tmp/T1471AA.depot

That should work for you.

Rgds
...Manjeet
work is fun ! (my manager is standing behind me!!)