chap 15

Pataasin ang iyong marka sa homework at exams ngayon gamit ang Quizwiz!

You are the network administrator for Corpnet.com. You have created a Network Load Balancing cluster to provide high availability for the intranet website. You have three web servers, Web1.corpnet.com, Web2.corpnet.com, and Web3.corpnet.com. You have preformed the following configuration tasks: Each server has one network card installed. Each server has its own disk storage. Each server has the same data. Each server has a static IP address. Each server has the IIS role installed. Each server has the NLB feature installed. Each server has been added to the cluster. The cluster has been assigned its own IP address. When you test access to www.corpnet.com, you get a message that the site can't be reached. Which step still needs to be done?

Create an A record in DNS that points www.corpnet.com to the cluster's IP address.

You are the server administrator for the eastsim.com domain. You have an application server named Srv5 that is used by members of the Sales team. The server runs three applications: App1, App2, and App3. Each application uses a different TCP/IP port. Because of recent growth, this server is becoming unable to process all incoming requests in a timely manner. You decide to use Network Load Balancing (NLB) as your solution. You add a second server named Srv10. Your NLB should meet the following requirements: Requests for App1 and App2 should be evenly distributed between Srv5 and Srv10. Because App3 is not running on Srv10, all requests for that application should be sent to Srv5. Requests should never be directed to Srv10. You need to configure a solution to meet the requirements. What should you do?

For App3, configure a port rule with the filtering mode set to Multiple host. Configure Srv5 with a weight of 30 and Srv10 with a weight of 0.

You are the network administrator for westsim.com. The network consists of a single Active Directory domain. The network contains three Windows servers named FS1, FS2, and FS3. These servers are used for storing files in shared folders. You want to implement failover clustering to make these servers highly available for your users, so you have installed the Failover Clustering feature on each server and have created a cluster with FS1, FS2, and FS3 as the cluster nodes.You are using Storage Spaces Direct (SSD) to set up the shared storage for the cluster, so you install new SATA hard drives in each server and leave them blank, offline, and uninitialized. You open a PowerShell session to begin the SSD implementation. From the drop-down list, select the command you would enter to identify all storage devices that can be added to an SSD pool.

Get-PhysicalDisk -CanPool $True

You are the server administrator for the eastsim.com domain. You have an application server named Srv12 that runs a stateless Web application using IIS. Because of recent growth, this server is becoming unable to process all incoming requests in a timely manner. You would like to add a second server to run the application. Your solution should meet the following requirements: Client requests should be divided evenly between the two servers. If one server goes down, all requests should go to the other server. All application data will be stored on internal parallel SCSI drives on each server. You install the application on the second server. You now need to configure a solution to meet the requirements. What should you do?

Configure both servers in a Network Load Balancing (NLB) cluster.

You are the server administrator for the eastsim.com domain. You have an intranet site for your company using IIS and running on Srv5. You are concerned that this server is a single point of failure--if the server goes down, the intranet site will be unavailable. You would like to add a second server to provide redundancy. Your solution should meet the following requirements: All client requests should be directed to Srv5 if it is available. If Srv5 goes down, all requests should be directed to the new server. Both servers should have a separate copy of the Web site data. Web site content will be managed separately on each server. You install the Web site on a second server named Srv10 and copy the Web site content to the server. You now need to configure a solution to meet the requirements. What should you do? (Select two. Each choice is a required part of the solution.)

Configure both servers with a static IP address. Configure both servers in a Network Load Balancing (NLB) cluster. Configure a port rule with the filtering mode set to Single host. Configure Srv5 with a handling priority of 1 and Srv10 with a handling priority of 2.

Members of the accounting department use a custom application for entering payroll and tracking accounts receivable and accounts payable. The application runs on an application server and is cluster-aware. You would like to use Failover clustering to provide redundancy, fault tolerance, and load balancing for the application. Your solution should meet the following requirements: All cluster nodes should be active and respond to client requests. When a cluster node fails, requests should be redistributed between the remaining cluster members. The cluster should continue to operate as long as there are more than half of the cluster members still available. You install Failover Clustering on five servers. Following Microsoft's recommendations, how should you configure the cluster? (Select two. Each choice is a required part of the solution.)

Configure the application as a multiple-instance application. Use node majority for the quorum mode.

You are the server administrator for the eastsim.com domain. You have an intranet site for your company using IIS and running on Srv5. Because of recent growth, this server is becoming unable to process all incoming requests in a timely manner. You decide to use Network Load Balancing (NLB) as your solution. You add a second server named Srv10. Both Srv5 and Srv10 have similar hardware, with a single network adapter. Your NLB should meet the following requirements: New client requests should be directed to either of the two servers. Because of differences in hardware between the two servers, two-thirds of the client requests should be directed to Srv5, with the remaining going to the new server. Both Srv5 and Srv10 must be able to support peer-to-peer communications. You need to configure a solution to meet the requirements. What should you do? (Select two. Each choice is a required part of the solution.)

Configure the cluster to operate in multicast mode. Configure a port rule with the filtering mode set to Multiple host. Configure Srv5 with a weight of 60 and Srv10 with a weight of 30.

You are the network administrator for Corpnet.com. You have six Windows servers that are members of a Failover Cluster named Cluster1. This cluster is a stretch cluster because three nodes are grouped at the main office site, while the other three nodes are grouped at the branch office site. The main office is located on the east coast. while the branch office is located on the west coast. The WAN link between the main office and the branch office has occasional issues with latency, especially during normal business hours. What measures can you take to make sure cluster performance is optimized for these conditions? (select two)

Increase the CrossSubnetThreshold value. Configure asynchronous replication between the main office site and the branch office site.

You are the network administrator for westsim.com. The network consists of a single Active Directory domain. The network contains two Windows servers named HV1 and HV2 that have the Hyper-V role installed. If HV1 fails, you need the virtual machines hosted by HV1 to be migrated to HV2, and you need them to remain available during the migration.What should you do?

Install the Failover Cluster feature on HV1 and create a failover cluster with HV2. Then enable Live Migration.

You are the network administrator for westsim.com. The network consists of a single Active Directory domain. The network contains two servers named FS11 and FS12. Both servers are running Windows Server 2016 Datacenter edition.You have implemented Storage Replica as a disaster recovery solution with FS11 and FS12 as replication partners. When a user makes changes to a file that is stored in a shared folder on FS11 and then saves those changes, the following process takes place:• FS11 writes the changes to its data disk but does not acknowledge the write operation to the user's application. • FS11 replicates the write operation to FS12.• FS12 writes the change to its data disk and acknowledge the write operation back to FS11.• FS11 sends an acknowledgement to the user's application, letting it know the write operation was successful. Which replication type is being used between FS11 and FS12?

Synchronous

You are the network administrator for Corpnet.com. You have created a Network Load Balancing cluster to provide high availability for the intranet website. The NLB luster consists of three web servers; Web1, Web2 and Web3. Each web server has one network card installed. After configuring the NLB cluster, you determine that the web servers in the cluster are unable to communicate with each other. You must reconfigure the cluster to allow communication between the cluster members.

What should you do? Change the cluster operation mode to Multicast

You are the server administrator for the eastsim.com domain. You have implemented a Network Load Balancing (NLB) cluster for several application servers. Client computers use several proxy servers to connect to the NLB cluster. You would like client connections to be directed to a cluster node based on the Class C subnet address. What should you do?

Configure a port rule with the filtering mode set to Multiple host. Configure Network for the client affinity.

Your company is responsible for processing payroll for other businesses. Because the pay days for many businesses are the same, your servers experience heavy loads during some days, with light loads on other days. Payroll processing is done by a custom application running on an application server. To handle the load, you configure Failover Clustering on a cluster of six servers. You want the cluster to keep operating even in the event of a failure of up to three of the nodes. If more than three nodes fail, the cluster should stop. What should you do?

Configure a witness disk. Use node and disk majority for the quorum mode.

You are the server administrator for the eastsim.com domain. Srv5 is an application server that runs an application used by the Sales team. You are concerned that this server is a single point of failure--if the server goes down, the application will be unavailable. You would like to add a second server to provide redundancy. Your solution should meet the following requirements: All client requests should be directed to Srv5 if it is available. If Srv5 goes down, all requests should be directed to the new server. Both servers should use the same set of data files. You want to configure Srv10 to provide redundancy for Srv5. Both Srv5 and Srv10 are configured to use DHCP for IP addressing information. You need to configure a solution to meet the requirements. What should you do?

Configure both servers in a Failover Cluster cluster. Configure a storage area network for the application data.

You are the network administrator for Corpnet.com. Management has requested that the intranet website, intranet.corpnet.com be configured for high availability. You have two Windows servers named Web1 and Web2. IIS has been installed and configured with a copy of the website on both servers. The Network Load Balancing feature has also been installed on both servers. You need to prepare the environment to create a Network Load Balancing cluster to provide high availability for the intranet web site. Clients must be able to access the website using the URL http://intranet.corpnet.com. What should you do? (Choose two.)

Create an A record in DNS that maps intranet.corpnet.com, to the IP address reserved for the NLB cluster. Reserve an unused valid IP address on the network to be assigned to the NLB cluster.

You are the network administrator for Corpnet.com. You have two Windows Server 2012 R2 servers that are members of a Failover Cluster named Cluster1. One node is located in the main office and the other node is located in a branch office. The sites communicate using IPSec in tunnel mode. After changing ISPs, you discover that the rate of failover increases. You suspect this may be due to latency on the new WAN link. You need to ensure that slow connectivity between the sites does not cause failover. What should you do?

Increase the CrossSubnetThreshold on Cluster1.

You need to failover a virtual machine running on a Windows Server 2012 R2 hypervisor host using the following parameters: The latest changes made to the primary virtual machine must be replicated to its replica virtual machine. The primary virtual machine must be brought down. The replica virtual machine starts, transferring the workload from the primary server to the replica server with no loss of information. Which type of failover should you use?

Planned

From the drop-down list, select the cmdlet you would now enter to verify that the SSD pool was created.

Get-StoragePool

You want to create a cluster using two virtual machines. You perform the following steps:• Create two virtual machines on the same Hyper-V host.• Configure a private virtual switch and connect each VM to it. • Install the Windows Server operating system on each VM. • Add the Failover Clustering role on each VM.• Launch Failover Cluster Manager.• Begin the validation process for this configuration by selecting the two VMs as nodes in the cluster. When you run the validation tests, will this configuration pass?

No. There is no shared storage device configured for the cluster nodes to use.

You are the network administrator for westsim.com. The network consists of a single Active Directory domain. The network contains three Windows servers named FS1, FS2, and FS3. These servers are used for storing files in shared folders. Your users must have access to these shared folders to do their jobs, so you want to implement high availability through failover clustering. However, there is no budget for purchasing a SAN to use as the shared storage in a failover cluster. Which of the following allows you to create a failover cluster without having to purchase a SAN?

Storage Spaces Direct

You have configured a failover cluster with three servers as hosts, Srv1, Srv2, and Srv3. You have configured the DHCP service as a clustered service. You want to use Srv1 and Srv2 for the DHCP service. Srv1 should be the primary server used to respond to DHCP requests. If Srv1 is unavailable, Srv2 should take over the DHCP service. Srv3 should never be used for the DHCP service. What should you do?

Configure Srv1 and Srv2 as possible owners. Configure Srv1 as a preferred owner.

Mark this question for reviewYou have configured a failover cluster with two servers as hosts, Srv1 and Srv2. You have configured the DHCP service as a clustered service. Srv1 should be the primary server used to respond to DHCP requests. If Srv1 is unavailable, Srv2 should take over the DHCP service. Once Srv1 comes back online, the DHCP service should continue to run on Srv2 unless manually moved. How do you configure the cluster service to behave this way?

Configure Srv1 and Srv2 as possible owners. Configure Srv1 as the preferred owner. Disable failback.

You are the network administrator for Corpnet.com. You have created a Network Load Balancing cluster for the intranet web site. The NLB cluster consists of three Windows Server 2012 R2 servers named Web1, Web2, and Web3. Users access the intranet webs site using the URL Http://Intranet.corpnet.com. Management would like to use SSL to secure the intranet web site. During the test phase, only Web1 will service SSL requests. You have installed a certificate on the Web1 server and modified the bindings in IIS. You need to configure Network Load Balancing to ensure that only the Web1 server services SSL requests for the intranet web site. What should you do? (Choose three.)

Create a new port rule that runs from port 443 to port 443. Set the Affinity for the new port rule to Single Host. On the Web1 server, set the Handling Priority for the new port rule to 1.

You have configured a Failover Cluster with two servers as hosts: Srv1 and Srv2. Each server has two network interface cards: NIC1 connects the server to the main network. Clients connect to the cluster through NIC1. NIC2 connects the server to the storage area network (SAN). This network is also used for sending out heartbeat signals and performing convergence. How should you configure NIC2 in the Failover Clustering Management console? (Select two. Each choice is a required part of the solution.)

For NIC1, choose Allow the cluster to use this network and select the Allow clients to connect through this network option. For NIC2, choose Allow the cluster to use this network and clear the Allow clients to connect through this network option.

You need to conduct a planned failover of Win7VM virtual machine on your Windows Server hypervisor. Click the virtual machine option you would use in Hyper-V Manager to accomplish this task.

Replication (near bottom)

You are the network administrator for corpnet.com. You have four Windows servers that are members of a failover cluster named Cluster1. The CorpNet finance department uses a legacy application named AcctRecv that was not designed to run in a failover cluster. How can you enable AcctRecv to run in Cluster1? x

Run the Add-ClusterGenericApplicationRole cmdlet.`

You have configured a failover cluster with two servers as hosts, Srv1 and Srv2. You have configured the DHCP service as a clustered service. You configure Srv1 as the preferred owner for the DHCP service. You simulate a failure of Srv1 by taking it offline. The DHCP service does not switch to Srv2. How can you make sure that Srv2 is used for the DHCP service if Srv1 is not available?

Add Srv2 as a possible owner

You are the network administrator for westsim.com. The network consists of a single Active Directory domain. The network contains two servers named FS11 and FS12. Both servers are running Windows Server 2016 Datacenter edition.You have implemented Storage Replica as a disaster recovery solution with FS11 and FS12 as replication partners. The FS11 server is located in your main office. The FS12 server is located in a branch office in another city. Your offices are connected by a WAN link where latency is usually higher than five milliseconds. Which replication type should be used between FS11 and FS12?

Asynchronous

You have configured a Failover cluster with two servers as hosts: Srv1 and Srv2. Each server has three network interface cards: NIC1 connects the server to the main network. Clients connect to the cluster through NIC1. NIC2 connects the server to the storage area network (SAN). The SAN is used only for access to the storage. NIC3 is a private network used only by Srv1 and Srv2 for sending out heartbeat signals and performing convergence. You need to configure the networking settings for NIC2 in the Failover Clustering Management console. What should you do?

Choose Do not allow the cluster to use this network.

Drag the load balancing term on the left to the appropriate description on the right. The process that cluster members use to reach a consistent state Periodic heartbeat signals sent by cluster members to maintain consistent information about cluster membership cluster hosts retain their network adapter's original hardware MAC address. MAC addresses used by cluster hosts are replaced by a single cluster MAC address

Convergence Heartbeat Multicast mode Unicast mode

You are the network administrator for westsim.com. The network consists of a single Active Directory domain. All of the servers run Windows Server 2012 R2 and all of the clients run Windows 7. The company has a mission-critical database application. You must design a high availability solution to support this application. You have four servers that connect to Ethernet switches. Your solution should meet the following requirements: Allocate storage to the servers as needed Utilize the existing network infrastructure Maximize fault tolerance What should you do?

Deploy the servers in a failover cluster. Deploy an iSCSI storage area network (SAN).

You manage an NLB cluster named Cluster1. You need to perform some maintenance on Cluster1. You need to stop the cluster, but do not want to disrupt current connections. You want the cluster to continue processing current connections, but not accept any new ones. Once all active connections are ended, the cluster should stop. What should you do?

Drainstop the cluster.

You are the network administrator for Corpnet.com. You have created a Network Load Balancing cluster to provide high availability for the intranet website. You have three web servers, Web1, Web2, and Web3, which are configured as follows: Each server has one network card installed. Each server has its own disk storage. Each server has the same data. Each server receives an IP address dynamically from the DHCP server. Each server has the IIS role installed. Each server has the NLB feature installed. Are you ready to configure these servers into an NLB cluster?

No. Each server should be assigned a static IP address.

You are the network administrator for corpnet.com. The network has two Windows servers named HV1 and HV2. Both servers are running the Hyper-V Role. The network does not have a storage area network (SAN). HV1 has a virtual machine named VM1. You need to ensure that you can start VM1 on HV2 if HV1 fails. What should you do? (Select two.)

Open the Hyper-V settings on HV1 and modify the Replication Settings. In the properties of VM1, enable replication.

Drag the hypervisor type on the left to the failover that is initiated from it on the right.

Test Failover: Replica Server Planned Failover: Primary Server Unplanned Failover: Replica Server

Specific services running within clustered virtual machines can be monitored in Failover Cluster Manager. Before Failover Cluster Manager can be configured to monitor services, you must allow apps and features through the Windows firewall on the virtual machines you want to monitor.The image below shows the Allow apps and features dialog in Windows Server VM. Select the boxes in this dialog that must be enabled to allow Failover Cluster Manager to monitor services on this VM. (Select two.)

Virtual Machine Monitoring Domain (Virtual Machine Monitoring)

You are the server administrator for the eastsim.com domain. You have an intranet site for your company using IIS and running on Srv5. Because of recent growth, this server is becoming unable to process all incoming requests in a timely manner. You would like to add a second server to run the application. Your solution should meet the following requirements: New client requests should be directed to either of the two servers. Because of differences in hardware between the two serves, two-thirds of the client requests should be directed to Srv5, with the remaining going to the new server. If one server goes down, all requests should go to the other server. If the same client computer creates multiple sessions at the same time, all sessions should be created on the same server. You install the Web site on the second server and copy the Web site content to the server. You now need to configure a solution to meet the requirements.

What should you do? Configure both servers in a Network Load Balancing (NLB) cluster. Configure a port rule with client affinity set to Single.

You are the server administrator for the eastsim.com domain. You have a DHCP server named DHCP-Srv1 configured with a single scope. You are concerned that a failure of the DHCP server could cause disruptions on the network. You would like to provide redundancy for the DHCP server. You install DHCP on a second server named DHCP-Srv2. Your solution should meet the following requirements: DHCP-Srv1 should continue to respond to all client requests. If a DHCP-Srv1 is down, DHCP-Srv2 should be able to respond to clients. DHCP-Srv2 should be aware of all leases granted by DHCP-Srv1. Following a failure, when DHCP-Srv1 comes back online, it should resume responding to all DHCP requests. What should you do?

Configure DHCP-Srv1 and DHCP-Srv2 in a Failover Clustering cluster.

You are the network administrator for Corpnet.com. All the servers run Windows Server 2012 R2. You are in the process of building a Failover cluster with six nodes. You need the cluster to recalculate the quorum on the fly so that the cluster can continue to run even if the number of nodes remaining in the cluster is less than 50%. What kind of quorum should you use?

Dynamic Quorum

You are the network administrator for westsim.com. the network consists of a single Active Directory domain. All of the servers run Windows Server 2012 R2 and all of the clients run Windows 8. The network contains a Storage Area Network (SAN). The network contains two servers, CS1 and CS2. Both servers have the Hyper-V role installed. You create a new cluster named Cluster1 and add both servers to Cluster1. You plan to create multiple virtual machines on the new cluster. You need to ensure that each virtual machine can be moved between CS1 and CS2 independently of the other virtual machines. What should you do?

Enable cluster shared volumes.

You are the network administrator for westsim.com. The network consists of a single Active Directory domain. The network contains three Windows servers named FS1, FS2, and FS3. These servers are used for storing files in shared folders. You want to implement failover clustering to make these servers highly available for your users, so you have installed the Failover Clustering feature on each server. You are using Storage Spaces Direct (SSD) to set up the shared storage for the cluster, so you install new SATA hard drives in each server and leave them blank, offline, and uninitialized.You used PowerShell cmdlets to verify that the new drives can be added to an SSD pool, and then you created a cluster named FileServ with FS1, FS2, and FS3 as the cluster nodes.From the drop-down list, select the cmdlet you would now enter to enable SSD on the FileServ cluster.

Enable-ClusterStorageSpacesDirect

You have configured a failover cluster with three servers as hosts, FS1, FS2, and FS3. You named the cluster FSCluster1 and configured it to host the general purpose file server role, which is named FileServ. FS1 is configured as the preferred owner of the file server role. FS2 and FS3 are configured as possible owners. The role is configured for immediate failback. You begin the process of configuring continuously available shares (CAFS) on top of this general-purpose file server. The process requires you to define the share location by indicating the name of the server and the share location. Which of the following is the server name you must use in this CAFS configuration?

FileServ

You are the network administrator for corpnet.com. You have two windows servers that are members of a failover cluster named Cluster1. When a server in the cluster receives an update from Microsoft, a failover is triggered in Cluster1. What can you do to prevent cluster failovers caused by automatic updates?

Implement cluster-aware updating on the cluster.

You are the network administrator for westsim.com. The network consists of a single Active Directory domain. The network contains two servers named FS1 and FS2. You want to implement Storage Replica as a disaster recovery solution. FS1 and FS2 will be replication partners with FS1 as the source server and FS2 as the destination server. These servers are configured as follows: OS:Windows Server 2016>Windows Server 2016 Edition:Datacenter>Datacenter RAM:16.00 GB>32.00 GB Disk 0 (C:):500 GB>700 GB Disk 1 (Data D:):1.5 TB>2.2 TB Network adapter:1.0 Gbps>1.0 Gbps Can you implement a Storage Replica partnership between these two servers?

No. The Disk 1 (Data D:) disks are not exactly the same size.

You need to failover a virtual machine running on a Windows Server 2012 R2 hypervisor host using the following parameters: A temporary copy of the virtual machine must be created and run on the replica server. The original virtual machine on the primary server must remain running to service client requests. The test virtual machine must not be connected to any network to prevent conflicts with the original virtual machine on the primary server. When you are finished, the temporary virtual machine must be deleted. Which type of failover should you use?

Test

You are the network administrator for corpnet.com. The network has two Windows servers named HV1 and HV2. Both servers are running the Hyper-V Role and the Failover Cluster feature. The servers are configured as nodes in a failover cluster named Cluster1. The Hyper-V Replication Broker role is installed in Cluster1. A third server named HV3 also has the Hyper-V role installed, but is not a member of Cluster1. You need to ensure that Cluster1 can be a replica server for HV3 so that any virtual machines hosted on HV3 can be replicated to Cluster1. Which tools should you use? (Choose two.)

The Hyper-V Manager console on HV3. The failover cluster manager console on Cluster1.

You are the network administrator for westsim.com. The network consists of a single Active Directory domain. The network contains two servers named FS1 and FS2. Both servers are running Windows Server 2016 Datacenter edition.You want to implement Storage Replica as a disaster recovery solution. FS1 and FS2 will be replica partners with FS1 as the source server and FS2 as the destination server. Which of the following must be completed before you can configure this replica partnership? (Select two.)

The storage replica feature must be installed on FS1 and FS2 The File Server role must be installed on FS1 and FS2

You are the network administrator for corpnet.com. You have three Windows servers that are members of a failover cluster named Cluster1. All three nodes are running Windows Server 2012. You build three new servers running Windows Server 2016. You install the Failover Cluster feature on the three new nodes and then use them to create a new failover cluster named Cluster2. How can you move the applications from Cluster1 to Cluster2?

on a server in Cluster2, click Migrate Roles.

You are the network administrator for westsim.com. The network consists of a single Active Directory domain. The network contains three Windows servers named FS1, FS2, and FS3. These servers are used for storing files in shared folders. You plan to implement high availability through Failover Clustering and to use Storage Spaces Direct to set up the shared storage for the cluster. Your file servers have been in production for a while. Their data disks use varying sizes of SATA drives and have varying amounts of space available.What must you do before you can implement Storage Spaces Direct? (Select two.)

Install new hard drives in each server and leave the drives blank, offline, and uninitialized. Install the Failover Clustering feature on each server.

You are the network administrator for Corpnet.com. You have four Windows servers that are members of a Failover Cluster named Cluster1. You need to schedule the installation of Windows Updates on the cluster. The solution must minimize the amount of downtime for nodes during the application updates. What should you do?

Run the Add-CauClusterRole cmdlet.

You are the server administrator for the eastsim.com domain. Srv5 is an application server that runs an application used by the Sales team. You are concerned that this server is a single point of failure--if the server goes down, the application will be unavailable. You would like to add a second server to provide redundancy. Your solution should meet the following requirements: All client requests should be divided between both servers. If either server goes down, client requests should be redirected to the other server. If the application stops but the server is up, the server should automatically try to restart the application to make it available. You want to configure Srv10 to provide redundancy for Srv5 based on the stated requirements. What should you do?

Configure Failover Clustering with node and disk majority.

You are the network administrator for westsim.com. The network consists of a single Active Directory domain. The network has two sites. One site is located in your main office, and the other site is located in a branch office in another city. A WAN link with occasional latency issues is used for the network connection between the two locations. All servers in your network are running Windows Server 2016 Datacenter edition.The main office and branch office sites each have three servers. There are users at both offices that rely on the same mission-critical server application to perform their jobs. If a disaster happens at either site, your manager wants you to be prepared so that all data can be recovered. Your manager also wants the users at either site to be able to keep on working if something happens to the network at the other site or the network connection between sites goes down. Which plan could you follow to accomplish what your manager wants you to do?

Plan 1 • Configure two SANs, one at each location, for the servers to use as shared storage .• Implement Failover Clustering and create one cluster for the main office site and one for the branch office site. • Set up Storage Replica in a stand-alone configuration to replicate the data between clusters. Plan 3 • Configure two SANs, one at each location, for the servers to use as shared storage .• Implement Failover Clustering and place all the servers from both sites in the same cluster (a stretch cluster) .• Set up Storage Replica in a stretch cluster configuration to replicate the data between sites.


Kaugnay na mga set ng pag-aaral

Nursing Care of the Newborn (Level 2)

View Set

LA CELESTINA. COMEDIA O TRAGICOMEDIA DE CALISTO Y MELIBEA.

View Set

Chapter 1 Practicing the Science and the Art of Psychiatric Nursing

View Set

Ch.20:The Circulatory System:Blood Vessels and Circulation:Connect Questions

View Set

Pharmacology chapter 51 Bowel Disorder Drugs

View Set