Hi Martin/All,

The new patch download service - getupdates.oracle.com - is now available for testing.

Details of how to use the new download service are available in the updated wget document - http://sunsolve.sun.com/search/document.do?assetkey=1-79-1199543.1-1.

Please remember that you will need to resister for an Oracle SSO account on MOS (My Oracle Support - http://support.oracle.com) prior to being able to use the new download service, if you have not already done so.

Here's an overview of that process:
1) Go to https://support.oracle.com/CSP/ui/flash.html (MOS) & click "Register" in the green "Get Started" box
2) Complete required personal info to set up MOS SSO account.
3) Once you have gone through account setup successfully, wait a couple of minutes for your account to be setup and then login to MOS.
4) You are now redirected to MOS "User Registration", where you need to provide the following info:
    a) Support Contract Identifier & agree to the Oracle Terms Of Use:
        Sun Customers should select the "Sun Contract Identifier" option and enter in their existing Sun Contract ID here.
        (You find your Sun Contract ID by logging into SunSolve with your existing Sun Online Account username/password and clicking the "Update Account" link on the top right of the page. Your Sun Contract Identifier(s) are the entries in the "Current Contracts:" field on this page.)
    b) Your contact information
5) When you've completed the Registration form (ensuring that you have a Green tick opposite "Support Identifier, Terms of Use"), click "Send" to complete registration & receive confirmation that you have registered successfully.

Please note that only the patches indicated in http://sunsolve.sun.com/search/document.do?assetkey=1-79-1199543.1-1 (119254-76, 119318-01, 112951-15, 113713-28) and patchdiag.xref can be downloaded as part of this preview.
I've tested downloading patchdiag.xref and 119254-76.zip, both using the certificate file and the --no-check-certificate option and everything looks good:

bash-3.00# wget --http-user="xxxxxxxx" --http-passwd="xxxxxxxx" --no-check-certificate "https://getupdates.oracle.com/reports/patchdiag.xref" -O /tmp/patchdiag.xref 
--09:48:39--  https://getupdates.oracle.com/reports/patchdiag.xref
           => `/tmp/patchdiag.xref'
Resolving getupdates.oracle.com... 192.18.110.9
Connecting to getupdates.oracle.com|192.18.110.9|:443... connected.
WARNING: Certificate verification error for getupdates.oracle.com: unable to get local issuer certificate
HTTP request sent, awaiting response... 302 Moved Temporarily
Location: https://a248.e.akamai.net/f/248/21808/15m/sun.download.akamai.com/21808/patches/patchroot/reports/patchdiag.xref?AuthParam=1289987351_a548da1b58d04974730e2ef882552c3b&TicketId=C19c80iMUV4%3D&GroupName=SWUP&FilePath=/21808/patches/patchroot/reports/patchdiag.xref&File=patchdiag.xref [following]
--09:48:40--  https://a248.e.akamai.net/f/248/21808/15m/sun.download.akamai.com/21808/patches/patchroot/reports/patchdiag.xref?AuthParam=1289987351_a548da1b58d04974730e2ef882552c3b&TicketId=C19c80iMUV4%3D&GroupName=SWUP&FilePath=/21808/patches/patchroot/reports/patchdiag.xref&File=patchdiag.xref
           => `/tmp/patchdiag.xref'
Resolving a248.e.akamai.net... 92.122.126.136, 92.122.126.147
Connecting to a248.e.akamai.net|92.122.126.136|:443... connected.
WARNING: Certificate verification error for a248.e.akamai.net: unable to get local issuer certificate
HTTP request sent, awaiting response... 200 OK
Length: 3,455,765 (3.3M) [text/plain]

100%[====================================>] 3,455,765    730.96K/s    ETA 00:00

09:48:46 (708.85 KB/s) - `/tmp/patchdiag.xref' saved [3455765/3455765]

bash-3.00# 


bash-3.00# wget --http-user="xxxxxxxx" --http-passwd="xxxxxxxx" --ca-certificate=/tmp/WGET3_getupdates.pem "https://getupdates.oracle.com/reports/patchdiag.xref" -O /tmp/patchdiag.xref 
--09:49:59--  https://getupdates.oracle.com/reports/patchdiag.xref
           => `/tmp/patchdiag.xref'
Resolving getupdates.oracle.com... 192.18.110.9
Connecting to getupdates.oracle.com|192.18.110.9|:443... connected.
HTTP request sent, awaiting response... 302 Moved Temporarily
Location: https://a248.e.akamai.net/f/248/21808/15m/sun.download.akamai.com/21808/patches/patchroot/reports/patchdiag.xref?AuthParam=1289987482_19907e2493f588cd8305120274d3569b&TicketId=C19c80iCVFI%3D&GroupName=SWUP&FilePath=/21808/patches/patchroot/reports/patchdiag.xref&File=patchdiag.xref [following]
--09:50:01--  https://a248.e.akamai.net/f/248/21808/15m/sun.download.akamai.com/21808/patches/patchroot/reports/patchdiag.xref?AuthParam=1289987482_19907e2493f588cd8305120274d3569b&TicketId=C19c80iCVFI%3D&GroupName=SWUP&FilePath=/21808/patches/patchroot/reports/patchdiag.xref&File=patchdiag.xref
           => `/tmp/patchdiag.xref'
Resolving a248.e.akamai.net... 92.122.126.136, 92.122.126.147
Connecting to a248.e.akamai.net|92.122.126.136|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3,455,765 (3.3M) [text/plain]

100%[====================================>] 3,455,765    733.22K/s    ETA 00:00

09:50:06 (708.96 KB/s) - `/tmp/patchdiag.xref' saved [3455765/3455765]

bash-3.00#  


bash-3.00# wget --http-user="xxxxxxxx" --http-passwd="xxxxxxxx" --no-check-certificate "https://getupdates.oracle.com/all_unsigned/119254-76.zip" -O /tmp/119254-76.zip
--09:50:17--  https://getupdates.oracle.com/all_unsigned/119254-76.zip
           => `/tmp/119254-76.zip'
Resolving getupdates.oracle.com... 192.18.110.9
Connecting to getupdates.oracle.com|192.18.110.9|:443... connected.
WARNING: Certificate verification error for getupdates.oracle.com: unable to get local issuer certificate
HTTP request sent, awaiting response... 302 Moved Temporarily
Location: https://a248.e.akamai.net/f/248/21808/15m/sun.download.akamai.com/21808/patches/patchroot/all_unsigned/119254-76.zip?AuthParam=1289987501_a527e370cd7800309c509d9e990c1e1e&TicketId=C19c80mLUVA%3D&GroupName=SWUP&FilePath=/21808/patches/patchroot/all_unsigned/119254-76.zip&File=119254-76.zip [following]
--09:50:20--  https://a248.e.akamai.net/f/248/21808/15m/sun.download.akamai.com/21808/patches/patchroot/all_unsigned/119254-76.zip?AuthParam=1289987501_a527e370cd7800309c509d9e990c1e1e&TicketId=C19c80mLUVA%3D&GroupName=SWUP&FilePath=/21808/patches/patchroot/all_unsigned/119254-76.zip&File=119254-76.zip
           => `/tmp/119254-76.zip'
Resolving a248.e.akamai.net... 92.122.126.136, 92.122.126.147
Connecting to a248.e.akamai.net|92.122.126.136|:443... connected.
WARNING: Certificate verification error for a248.e.akamai.net: unable to get local issuer certificate
HTTP request sent, awaiting response... 200 OK
Length: 1,708,956 (1.6M) [application/zip]

100%[====================================>] 1,708,956    690.49K/s             

09:50:23 (687.87 KB/s) - `/tmp/119254-76.zip' saved [1708956/1708956]

bash-3.00#  


bash-3.00# wget --http-user="xxxxxxxxx" --http-passwd="xxxxxxxx" --ca-certificate=/tmp/WGET3_getupdates.pem "https://getupdates.oracle.com/all_unsigned/119254-76.zip" -O /tmp/119254-76.zip
--09:50:44--  https://getupdates.oracle.com/all_unsigned/119254-76.zip
           => `/tmp/119254-76.zip'
Resolving getupdates.oracle.com... 192.18.110.9
Connecting to getupdates.oracle.com|192.18.110.9|:443... connected.
HTTP request sent, awaiting response... 302 Moved Temporarily
Location: https://a248.e.akamai.net/f/248/21808/15m/sun.download.akamai.com/21808/patches/patchroot/all_unsigned/119254-76.zip?AuthParam=1289987528_a2dc2153dc608131eaa111b8b56dbc51&TicketId=C19c80mLW14%3D&GroupName=SWUP&FilePath=/21808/patches/patchroot/all_unsigned/119254-76.zip&File=119254-76.zip [following]
--09:50:47--  https://a248.e.akamai.net/f/248/21808/15m/sun.download.akamai.com/21808/patches/patchroot/all_unsigned/119254-76.zip?AuthParam=1289987528_a2dc2153dc608131eaa111b8b56dbc51&TicketId=C19c80mLW14%3D&GroupName=SWUP&FilePath=/21808/patches/patchroot/all_unsigned/119254-76.zip&File=119254-76.zip
           => `/tmp/119254-76.zip'
Resolving a248.e.akamai.net... 92.122.126.136, 92.122.126.147
Connecting to a248.e.akamai.net|92.122.126.136|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1,708,956 (1.6M) [application/zip]

100%[====================================>] 1,708,956    630.35K/s             

09:50:50 (628.06 KB/s) - `/tmp/119254-76.zip' saved [1708956/1708956]

bash-3.00# 
 
Please take this opportunity to check this out in your own environment (bearing in mind you may need new firewall rules added to getupdates.oracle.com).

As advertised on SunSolve, the retirement date for SunSolve is December 10th, at which date getupdates.oracle.com will be the only wget service you can use to download patches.

Best,
-Don


--

Don O'Malley
Manager, Patch System Test
Revenue Product Engineering | Solaris | Hardware
East Point Business Park, Dublin 3, Ireland
Phone: +353 1 8199764
Team Alias: rpe_patch_system_test...@oracle.com

Reply via email to