PatchWGET
From My Admin Page
Patch Download automation for Sun Products using WGET
Supported wget versions :
- 1.10.x, 1.11.1 or higher (1.11 doesn't work)
- 1.12 with support for secure access (https) is required
The getupdates.pem file
To get solaris 10 patch cluster:
wget --http-user=myuserid --http-passwd=mypasswd --ca-certificate=getupdates.pem \ https://getupdates.oracle.com/patch_cluster/10_Recommended.zip -O 10_Recommended.zip
To get solaris 9 patch cluster:
wget --http-user=myuserid --http-passwd=mypasswd --ca-certificate=getupdates.pem \ https://getupdates.oracle.com/patch_cluster/9_Recommended.zip -O 9_Recommended.zip