smpatch failure: connection reset

I've 2 solaris box; I've installed smpatch some time ago and for many time it work well.Now when I try to use smpatch analyze I got a connection reset.On my box is installed solaris 8, smpatch 2
[217 byte] By [Alberto_Benzoni] at [2007-11-26 11:17:58]
# 1
Hi.Could you apply (if you haven't already) patch 124270-01 and try again?Mod
ForumModerator at 2007-7-7 3:33:12 > top of Java-index,Administration Tools,Sun Update Connection-System...
# 2
I apply the 124270-01 patch but when I execute smpath analyze i got Connection reset.
Alberto_Benzoni at 2007-7-7 3:33:12 > top of Java-index,Administration Tools,Sun Update Connection-System...
# 3
I'm getting the same but on solaris 10...
su_A_ve at 2007-7-7 3:33:12 > top of Java-index,Administration Tools,Sun Update Connection-System...
# 4
Hi again.Could you post the output from:# smpatch get(without any passwords shown)?
ForumModerator at 2007-7-7 3:33:12 > top of Java-index,Administration Tools,Sun Update Connection-System...
# 5

root@sobek # smpatch get

patchpro.backout.directory-""

patchpro.download.directory-/var/sadm/spool

patchpro.install.types -rebootafter:reconfigafter:standard

patchpro.patch.source-https://updateserver.sun.com/solaris/

patchpro.patchset-patchdb1

patchpro.proxy.host -""

patchpro.proxy.passwd********

patchpro.proxy.port -8080

patchpro.proxy.user -""

patchpro.sun.passwd ********

patchpro.sun.user-""

root@sobek #

Alberto_Benzoni at 2007-7-7 3:33:12 > top of Java-index,Administration Tools,Sun Update Connection-System...
# 6
Could you set the patchset to 'patchdb':# smpatch set patchpro.patchset=patchdband try again?Mod.
ForumModerator at 2007-7-7 3:33:12 > top of Java-index,Administration Tools,Sun Update Connection-System...
# 7
no change:root@sobek # smpatch set patchpro.patchset=patchdbroot@sobek # smpatch analyzeConnection resetroot@sobek #
Alberto_Benzoni at 2007-7-7 3:33:12 > top of Java-index,Administration Tools,Sun Update Connection-System...
# 8
Do you have a contract you can raise a support case on? I think we may need to see some debug output from smpatch, which would be too verbose for the forum.Mod.
ForumModerator at 2007-7-7 3:33:12 > top of Java-index,Administration Tools,Sun Update Connection-System...
# 9
Yes, I've contract support.Before opening new case I try to solve the problem with this forum.Thanks for your patience,Alberto.
Alberto_Benzoni at 2007-7-7 3:33:12 > top of Java-index,Administration Tools,Sun Update Connection-System...
# 10
Is there any update / status on this?bash-3.00# smpatch updateFailure: Connection resetbash-3.00# dateFri Nov 10 20:57:35 EST 2006
_junkken at 2007-7-7 3:33:12 > top of Java-index,Administration Tools,Sun Update Connection-System...
# 11

patchpro.patch.source - https://updateserver.sun.com/solaris/ should be

https://getupdates1.sun.com/

Additionally please ensure the most up to date Patchmanager (for S8 and S9) is installed by visiting the Patchmanager pages via SunSolve. There you will see information regarading the Sol9 patches needed and the Sol8/9 downloads.

Mod.

ForumModerator at 2007-7-7 3:33:12 > top of Java-index,Administration Tools,Sun Update Connection-System...
# 12

I've do

smpatch set patchpro.patch.source=https://getupdates1.sun.com/

Now I've this error:

root@sobek # smpatch analyze

Cannot connect to retrieve patchdb: java.security.cert.CertificateException: CA certificate does not include basic constraints extension

The information about Patchmanager on Sunsolve are not clear for S8: I not found download for S8.

Alberto_Benzoni at 2007-7-7 3:33:12 > top of Java-index,Administration Tools,Sun Update Connection-System...
# 13

Hello Alberto.

Please can you change your "patchpro.patch.source" back to what it was previously:

smpatch set patchpro.patch.source=https://updateserver.sun.com/solaris/

The "https://getupdates1.sun.com/" site is only used for Solaris 10 client using Sun Update Connection.

Then run the following commands and return the output generated:

smpacth get

smpatch analyze -C patchpro.log.level=3 -C patchpro.debug=true

tail -100 /var/adm/messages

Regards,

ForumModerator at 2007-7-7 3:33:12 > top of Java-index,Administration Tools,Sun Update Connection-System...
# 14

root@sobek # smpatch get

patchpro.backout.directory-""

patchpro.download.directory-/var/sadm/spool

patchpro.install.types -rebootafter:reconfigafter:standard

patchpro.patch.source-https://updateserver.sun.com/solaris/

patchpro.patchset-patchdb

patchpro.proxy.host -""

patchpro.proxy.passwd********

patchpro.proxy.port -8080

patchpro.proxy.user -""

patchpro.sun.passwd ********

patchpro.sun.user-""

root@sobek # smpatch analyze -C patchpro.log.level=3 -C patchpro.debug=true

Connection reset

root@sobek # root@sobek # tail -100 /var/adm/messages

Nov 14 14:16:20 sobek root: [ID 702911 user.error] => com.sun.patchpro.server.ServerPatchServiceProvider@1566a6c <=ServerPatchServiceProvider.downloadFile: Unable to download to /var/sadm/spool/cache/https%3A%2F%2Fupdateserver.sun.com%2Fsolaris%2F%2Fdetecto rs.jar.

root@sobek # exit

Alberto_Benzoni at 2007-7-7 3:33:12 > top of Java-index,Administration Tools,Sun Update Connection-System...
# 15
Hello,I had the same problem since some time, I've tried some things and it never worked.I'm thinking it could be because the machines I'm trying to update access the net via another Sun machine that uses ipnat. Could that be possible?Thank you.A.
gounsa at 2007-7-21 15:31:24 > top of Java-index,Administration Tools,Sun Update Connection-System...
# 16

Alberto_Benzoni: In regards to the error about being unable to download to a direcotry, can you check the permissions of the /var/sadm/spool/cache directory and the files contained in it.

$ ls -la /var/sadm/spool/cache/

gouns: IP NAT should not be a problem. However please raise a seperate forum post to for your issue as there is likely to be different circumstances involved.

ForumModeratora at 2007-7-21 15:31:24 > top of Java-index,Administration Tools,Sun Update Connection-System...
# 17

root@sobek # ls -la /var/sadm/spool

total 32082

drwxr-xr-x4 rootsys 512 Nov 15 15:17 .

drwxr-xr-x 12 rootsys 512 Nov 7 15:03 ..

-rw-r--r--1 rootother16405381 May 24 15:06 117350-38.jar

drwxr-xr-x2 rootsys 512 Nov 14 14:16 cache

-rw-r--r--1 rootother 10 May 24 15:06 disallowed_patch_list

drwxr-xr-x2 rootother1536 May 24 15:06 patchproSequester

root@sobek # ls -la /var/sadm/spool/cache/

total 6984

drwxr-xr-x2 rootsys 512 Nov 14 14:16 .

drwxr-xr-x4 rootsys 512 Nov 7 15:01 ..

-rw-r--r--1 rootother3556370 Aug 3 10:44 https%3A%2F%2Fupdateserver.sun.com%2Fsolaris%2F%2Fdetectors.jar

-rw-r--r--1 rootother1555 Nov 14 14:14 https%3A%2F%2Fupdateserver.sun.com%2Fsolaris%2F%2Fpatchdb.zip

root@sobek #

Alberto_Benzonia at 2007-7-21 15:31:24 > top of Java-index,Administration Tools,Sun Update Connection-System...
# 18
Alberto,Please raise a support case via your local solution centre in order to troubleshoot this futher.
ForumModeratora at 2007-7-21 15:31:24 > top of Java-index,Administration Tools,Sun Update Connection-System...
# 19
Ok, I've opened case 37720763.By and thanks for yours patience.
Alberto_Benzonia at 2007-7-21 15:31:24 > top of Java-index,Administration Tools,Sun Update Connection-System...