Instalando a console do SCOM no Windows 7 (pt-BR)

Instalando a console do SCOM no Windows 7 (pt-BR)

Nota: [artigo originalmente publica em: http://www.thiagocardoso.org/2010/11/como-instalar-console-do-scom-no.html]


Requisitos:
Pacote MSI da console, é possivel obter pelo DVD do produto.
Para instalar a console do System Center operation manager no windows 7 deve executar o seguinte comando:

@echo off
setlocal
set x86_IA64=%PROCESSOR_ARCHITECTURE%
if /i %x86_IA64%==x86 (

start "%WinDir%\System32\msiexec.exe /i C:\console_scom\SCOM2007_setup\i386\MOM.msi /qn /l*v %Temp%\MOMUI_install.log ADDLOCAL=MOMUI ROOT_MANAGEMENT_SERVER_DNS=nameserverscom.domain.org"
exit /B 0

)  else (
 

start "%WinDir%\System32\msiexec.exe /i C:\console_scom\SCOM2007_setup\AMD64\MOM.msi /qn /l*v %Temp%\MOMUI_install.log ADDLOCAL=MOMUI ROOT_MANAGEMENT_SERVER_DNS=nameserverscom.domain.org"
exit /B 0

)
exit

Links úteis:

http://blogs.technet.com/b/momteam/archive/2007/12/05/opsmgr-2007-command-line-parameter-complete-list.aspx

Este artigo foi originalmente escrito por:

Thiago Cardoso Luiz
tcardoso@live.com
@t_cardoso
http://www.thiagocardoso.org
Microsoft Student Partner - Brazil/SP
MCT / MCITP / MCSE / MCSA/ ITIL / MCTS/ MCDST / MSP / MCC  / MPN

Leave a Comment
  • Please add 3 and 1 and type the answer here:
  • Post
Wiki - Revision Comment List(Revision Comment)
Sort by: Published Date | Most Recent | Most Useful
Comments
Page 1 of 1 (1 items)
Wikis - Comment List
Sort by: Published Date | Most Recent | Most Useful
Posting comments is temporarily disabled until 10:00am PST on Saturday, December 14th. Thank you for your patience.
Comments
Page 1 of 1 (3 items)