downloading solaris patches

dear,

i need your help becauce i need to download patches(112334-01, 111308-03,108921-16) but unfortunatly i wasn't successful. would you please give me some information?

[184 byte] By [atefeh_1363a] at [2007-11-27 11:17:18]
# 1

Here is how you can directly download a patch from Sun:

1) get the PATCH ID (e.g. 122300-06 [SunOS 5.9: Kernel Patch]) from Sun.

2) if you don't already have a sunsolve.sun.com account go create one.

3) using any version of wget (including the one that you can install from Sun's install media) use the following syntax:

/usr/sfw/bin/wget \

--http-user=<em><USERID></em> \

--http-passwd=<em><PASSWORD></em> \

-nv \

"https://sunsolve.sun.com/private-cgi/pdownload.pl?target=<em><PATCH ID></em>&method=h" \

-O /tmp/patches/<em><PATCH ID></em>.zip

4) atch the patch download to /tmp/patches (or whatever directory you specify).

bosconeta at 2007-7-29 14:24:09 > top of Java-index,Solaris Operating System,Solaris 10 Features...