How to add patches to Solaris 10, seek help!
I want to add two patches to Sun sparc 64 bit machine with Solaris 10 on it. The patch numbers are: 3761843 and 4163208. I went to SunSolve and couldn't find patches through patch finder. I downloaded patches from matalink. Then I use code like this:
unzip PATCH_ID
3761843 generated a cipo file and 4163208 generated a folder. Then I used these code:
1. cd 4163208
2. opatch apply
error message told me that opatch not found.
then I used :
patchadd 3761843, the system told me that couldn't find apth //.
Anyone are familar with the patch adding, please help me on this regard. if you can tell me the specific site to get correct patches and correct commands to add patches, it will be greatly appreciated. And also, If I register the server with Sun microsystem, then do online update. Is this a better approach too? Thanks for your attention.

