Patching help

I just installed Solaris 10 1/06 GA on a new PC. I ran Update Manager and it applied a bunch of patches. It still shows four patches in my "Available Updates" tab. Three of these it says will be installed at the next restart but they never are. I reboot and they're still in the "Available Updates" list. The fourth is a kernel patch, 118844-28. This says I need to install it manually.

If I go to the directory where the patch was downloaded, /var/sadm/spool and type 'patchadd 118844-28,' I get:

<div class="pre"><pre>Validating patches...

Loading patches installed on the system...

Done!

Loading patches requested to install.

Cannot locate 118844-28 to install.</pre></div>

OK. If I try 'patchadd ./118844-28.jar' I get:

<div class="pre"><pre>Validating patches...

Loading patches installed on the system...

Done!

Loading patches requested to install.

Cannot open pkginfo file /var/sadm/spool//cache/pkginfo

Cannot open pkginfo file /var/sadm/spool//patchproSequester/pkginfo

Cannot open pkginfo file /var/sadm/spool//cache/pkginfo

Cannot open pkginfo file /var/sadm/spool//patchproSequester/pkginfo

...

Cannot open directory /var/sadm/spool/.

Cannot open directory /var/sadm/spool/.

Cannot open directory /var/sadm/spool/.

...

Packages from patch are not installed on the system.

Packages from patch are not installed on the system.

Packages from patch are not installed on the system.

No patches to check dependency.

</pre></div>

What am I doing wrong? Why won't the first three patches (119716-10, 119375-13, 113000-07) install when I reboot and why won't patchadd install 118844-28?

Thanks.

[1848 byte] By [cradlinski] at [2007-11-25 22:58:16]
# 1

I've fixed half of my problem. Upon reading the manual (imagine that!), I discovered <a href="http&#58;&#47;&#47;docs.sun.com/source/835-0616/managingupdat es3.html#12174" target="_blank">this passage</a>:

<table border="0" align="center" width="90%" cellpadding="3" cellspacing="1"><tr><td class="SmallText"><b>Quote:</b></td></tr><tr>& lt;td class="quote">

If an update you install requires a system reboot to activate it, the update is staged for installation at the next system shutdown. You must use one of the following commands to initiate the system shutdown:

</td></tr></table>

I wasn't using one of those commands. When I did, the three patches installed on the next boot. Now, I only have the kernel patch remaining in my "Available Updates" tab. I still can't get that one to install. Any hints?

cradlinski at 2007-7-5 17:13:36 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...
# 2
I got it. The correct command was:<div class="pre"><pre>smpatch add -i 118844-28</pre></div>
cradlinski at 2007-7-5 17:13:36 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...