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 #
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.
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.
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,
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: 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.
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 #