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?
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?
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).