I need to upgrade a standalone SCOM 2007 RTM console using the SCOM SP1 RTM Upgrade via command line. Can anyone confirm the command line syntax to use. I found the command line for upgrading SP1 RC to SP1 RTM but not sure if that is applies to my scenario. Thanks, Ron
UI --(MOM.msi) msiexec.exe /i \\path\Directory\MOM.msi /qn /l*v \logs\MOMUI_install.log ADDLOCAL=MOMUI USE_SETTINGS_FROM_AD=0 MANAGEMENT_GROUP=<MG_Name> ROOT_MANAGEMENT_SERVER_DNS=<RMSDNSName> -- Rob Kuehfus System Center Operations Manager ------------------------- This posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the terms specified at http://www.microsoft.com/info/cpyright.htm ------------------------- "rnish" wrote in message news:D5B8EB68-C709-4DB9-9488-8F1647A1FF0D@microsoft.com... >I need to upgrade a standalone SCOM 2007 RTM console using the SCOM SP1 RTM > Upgrade via command line. Can anyone confirm the command line syntax to > use. > I found the command line for upgrading SP1 RC to SP1 RTM but not sure if > that is applies to my scenario. > > Thanks, > > Ron
Hi Rob, After some searching, I did come across these two command lines that work as well: "msiexec.exe /p \\Path\Directory\UpdateCDImage\SP1UpdateImage\MOM2007QFEPreSP1.msp REINSTALLMODE=omus REINSTALL=ALL /qn /l*v C:\logs\QFERollup.log" and "msiexec.exe /p \\Path\Directory\UpdateCDImage\SP1UpdateImage\i386\MOM2007SP1.msp SP1UPGRADE=1 REINSTALLMODE=omus REINSTALL=ALL /qn /l*v C:\logs\SP1Update.log" Thanks for your help, Ron "Rob Kuehfus [MSFT]" wrote: > UI --(MOM.msi) > > msiexec.exe /i \\path\Directory\MOM.msi /qn /l*v \logs\MOMUI_install.log > ADDLOCAL=MOMUI USE_SETTINGS_FROM_AD=0 MANAGEMENT_GROUP=<MG_Name> > ROOT_MANAGEMENT_SERVER_DNS=<RMSDNSName> > > > -- > Rob Kuehfus > System Center Operations Manager > > ------------------------- > This posting is provided "AS IS" with no warranties, and confers no rights. > Use of included script samples are subject to the terms specified at > http://www.microsoft.com/info/cpyright.htm > ------------------------- > > > > > "rnish" wrote in message > news:D5B8EB68-C709-4DB9-9488-8F1647A1FF0D@microsoft.com... > >I need to upgrade a standalone SCOM 2007 RTM console using the SCOM SP1 RTM > > Upgrade via command line. Can anyone confirm the command line syntax to > > use. > > I found the command line for upgrading SP1 RC to SP1 RTM but not sure if > > that is applies to my scenario. > > > > Thanks, > > > > Ron >