- Deploying Microsoft System Center Configuration Manager
- Jacek Doktor Pawel Jarosz
- 345字
- 2021-07-02 18:32:40
System Center Configuration Manager 1706 requirements
As mentioned earlier, before we attempt to install the ConfigMgr server, certain requirements need to be fulfilled.
The prerequisites for server systems are as follows:
- ConfigMgr cannot and must not be installed on Windows Server 2008 or Windows Server 2008 R2
- ConfigMgr cannot be installed on Windows Server Core
- ConfigMgr cannot be installed on Windows Server 2012 Foundation or Windows Server 2012 R2 Foundation
- Server ConfigMgr 1706 can cooperate with MS SQL Server 2014 or higher
- Server ConfigMgr 1706 cannot be installed on Windows failover cluster
- Only the ConfigMgr database can be installed with high availability using SQL cluster or Always On availability
Prerequisites for a server handling the ConfigMgr server role are as follows:
- Windows Assessment and Deployment Kit in version 1703
- IIS server role
- MS SQL
If we plan to install MS SQL Server and MS SQL Server Reporting Services ( SSRS) on one machine, it is worth checking that option to be installed during MS SQL installation so it will be installed and configured. If you plan to separate a database from SSRS, we need to install (as well as configure) it separately.
Before the installation, we need to make choices for the following settings:
- Site code: Three character strings identifying our installed server
- Site name: Name of the location identifying our installed server
It is impossible to change the site code or name after the server has been installed. The only way to change it is to uninstall and install the server again from scratch.
Before starting the installation, we need to prepare AD user accounts and groups that will be used for installation:
- Prepare an administrative Active Directory installation account or accounts for MS SQL Server. All of the accounts should have administrative permissions on a machine where MS SQL will be installed.
- Prepare an administrative Active Directory installation account for ConfigMgr with administrative permissions on a machine where the ConfigMgr server will be installed.
Apart from the preceding permissions, the mentioned accounts are regular Active Directory domain user accounts.
推薦閱讀
- Vue 3移動Web開發與性能調優實戰
- Learning NServiceBus(Second Edition)
- CockroachDB權威指南
- Building Modern Web Applications Using Angular
- Ceph Cookbook
- Python語言程序設計
- Unity Virtual Reality Projects
- 零基礎學Java程序設計
- Mastering Apache Maven 3
- Visual C#通用范例開發金典
- Scala for Machine Learning(Second Edition)
- Scratch3.0趣味編程動手玩:比賽訓練營
- Kotlin開發教程(全2冊)
- Learning JavaScript Data Structures and Algorithms(Second Edition)
- 零基礎學Scratch 3.0編程