In CU4 The file size for the Ugent Upgrade come up to 29.6MB
In CU4 The file size for the Ugent Upgrade come up to 29.6MB
I didn't see the Web Console servers mentioned. I'm assuming scenario 1 or 2 will also be used to update them?
For those that don't want to type all of this out manually, try this
<b>RMS/MS/GW</b>
<pre>SetupUpdateOM.exe /x86msp:KB2449679-x86.msp /amd64msp:KB2449679-x64.msp /ia64msp:KB2449679-ia64.msp /x86locmsp:KB2449679-x86-ENU.msp /amd64locmsp:KB2449679-x64-ENU.msp /ia64locmsp:KB2449679-ia64-ENU.msp /Agent /noreboot</pre></br>
<b>RMS/MS/GW, no X-platform</b>
<pre>SetupUpdateOM.exe /x86msp:KB2449679-x86.msp /amd64msp:KB2449679-x64.msp /ia64msp:KB2449679-ia64.msp /x86locmsp:KB2449679-x86-ENU.msp /amd64locmsp:KB2449679-x64-ENU.msp /ia64locmsp:KB2449679-ia64-ENU.msp /Agent /noreboot</pre></br>
<b>Dedicated console only</b>
<pre>SetupUpdateOM.exe /x86msp:KB2449679-x86.msp /amd64msp:KB2449679-x64.msp /ia64msp:KB2449679-ia64.msp /x86locmsp:KB2449679-x86-ENU.msp /amd64locmsp:KB2449679-x64-ENU.msp /ia64locmsp:KB2449679-ia64-ENU.msp /noreboot</pre></br>
<b>Agents only</b>
<pre>SetupUpdateOM.exe /x86msp:KB2449679-x86.msp /amd64msp:KB2449679-x64.msp /ia64msp:KB2449679-ia64.msp /x86locmsp:KB2449679-x86-ENU.msp /amd64locmsp:KB2449679-x64-ENU.msp /ia64locmsp:KB2449679-ia64-ENU.msp /UpdateAgent /silent /noreboot</pre></br>
bummer, no HTML formatting allowed.
Hey Kevin,
Have you tried running the SetupUpdateOM command on a Windows Server 2008 R2 Server Core system (SCOM Agent installed)? For me, when I run the command, it's immediately kicking back out to the command prompt. Doesn't appear to do anything. Patch list in SCOM doesn't list the Cumulative Updates, either. I was thinking I could just run the MSP files directly, but your post suggests that this is a bad idea.
What are your thoughts? Can you reproduce this issue? I've had it occur in two independent environments on AD DS servers and Hyper-V hosts. So either I'm doing something wrong, or this command line method just doesn't work on Server Core :)
Thanks!
Frank
thanks kevin! i have tried successfully for CU5 Console updates only and went fine.
Kevin,
I modified the file names, to use this for CU5. The Agent version work great. Although the version for Dedicated Consoles, doesn't. It brings up the splash screen, where I choose Update Server. Not a big deal, but I was assuming this would run in the background, like the Agent update.