在SQL群集上有两个实例,分别为:SQLCSNET1\MSSQLSERVER1和SQLCSNET2\MSSQLSERVER2,在计算机sccmz上安装SCOM2012 SP1中的组件 管理服务器 和 操作控制台,在配置操作数据库时输入服务器名称和实例名称下:SQLCSNET1\MSSQLSERVER1
出现如下错误:
SQL Server 的安装版本不受支持。请验证计算机和 SQL Server 的安装版本是否达到了安装的最低要求。有关详细信息,请查看支持的配置文档。
我的数据库版本:SQL Server 2012 SP1--11.0.3000.0(X64) Enterprise Edition
数据库服务器和SCOM服务器的操作系统版本均为:Windows Server 2012 DataCenter
找到了安装日志OpsMgrSetupWizard.log,看着SQL版本符合要求,计算机之间均没有防火墙,可以互相Ping通,数据库的1433端口Telent也没有问题,运行SCOM安装程序的用户(testw\sccmuser)也已经加入到SQL的sysadmin角色中,换另外一个实例还是同样的报错。
原因及解决方法:其实SQL Server版本没有问题,只是由于运行SCOM安装程序的账户权限不足,无法获取到SQL计算机的OS版本导致。将其账户加入到SQL计算机的本地管理员组中即可解决。
注:如果未将该账户加入到SQL实例的sysadmin角色中,会提示“找不到SQL Server”。
OpsMgrSetupWizard.log内容如下(位于 users\当前用户\Appdata\Local\SCOM\Logs 目录下):
[2013-08-19T23:19:27.3522531+08:00]:
Always:
Trace Session Started
[23:19:27]:
Always:
:
[23:19:27]:
Always:
:
Application Started
[23:19:27]:
Always:
:Machine on which Operations Manager is being installed: SCCMFZ
[23:19:27]:
Always:
:Current setup user: TESTW\sccmuser
[23:19:27]:
Always:
:Begin: Parse command line.
[23:19:27]:
Debug:
:Collected a path value of: \\server2012\e$\Software\SCOM\SC2012_SP1_SCOM_CN\Setup\AMD64\
[23:19:27]:
Always:
:Begin: Parse command line.
[23:19:27]:
Always:
:End: Parse reporting command line switches.
[23:19:27]:
Always:
:End: Parse data reader account command line switches.
[23:19:27]:
Always:
:End: Parse command line.
[23:19:27]:
Always:
:Begin: System State detection.
[23:19:27]:
Info:
:Info:CheckIfOpsMgrComponentsInstalled: component - OMCONSOLE
[23:19:27]:
Info:
:Info:Component OMCONSOLE is not installed
[23:19:27]:
Info:
:Info:CheckIfOpsMgrComponentsInstalled: component - OMSERVER
[23:19:27]:
Info:
:Info:Component OMSERVER is not installed
[23:19:27]:
Info:
:Info:CheckIfOpsMgrComponentsInstalled: component - OMWEBCONSOLE
[23:19:27]:
Info:
:Info:Component OMWEBCONSOLE is not installed
[23:19:27]:
Info:
:Info:CheckIfOpsMgrComponentsInstalled: component - OMREPORTING
[23:19:27]:
Info:
:Info:Component OMREPORTING is not installed
[23:19:27]:
Always:
:End: System State detection.
[23:19:27]:
Info:
:Beginning evaluation of rule 'Upgrade rules for SCOM setup.'
[23:19:27]:
Debug:
:Condition wasnt defined for rule 'Upgrade rules for SCOM setup.'.
[23:19:27]:
Info:
:Beginning evaluation of rule 'UpgradeRulesForAllSKUs'
[23:19:27]:
Debug:
:Condition wasnt defined for rule 'UpgradeRulesForAllSKUs'.
[23:19:27]:
Info:
:Beginning evaluation of rule 'OM12RTMUpgradeRules'
[23:19:27]:
Debug:
:Condition wasnt defined for rule 'OM12RTMUpgradeRules'.
[23:19:27]:
Info:
:Info:OM12RTMServer is installed: False
[23:19:27]:
Info:
:Info:Product check for OM12RTMServer failed.
[23:19:27]:
Info:
:Info:OM12RTMConsole is installed: False
[23:19:27]:
Info:
:Info:Product check for OM12RTMConsole failed.
[23:19:27]:
Info:
:Info:OM12RTMWebConsole is installed: False
[23:19:27]:
Info:
:Info:Product check for OM12RTMWebConsole failed.
[23:19:27]:
Info:
:Info:OM12RTMReporting is installed: False
[23:19:27]:
Info:
:Info:Product check for OM12RTMReporting failed.
[23:19:27]:
Info:
:Info:OM12SP1BetaServer is installed: False
[23:19:27]:
Info:
:Info:Product check for OM12SP1BetaServer failed.
[23:19:27]:
Info:
:Info:OM12SP1BetaConsole is installed: False
[23:19:27]:
Info:
:Info:Product check for OM12SP1BetaConsole failed.
[23:19:27]:
Info:
:Info:OM12SP1BetaWebConsole is installed: False
[23:19:27]:
Info:
:Info:Product check for OM12SP1BetaWebConsole failed.
[23:19:27]:
Info:
:Info:OM12SP1BetaReporting is installed: False
[23:19:27]:
Info:
:Info:Product check for OM12SP1BetaReporting failed.
[23:19:27]:
Info:
:Finished evaluation of rule 'OM12RTMUpgradeRules'
[23:19:27]:
Info:
:Finished evaluation of rule 'UpgradeRulesForAllSKUs'
[23:19:27]:
Info:
:Finished evaluation of rule 'Upgrade rules for SCOM setup.'
[23:19:27]:
Always:
:This is not an upgrade
[23:19:27]:
Always:
:No OM component is installed on this machine and it's interactive run.
[23:19:27]:
Error:
:Error:User did not accept EULA.
[23:19:27]:
Always:
:We don't have a path entry in the registry or from command line so using default install path as C:\Program Files\System Center 2012\Operations Manager
[23:19:27]:
Info:
:SetInstallPath: installpath has a value of C:\Program Files\System Center 2012\Operations Manager
[23:19:27]:
Info:
:Info:SetComponentSwitches: component list not specified
[23:19:27]:
Always:
:Begin: Rationalize components.
[23:19:27]:
Always:
:Begin: Rationalize command line arguments (first run).
[23:19:27]:
Always:
:RationalizeCommandLineArguments succeeded.
[23:19:27]:
Always:
:End: Rationalize command line arguments (first run).
[23:19:27]:
Always:
:Begin: Rationalize final steps.
[23:19:27]:
Info:
:Beginning evaluation of rule 'Block Unsupported MOM versions.'
[23:19:27]:
Debug:
:Condition wasnt defined for rule 'Block Unsupported MOM versions.'.
[23:19:27]:
Info:
:Beginning evaluation of rule 'PreOM12RTMRulesGroup'
[23:19:27]:
Debug:
:Condition wasnt defined for rule 'PreOM12RTMRulesGroup'.
[23:19:27]:
Info:
:Info:MOMSelect is installed: False
[23:19:27]:
Info:
:Info:MOMAEM is installed: False
[23:19:27]:
Info:
:Info:MOMEval is installed: False
[23:19:27]:
Info:
:Info:MOMOEM is installed: False
[23:19:27]:
Info:
:Info:MOMAgent is installed: False
[23:19:27]:
Info:
:Info:MOMGW is installed: False
[23:19:27]:
Info:
:Info:MOMReporting is installed: False
[23:19:27]:
Info:
:Finished evaluation of rule 'PreOM12RTMRulesGroup'
[23:19:27]:
Info:
:Beginning evaluation of rule 'Pre2012RTM'
[23:19:27]:
Debug:
:Condition wasnt defined for rule 'Pre2012RTM'.
[23:19:27]:
Info:
:Info:OMServer is installed: False
[23:19:27]:
Info:
:Info:OMConsole is installed: False
[23:19:27]:
Info:
:Info:OMReporting is installed: False
[23:19:27]:
Info:
:Info:OMWebConsole is installed: False
[23:19:27]:
Info:
:Finished evaluation of rule 'Pre2012RTM'
[23:19:27]:
Info:
:Beginning evaluation of rule 'BlockPre2012SP1Beta'
[23:19:27]:
Debug:
:Condition wasnt defined for rule 'BlockPre2012SP1Beta'.
[23:19:27]:
Info:
:Info:OMServer is installed: False
[23:19:27]:
Info:
:Info:OMConsole is installed: False
[23:19:27]:
Info:
:Info:OMReporting is installed: False
[23:19:27]:
Info:
:Info:OMWebConsole is installed: False
[23:19:27]:
Info:
:Finished evaluation of rule 'BlockPre2012SP1Beta'
[23:19:27]:
Info:
:Beginning evaluation of rule 'BlockPre2012SP1Escrow'
[23:19:27]:
Debug:
:Condition wasnt defined for rule 'BlockPre2012SP1Escrow'.
[23:19:27]:
Info:
:Info:OMServer is installed: False
[23:19:27]:
Info:
:Info:OMConsole is installed: False
[23:19:27]:
Info:
:Info:OMReporting is installed: False
[23:19:27]:
Info:
:Info:OMWebConsole is installed: False
[23:19:27]:
Info:
:Finished evaluation of rule 'BlockPre2012SP1Escrow'
[23:19:27]:
Info:
:Finished evaluation of rule 'Block Unsupported MOM versions.'
[23:19:27]:
Info:
:Beginning evaluation of rule 'Check that Unsupported SKU does not exist for SCOM setup.'
[23:19:27]:
Debug:
:Condition wasnt defined for rule 'Check that Unsupported SKU does not exist for SCOM setup.'.
[23:19:27]:
Info:
:Info:MOMAEM is installed: False
[23:19:27]:
Info:
:Info:MOMEval is installed: False
[23:19:27]:
Info:
:Finished evaluation of rule 'Check that Unsupported SKU does not exist for SCOM setup.'
[23:19:27]:
Always:
:End: Rationalize final steps.
[23:19:27]:
Always:
:End: Rationalize components.
[23:19:27]:
Error:
:Error:IsReportingValidToInstall failed SRS instance not provided
[23:19:27]:
Info:
:Start adding DataItems
[23:19:27]:
Info:
:Initial Configuration
[23:19:27]:
Info:
:Database Configuration
[23:19:27]:
Info:
:Data Warehouse Configuration
[23:19:27]:
Info:
:Management Server
[23:19:27]:
Info:
:Operations console
[23:19:27]:
Info:
:Web Console Server
[23:19:27]:
Info:
:Reporting Server
[23:19:27]:
Info:
:Final Configuration
[23:19:27]:
Info:
:Done adding DataItems
[23:19:27]:
Info:
:Adding Page StartPageTrack
[23:19:27]:
Info:
:Adding Page UpgradeInvalidStartPage
[23:19:27]:
Info:
:Adding Page UpgradeInvalidRootPage
[23:19:28]:
Info:
:Adding Page ARPStartPageSwitch
[23:19:28]:
Info:
:Adding Page ARPAddRemovePage
[23:19:28]:
Info:
:Adding Page UpgradePageSwitch
[23:19:28]:
Info:
:Adding Page UpgradePage
[23:19:28]:
Info:
:Adding Page UpgradeManagementGroupPageSwitch
[23:19:28]:
Info:
:Adding Page UpgradeManagementGroupPage
[23:19:28]:
Info:
:Adding Page UpgradeEulaPage
[23:19:28]:
Info:
:Adding Page RegularStartPageSwitch
[23:19:28]:
Info:
:Adding Page ComponentsPageCleanInstall
[23:19:28]:
Info:
:Adding Page ComponentsPage
[23:19:28]:
Info:
:Adding Page InstallationLocationPage
[23:19:28]:
Info:
:Adding Page PrerequisitesProgressPage
[23:19:28]:
Info:
:Adding Page AdditionalPrerequisitesPage
[23:19:28]:
Info:
:Adding Page InstallScenario
[23:19:28]:
Info:
:Adding Page ShortEulaPage
[23:19:28]:
Info:
:Adding Page SecondServerOperationalDb
[23:19:28]:
Info:
:Adding Page EulaPageCleanInstall
[23:19:28]:
Info:
:Adding Page FirstServerOperationalDb
[23:19:28]:
Info:
:Adding Page DbPageDataWarehouse
[23:19:28]:
Info:
:Adding Page SelectManagementServerForReporting
[23:19:28]:
Info:
:Adding Page SelectReportingInstance
[23:19:28]:
Info:
:Adding Page SelectManagementServerForWebConsole
[23:19:28]:
Info:
:Adding Page WebConsoleSitePage
[23:19:28]:
Info:
:Adding Page WebConsoleAuthorizationMode
[23:19:28]:
Info:
:Adding Page AccountsInformationPage
[23:19:28]:
Info:
:Adding Page ImproveUserExperiencePage
[23:19:28]:
Info:
:Adding Page MSFTUpdatePage
[23:19:28]:
Info:
:Adding Page ConfigurationSummaryPage
[23:19:28]:
Info:
:Adding Page ProgressPage
[23:19:28]:
Info:
:Adding Page BlockPage
[23:19:28]:
Info:
:Adding Page FinishPage
[23:19:28]:
Info:
:Beginning evaluation of rule 'Block Unsupported MOM versions.'
[23:19:28]:
Debug:
:Condition wasnt defined for rule 'Block Unsupported MOM versions.'.
[23:19:28]:
Info:
:Beginning evaluation of rule 'PreOM12RTMRulesGroup'
[23:19:28]:
Debug:
:Condition wasnt defined for rule 'PreOM12RTMRulesGroup'.
[23:19:28]:
Info:
:Info:MOMSelect is installed: False
[23:19:28]:
Info:
:Info:MOMAEM is installed: False
[23:19:28]:
Info:
:Info:MOMEval is installed: False
[23:19:28]:
Info:
:Info:MOMOEM is installed: False
[23:19:28]:
Info:
:Info:MOMAgent is installed: False
[23:19:28]:
Info:
:Info:MOMGW is installed: False
[23:19:28]:
Info:
:Info:MOMReporting is installed: False
[23:19:28]:
Info:
:Finished evaluation of rule 'PreOM12RTMRulesGroup'
[23:19:28]:
Info:
:Beginning evaluation of rule 'Pre2012RTM'
[23:19:28]:
Debug:
:Condition wasnt defined for rule 'Pre2012RTM'.
[23:19:28]:
Info:
:Info:OMServer is installed: False
[23:19:28]:
Info:
:Info:OMConsole is installed: False
[23:19:28]:
Info:
:Info:OMReporting is installed: False
[23:19:28]:
Info:
:Info:OMWebConsole is installed: False
[23:19:28]:
Info:
:Finished evaluation of rule 'Pre2012RTM'
[23:19:28]:
Info:
:Beginning evaluation of rule 'BlockPre2012SP1Beta'
[23:19:28]:
Debug:
:Condition wasnt defined for rule 'BlockPre2012SP1Beta'.
[23:19:28]:
Info:
:Info:OMServer is installed: False
[23:19:28]:
Info:
:Info:OMConsole is installed: False
[23:19:28]:
Info:
:Info:OMReporting is installed: False
[23:19:28]:
Info:
:Info:OMWebConsole is installed: False
[23:19:28]:
Info:
:Finished evaluation of rule 'BlockPre2012SP1Beta'
[23:19:28]:
Info:
:Beginning evaluation of rule 'BlockPre2012SP1Escrow'
[23:19:28]:
Debug:
:Condition wasnt defined for rule 'BlockPre2012SP1Escrow'.
[23:19:28]:
Info:
:Info:OMServer is installed: False
[23:19:28]:
Info:
:Info:OMConsole is installed: False
[23:19:28]:
Info:
:Info:OMReporting is installed: False
[23:19:28]:
Info:
:Info:OMWebConsole is installed: False
[23:19:28]:
Info:
:Finished evaluation of rule 'BlockPre2012SP1Escrow'
[23:19:28]:
Info:
:Finished evaluation of rule 'Block Unsupported MOM versions.'
[23:19:28]:
Info:
:Beginning evaluation of rule 'Check that Unsupported SKU does not exist for SCOM setup.'
[23:19:28]:
Debug:
:Condition wasnt defined for rule 'Check that Unsupported SKU does not exist for SCOM setup.'.
[23:19:28]:
Info:
:Info:MOMAEM is installed: False
[23:19:28]:
Info:
:Info:MOMEval is installed: False
[23:19:28]:
Info:
:Finished evaluation of rule 'Check that Unsupported SKU does not exist for SCOM setup.'
[23:19:28]:
Debug:
:OMForwardToStartPageTrackPageHandler: Moving to page RegularStartPageSwitch
[23:19:28]:
Always:
:Entering Page: ComponentsPageCleanInstall
[23:19:28]:
Info:
:Server Installed:False InstallingNow:False
[23:19:28]:
Error:
:No Management Server property was provided and Setup could not find a valid Management Server. Please rerun setup with a valid management server.
[23:19:28]:
Error:
:The management server specified would lead to an invalid scenario. Setup will attempt to find a valid scenario mgt server.
[23:19:28]:
Info:
:Server Installed:False InstallingNow:False
[23:19:28]:
Error:
:No Management Server property was provided and Setup could not find a valid Management Server. Please rerun setup with a valid management server.
[23:19:30]:
Info:
:Server Installed:False InstallingNow:True
[23:19:31]:
Info:
:Server Installed:False InstallingNow:True
[23:23:00]:
Info:
:Server Installed:False InstallingNow:True
[23:23:00]:
Always:
:Entering Page: InstallationLocationPage
[23:23:01]:
Info:
:Info:User specified valid installation path of: C:\Program Files\System Center 2012\Operations Manager
[23:23:01]:
Always:
:Entering Page: PrerequisitesProgressPage
[23:23:01]:
Debug:
:LoadPrerequisites: Start adding ComponentTitles
[23:23:01]:
Always:
:LoadPrerequisites: Start adding DataItems
[23:23:01]:
Always:
:memoryCheckTitle
[23:23:01]:
Always:
:memoryCheckTitle
[23:23:01]:
Always:
:ntfsCheckTitle
[23:23:01]:
Always:
:DriveSpaceCheckTitle
[23:23:01]:
Always:
:DriveSpaceCheckTitle
[23:23:01]:
Always:
:OSVersionCheckTitle
[23:23:01]:
Always:
:OSVersionCheckTitle
[23:23:01]:
Always:
:PowershellCheckTitle
[23:23:01]:
Always:
:DomainControllerCheckTitle
[23:23:01]:
Always:
:WindowsInstallerCheckTitle
[23:23:01]:
Always:
:PendingRebootCheckTitle
[23:23:01]:
Always:
:WinRMCheckTitle
[23:23:01]:
Always:
:RemoteRegistryCheckTitle
[23:23:01]:
Always:
:ReportViewerCheckTitle
[23:23:01]:
Always:
:ClusteredServerCheckTitle
[23:23:01]:
Always:
:ActiveDirectoryCheckTitle
[23:23:01]:
Always:
:IsComputerNameValidTitle
[23:23:01]:
Always:
:SEViewerInstalledCheck
[23:23:01]:
Always:
:AVIcodeAgentCheck
[23:23:01]:
Always:
:MOMASPAgentInstalledCheck
[23:23:01]:
Always:
:IISCheckTitle
[23:23:01]:
Always:
:IISMetabaseCheckTitle
[23:23:01]:
Always:
:AspNetCheckTitle
[23:23:01]:
Always:
:WindowsAuthRoleCheckTitle
[23:23:01]:
Always:
:StaticContentRoleCheckTitle
[23:23:01]:
Always:
:DefaultDocumentRoleCheckTitle
[23:23:01]:
Always:
:DirectoryBrowsingRoleCheckTitle
[23:23:01]:
Always:
:HttpErrorsRoleCheckTitle
[23:23:01]:
Always:
:HttpLoggingRoleCheckTitle
[23:23:01]:
Always:
:RequestMonitorRoleCheckTitle
[23:23:01]:
Always:
:RequestFilterRoleCheckTitle
[23:23:01]:
Always:
:StaticContentCheckTitle
[23:23:01]:
Always:
:IISConsoleCheckTitle
[23:23:01]:
Always:
:IsapiAllowedCheckTitle
[23:23:01]:
Always:
:IsAspNetIntegratedHandlerInstalledTitle
[23:23:01]:
Always:
:HttpActivationCheckTitle
[23:23:01]:
Always:
:HttpActivationCheckTitle
[23:23:01]:
Always:
:LoadPrerequisites: Done adding prerequisites checks
[23:23:01]:
Info:
:Approximated Memory = 2048
[23:23:01]:
Info:
:Approximated Memory = 2048
[23:23:01]:
Debug:
:**************************************************
[23:23:01]:
Error:
:<![CDATA[CheckPrerequisites: Logic Type:and
MemoryCheck-2gbFail: 0CheckPrerequisites: Logic Type:and
MemoryCheck-4gbWarn: 1]]>
[23:23:01]:
Error:
:
[23:23:01]:
Error:
:CheckPrerequisites: memoryCheckTitle: Warning
[23:23:01]:
Error:
:
[23:23:01]:
Debug:
:**************************************************
[23:23:01]:
Debug:
:**************************************************
[23:23:01]:
Debug:
:<![CDATA[CheckPrerequisites: Logic Type:and
NTFSDrive-Fail: 0]]>
[23:23:01]:
Debug:
:
[23:23:01]:
Debug:
:CheckPrerequisites: ntfsCheckTitle: Passed
[23:23:01]:
Debug:
:
[23:23:01]:
Debug:
:**************************************************
[23:23:01]:
Debug:
:**************************************************
[23:23:01]:
Debug:
:<![CDATA[CheckPrerequisites: Logic Type:and
UIDriveSpaceCheck-Fail: 0]]>
[23:23:01]:
Debug:
:
[23:23:01]:
Debug:
:CheckPrerequisites: DriveSpaceCheckTitle: Passed
[23:23:01]:
Debug:
:
[23:23:01]:
Debug:
:**************************************************
[23:23:01]:
Debug:
:**************************************************
[23:23:01]:
Debug:
:<![CDATA[CheckPrerequisites: Logic Type:and
DriveSpaceCheck-Fail: 0]]>
[23:23:01]:
Debug:
:
[23:23:01]:
Debug:
:CheckPrerequisites: DriveSpaceCheckTitle: Passed
[23:23:01]:
Debug:
:
[23:23:01]:
Debug:
:**************************************************
[23:23:01]:
Debug:
:**************************************************
[23:23:01]:
Debug:
:<![CDATA[CheckPrerequisites: Logic Type:or
OSVersion-w2k8-Fail: 0]]>
[23:23:01]:
Debug:
:
[23:23:01]:
Debug:
:CheckPrerequisites: OSVersionCheckTitle: Passed
[23:23:01]:
Debug:
:
[23:23:01]:
Debug:
:**************************************************
[23:23:01]:
Debug:
:**************************************************
[23:23:01]:
Debug:
:<![CDATA[CheckPrerequisites: ProductType was not a match. Looking for: LanmanNT Found: ServerNTCheckPrerequisites: Logic Type:or
OSVersion-w2k8R2-Fail: 2CheckPrerequisites: Logic Type:or
OSVersion-w2k8R2-Fail: 0CheckPrerequisites: Logic Type:andArchitectureIs64Check-Fail: 0]]>
[23:23:01]:
Debug:
:
[23:23:01]:
Debug:
:CheckPrerequisites: OSVersionCheckTitle: Passed
[23:23:01]:
Debug:
:
[23:23:01]:
Debug:
:**************************************************
[23:23:01]:
Debug:
:**************************************************
[23:23:01]:
Debug:
:<![CDATA[CheckPrerequisites: Logic Type:and
PowerShell2-Fail: 0]]>
[23:23:01]:
Debug:
:
[23:23:01]:
Debug:
:CheckPrerequisites: PowershellCheckTitle: Passed
[23:23:01]:
Debug:
:
[23:23:01]:
Debug:
:**************************************************
[23:23:01]:
Debug:
:**************************************************
[23:23:01]:
Debug:
:<![CDATA[CheckPrerequisites: ProductType was not a match. Looking for: WinNT Found: ServerNTCheckPrerequisites: Logic Type:or
OSVersion-notWorkstation-warn: 1CheckPrerequisites: Logic Type:or
OSVersion-notServer-warn: 0]]>
[23:23:01]:
Debug:
:
[23:23:01]:
Debug:
:CheckPrerequisites: DomainControllerCheckTitle: Passed
[23:23:01]:
Debug:
:
[23:23:01]:
Debug:
:**************************************************
[23:23:01]:
Debug:
:**************************************************
[23:23:01]:
Debug:
:<![CDATA[Successfully parsed version numbers. Required: 3.1 Actual: 5.0CheckPrerequisites: Logic Type:and
WindowsInstallerVersionCheckDelegate-v31: 0]]>
[23:23:01]:
Debug:
:
[23:23:01]:
Debug:
:CheckPrerequisites: WindowsInstallerCheckTitle: Passed
[23:23:01]:
Debug:
:
[23:23:01]:
Debug:
:**************************************************
[23:23:01]:
Debug:
:**************************************************
[23:23:01]:
Debug:
:<![CDATA[CheckPrerequisites: Logic Type:and
PendingReboot-Fail: 0]]>
[23:23:01]:
Debug:
:
[23:23:01]:
Debug:
:CheckPrerequisites: PendingRebootCheckTitle: Passed
[23:23:01]:
Debug:
:
[23:23:01]:
Debug:
:**************************************************
[23:23:01]:
Debug:
:ServiceControlFunctions.IsEnabledAndRunning(): Starting...
[23:23:01]:
Debug:
:IsServiceInstalled: WinRM? True.
[23:23:01]:
Debug:
:**************************************************
[23:23:01]:
Debug:
:<![CDATA[CheckPrerequisites: Logic Type:and
ServiceCheck-WinRM: 0]]>
[23:23:01]:
Debug:
:
[23:23:01]:
Debug:
:CheckPrerequisites: WinRMCheckTitle: Passed
[23:23:01]:
Debug:
:
[23:23:01]:
Debug:
:**************************************************
[23:23:01]:
Debug:
:IsServiceInstalled: RemoteRegistry? True.
[23:23:01]:
Debug:
:ServiceControlFunctions.IsEnabledAndRunning(): Starting...
[23:23:01]:
Debug:
:IsServiceInstalled: RemoteRegistry? True.
[23:23:01]:
Debug:
:ServiceControlFunctions.IsEnabledAndRunning(): Checking second time because first time result was False.
[23:23:01]:
Debug:
:IsServiceInstalled: RemoteRegistry? True.
[23:23:01]:
Debug:
:**************************************************
[23:23:01]:
Debug:
:<![CDATA[CheckPrerequisites: Logic Type:and
PassIfWin8Anything: 0CheckPrerequisites: Logic Type:and
ServiceCheck-WinRM-enabled: 0CheckPrerequisites: Logic Type:orServiceCheck-WinRM-running: 2]]>
[23:23:01]:
Debug:
:
[23:23:01]:
Debug:
:CheckPrerequisites: RemoteRegistryCheckTitle: Passed
[23:23:01]:
Debug:
:
[23:23:01]:
Debug:
:**************************************************
[23:23:01]:
Debug:
:**************************************************
[23:23:01]:
Debug:
:<![CDATA[CheckPrerequisites: Logic Type:and
ReportViewer-x64: 0CheckPrerequisites: Logic Type:or
ReportViewer-x86: 2]]>
[23:23:01]:
Debug:
:
[23:23:01]:
Debug:
:CheckPrerequisites: ReportViewerCheckTitle: Passed
[23:23:01]:
Debug:
:
[23:23:01]:
Debug:
:**************************************************
[23:23:01]:
Debug:
:**************************************************
[23:23:01]:
Debug:
:<![CDATA[CheckPrerequisites: Logic Type:and
ClusteredMachineCheck: 0]]>
[23:23:01]:
Debug:
:
[23:23:01]:
Debug:
:CheckPrerequisites: ClusteredServerCheckTitle: Passed
[23:23:01]:
Debug:
:
[23:23:01]:
Debug:
:**************************************************
[23:23:01]:
Debug:
:**************************************************
[23:23:01]:
Debug:
:<![CDATA[CheckPrerequisites: Logic Type:and
ADCheck-Fail: 0]]>
[23:23:01]:
Debug:
:
[23:23:01]:
Debug:
:CheckPrerequisites: ActiveDirectoryCheckTitle: Passed
[23:23:01]:
Debug:
:
[23:23:01]:
Debug:
:**************************************************
[23:23:01]:
Debug:
:**************************************************
[23:23:01]:
Debug:
:<![CDATA[IsComputerNameValid: Hostname: sccmfz Len: 6CheckPrerequisites: Logic Type:and
IsComputerNameValid: 0]]>
[23:23:01]:
Debug:
:
[23:23:01]:
Debug:
:CheckPrerequisites: IsComputerNameValidTitle: Passed
[23:23:01]:
Debug:
:
[23:23:01]:
Debug:
:**************************************************
[23:23:01]:
Debug:
:**************************************************
[23:23:01]:
Debug:
:<![CDATA[CheckPrerequisites: Logic Type:and
AvicodeAgentInstalled-x86: 0CheckPrerequisites: Logic Type:and
AvicodeAgentInstalled-x64: 0]]>
[23:23:01]:
Debug:
:
[23:23:01]:
Debug:
:CheckPrerequisites: AVIcodeAgentCheck: Passed
[23:23:01]:
Debug:
:
[23:23:01]:
Debug:
:**************************************************
[23:23:01]:
Info:
:Beginning evaluation of rule 'Block installation of SCOM.'
[23:23:01]:
Debug:
:Condition wasnt defined for rule 'Block installation of SCOM.'.
[23:23:01]:
Info:
:Beginning evaluation of rule 'SCOMSetupRulesGroup'
[23:23:01]:
Debug:
:Condition wasnt defined for rule 'SCOMSetupRulesGroup'.
[23:23:01]:
Info:
:Info:MOMASPAgent is installed: False
[23:23:01]:
Info:
:Finished evaluation of rule 'SCOMSetupRulesGroup'
[23:23:01]:
Info:
:Finished evaluation of rule 'Block installation of SCOM.'
[23:23:01]:
Debug:
:**************************************************
[23:23:01]:
Debug:
:<![CDATA[CheckPrerequisites: Logic Type:and
MOMASPAgent: 0]]>
[23:23:01]:
Debug:
:
[23:23:01]:
Debug:
:CheckPrerequisites: MOMASPAgentInstalledCheck: Passed
[23:23:01]:
Debug:
:
[23:23:01]:
Debug:
:**************************************************
[23:23:01]:
Always:
:CheckPrerequisites: Return Value 1
[23:23:01]:
Always:
:Entering Page: AdditionalPrerequisitesPage
[23:23:02]:
Info:
:Info:Attempting to get the text for the prereq: memoryCheckTitle
[23:23:02]:
Always:
:Entering Page: InstallScenario
[23:23:11]:
Always:
:Entering Page: EulaPageCleanInstall
[23:23:11]:
Always:
:Showing 'short' EULA: False
[23:23:11]:
Always:
:Displaying localized EULA for localization: zh-CHS
[23:23:12]:
Info:
:Info:User has agreed to EULA.
[23:23:13]:
Info:
:Not all of the information on the screen is valid, so we're not going to check disk space.
[23:23:13]:
Info:
:Not all of the information on the screen is valid, so we're not going to check disk space.
[23:23:13]:
Always:
:Entering Page: FirstServerOperationalDb
[23:23:13]:
Info:
:Not all of the information on the screen is valid, so we're not going to check disk space.
[23:23:13]:
Info:
:Not all of the information on the screen is valid, so we're not going to check disk space.
[23:23:29]:
Always:
:DatabaseConfigurationPage: Attempting to connect to database using server\instance SQLCSNET1\MSSQLSERVER1. If we need it, the port is 1433
[23:23:29]:
Warn:
:Warning:Current user doesn't have enough permissions to force Sql service to start state. We will still continue and try to connect to Sql Server
[23:23:29]:
Info:
:Info:Opening/Testing Sql Connection on SQLCSNET1\MSSQLSERVER1, port:
[23:23:29]:
Debug:
:Connection was not open. We will try to open it.
[23:23:29]:
Debug:
:SqlConnectionReady returned True.
[23:23:29]:
Warn:
:Warning:Current user doesn't have enough permissions to force Sql service to start state. We will still continue and try to connect to Sql Server
[23:23:29]:
Debug:
:Connection was not open. We will try to open it.
[23:23:29]:
Debug:
:SqlConnectionReady returned True.
[23:23:29]:
Info:
:Info:Using DB command timeout = 1800 seconds.
[23:23:29]:
Info:
:SQL Product Level: SP1
[23:23:29]:
Info:
:SQL Edition: Enterprise Edition (64-bit)
[23:23:29]:
Info:
:SQL Version: 11.0.3000.0
[23:23:29]:
Always:
:Current Version of SQL=11.0.3000.0 Required Version=10.50.2500.0
[23:23:29]:
Always:
:Entering GetRemoteOSVersion.
[23:23:29]:
Error:
:GetRemoteOSVersion(): Threw Exception.Type: System.UnauthorizedAccessException, Exception Error Code: 0x80070005, Exception.Message: 拒绝访问。 (异常来自 HRESULT:0x80070005 (E_ACCESSDENIED))
[23:23:29]:
Error:
:StackTrace: 在 System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)
在 System.Management.ManagementScope.InitializeGuts(Object o)
在 System.Management.ManagementScope.Initialize()
在 System.Management.ManagementObjectSearcher.Initialize()
在 System.Management.ManagementObjectSearcher.Get()
在 Microsoft.EnterpriseManagement.OperationsManager.Setup.Common.SetupValidationHelpers.GetRemoteOSVersion(String remoteComputer)
[23:23:29]:
Debug:
:IsSQLOnAValidComputer: remote OS version string was null or empty.
[23:23:29]:
Info:
:Info:Using DB command timeout = 1800 seconds.
[23:23:29]:
Info:
:Info:Using DB command timeout = 1800 seconds.
[23:23:29]:
Info:
:The SQL Collation is valid.
[23:23:29]:
Info:
:Info:Using DB command timeout = 1800 seconds.
[23:23:29]:
Info:
:Info:DatabaseConfigurationPage: DB connection attempt completed.
[23:23:30]:
Info:
:Info:DatabaseConfigurationPage: DB connection attempt completed.
[23:23:33]:
Always:
:DatabaseConfigurationPage: Attempting to connect to database using server\instance SQLCSNET1\MSSQLSERVER1. If we need it, the port is 1433
[23:23:33]:
Warn:
:Warning:Current user doesn't have enough permissions to force Sql service to start state. We will still continue and try to connect to Sql Server
[23:23:33]:
Info:
:Info:Opening/Testing Sql Connection on SQLCSNET1\MSSQLSERVER1, port:
[23:23:33]:
Debug:
:Connection was not open. We will try to open it.
[23:23:33]:
Debug:
:SqlConnectionReady returned True.
[23:23:33]:
Warn:
:Warning:Current user doesn't have enough permissions to force Sql service to start state. We will still continue and try to connect to Sql Server
[23:23:33]:
Debug:
:Connection was not open. We will try to open it.
[23:23:33]:
Debug:
:SqlConnectionReady returned True.
[23:23:33]:
Info:
:Info:Using DB command timeout = 1800 seconds.
[23:23:33]:
Info:
:SQL Product Level: SP1
[23:23:33]:
Info:
:SQL Edition: Enterprise Edition (64-bit)
[23:23:33]:
Info:
:SQL Version: 11.0.3000.0
[23:23:33]:
Always: :Current Version of SQL=11.0.3000.0 Required Version=10.50.2500.0
[23:23:33]:
Always:
:Entering GetRemoteOSVersion.
[23:23:33]:
Error: :GetRemoteOSVersion(): Threw Exception.Type: System.UnauthorizedAccessException, Exception Error Code: 0x80070005, Exception.Message: 拒绝访问。 (异常来自 HRESULT:0x80070005 (E_ACCESSDENIED))
[23:23:33]: Error: :StackTrace: 在 System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)
在 System.Management.ManagementScope.InitializeGuts(Object o)
在 System.Management.ManagementScope.Initialize()
在 System.Management.ManagementObjectSearcher.Initialize()
在 System.Management.ManagementObjectSearcher.Get()
在 Microsoft.EnterpriseManagement.OperationsManager.Setup.Common.SetupValidationHelpers.GetRemoteOSVersion(String remoteComputer)
[23:23:33]:
Debug: :IsSQLOnAValidComputer: remote OS version string was null or empty.
[23:23:33]:
Info:
:Info:Using DB command timeout = 1800 seconds.
[23:23:33]:
Info:
:Info:Using DB command timeout = 1800 seconds.
[23:23:33]:
Info:
:The SQL Collation is valid.
[23:23:33]:
Info:
:Info:Using DB command timeout = 1800 seconds.
[23:23:33]:
Info:
:Info:DatabaseConfigurationPage: DB connection attempt completed.
[23:23:33]:
Info:
:Info:DatabaseConfigurationPage: DB connection attempt completed.