Windows Server 2008故障转移群集上部署Exchange Server 2007 SP1 CCR群集
|
第二大步骤,部署WINDOWS CLUSTER ,首先配置IIS、PowerShell,接着安装Fail-Over Clustering 我们可以通过以下命令来安装所需的组件和Fail-Over Clustering ServerManagerCmd -i PowerShell ServerManagerCmd -i Failover-Clustering ServerManagerCmd -i Web-Server ServerManagerCmd -i Web-ISAPI-Ext ServerManagerCmd -i Web-Metabase ServerManagerCmd -i Web-Lgcy-Mgmt-Console ServerManagerCmd -i Web-Basic-Auth ServerManagerCmd -i Web-Windows-Auth 还有一个更为简单的安装方法,将以下的代码复制到记事本里保存为一个XML文件 <ServerManagerConfiguration Action="Install" xmlns="http://schemas.microsoft.com/sdm/Windows/ServerManager/Configuration/2007/1"> <Feature Id="Failover-Clustering"/> <Feature Id="Failover-Clustering"/> <Feature Id="PowerShell"/> <Feature Id="PowerShell"/> <Role Id="Web-Server"/> <Role Id="Web-Server"/> <RoleService Id="Web-Metabase"/> <RoleService Id="Web-Metabase"/> <RoleService Id="Web-Lgcy-Mgmt-Console"/> <RoleService Id="Web-Lgcy-Mgmt-Console"/> <RoleService Id=" Web-ISAPI-Ext "/> <RoleService Id=" Web-ISAPI-Ext "/> <RoleService Id="Web-Basic-Auth"/> <RoleService Id="Web-Basic-Auth"/> <RoleService Id="Web-Windows-Auth"/> <RoleService Id="Web-Windows-Auth"/> 然后按照下图的方式运行: (编辑:大同站长网) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |
- 利用微软官方工具下载Windows 10镜像
- windows-7 – Windows 7是否支持Hyper-V Manager?
- 以Windows Phone之死 看华为“鸿蒙”初开
- remote-desktop – 将RDP文件导入Microsoft远程桌面连接管理
- windows-server-2008 – Server 2008 R2到Server 2016选项
- Windows 系统下设置Nodejs NPM全局路径
- 更新Windows没有互联网连接
- 如何在Windows上将Ruby添加到PATH变量中?
- windows-server-2008 – 无法在生产环境中注销,断开或重置终
- Win10鼠标滑轮灵敏度怎么设置 Win10鼠标滑轮灵敏度设定方法

