任务A:启用故障转移群集和远程管理在节点1上
步骤:
本练习你将用服务器管理器安装Failover Clustering .
" 登陆到计算机 BAL-NODE-01 ,
" 登陆用户名 Woodgrovebank\Administrator,密码 Passw0rd!
1. 在任务栏上,单击 Server Manager.
2. 在Server Manager控制台中,单击 Configure Server Manager Remote Management.
3. 选择 Enable remote management of this server from other computers 然后单击 OK.
4. 在Server Manager控制台中,单击 Features.
5. 单击 Add Features.
6. 在弹出的选择特性的页面上, 选择 Failover Clustering 然后点击 Next.
7. 在 Confirm Installation Selections 页面上,点击 Install.
8. 当安装完成后,点击 Close.
任务B:启用故障转移群集和远程管理在节点2上
步骤:
在这个任务中,你将用 Windows PowerShell去安装Failover Clustering role在节点上 。
" 登陆计算机BAL-NODE-02
" 用户名 Woodgrovebank\Administrator,密码 Passw0rd!
1. 在开始菜单中,浏览打开附件中的 Windows PowerShell.
2. 在Windows PowerShell, 输入下列命令,每行后面敲回车:
Import-Module ServerManager
Get-WindowsFeature
Add-WindowsFeature Failover-Clustering
Enable-PSRemoting -force
" Only the Import-Module and Add-WindowsFeature are required to configure failover clustering. The other CmdLets are included for informational purposes.