Introduction
Till now, I hope you did follow the rest of the configuration and you will see that , it is extremely easy to build a lab in a single PC.On this session, we will need to prepare the rest of the configuration. This round we will need to install failover clustering features in windows server 2012.
Configuration
We can install both of the features either by using server manager or powershell. In the first half of the screen , I will show you how to install the clustering features. You will need to install this to the server with the hostname FS1 and FS2.
Install by using Server manager is easy. First you need to launch the server manager and follow the procedure. Once you have reach the following screen, please do follow the procedure. You need to install this to both server.
Other info
Summary
Till now, I hope you did follow the rest of the configuration and you will see that , it is extremely easy to build a lab in a single PC.On this session, we will need to prepare the rest of the configuration. This round we will need to install failover clustering features in windows server 2012.
Configuration
We can install both of the features either by using server manager or powershell. In the first half of the screen , I will show you how to install the clustering features. You will need to install this to the server with the hostname FS1 and FS2.
Install by using Server manager is easy. First you need to launch the server manager and follow the procedure. Once you have reach the following screen, please do follow the procedure. You need to install this to both server.
Click on add features to proceed
There is no requirement to reboot the server for the configuration to reflect. Click the install button to proceed the installation.
Install clustering feature by using powershell it seem to be a bit complicated. you need to make sure the component have installed properly. The first step is to type install-windowsfeatures -file-services, fs-fileserver, failover-clustering and wait for the installation to start.
2nd step is to install the other related component. You need to type install-windowsfeatures rsat-clustering -includeallsubfeature
The last step is to install the following, you need to type install-windowsfeatures rsat-file-services -includeallsubfeature
Other info
- Building a lab in Windows Server 2012 Part 1
- Configure the hyper-v host as preparing for the lab - Part 2
- Configure Active Directory on the VM - Part 3
- Configure the iSCSI storage - Part 4
- Install cluster on the file server as preparation for lab - Part 5
- How to validate cluster configuration - Part 6
- Configure cluster on the lab - Part 7
- Performing cleanup on the clustering networking - Part 8
- Preparing scale out file server - Part 9
- Configure file share and perform a test - Part 10
Summary
No comments:
Post a Comment