ServerPro 2016 Chapter 15

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

Select the boxes in this dialog that must be enabled to allow failover cluster manager to monitor...

(select) virtual machine monitoring (bot)

After changing ISPs, you discover that the rate of failover increases. You suspect this may be due to latency on the new WAN link.

Increase the CrossSubnetThreshold on Cluster1.

Which solution can you use to minimize downtime for nodes during the application of updates?

Run the Add-CauClusterRole cmdlet.

Click the virtual machine option you would use in hyper-v manager to accomplish this task.

(Select) replication (bot)

Which replication type should be used between FS11 and FS12?

Asynchronous

-DHCP-Srv1 should continue to respond to all client requests. -If 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.

Configure DHCP-srv1 and DHCP-srv2 in a failover clustering cluster.

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.

Configure srv1 and srv2 as possible owners. Configure srv1 as the preferred owner. disable failback.

The WAN link between the main office and the branch office has occasional issues with latency, especially during normal business hours.

Configure asynchronous replication between the main office site and the branch office site. increase the crosssubnetthreshold value

-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.

Configure both servers clustering cluster. Configure a storage area network for the application data.

-All client requests should be directed to srv5 if it is available. -If srv6 goes down, all requests should be directed to the new server. -Both servers should use the same set of data files.

Configure both servers in a failover clustering cluster. Configure a storage area network for the application data.

-allocate storage to the servers as needed -Utilize the existing network infrastructure -maximize fault tolerance

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

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.

Drainstop the cluster.

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 percent.

Dynamic quorum

You begin the process of configuring continuously available shares (CAFS) on top of this general-purpose file server. The process require you to define the share location by indicating the name of the server and the share location.

FileServ

-NIC 1 connects the server to the main network. clients connect to the cluster though NIC1. -NIC2 connects the server to the storage area network (SAN). this network is also used for sending out heartbeat signals and performing convergence.

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

-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.

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 wight of 0.

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 -Can Pool $True

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

Get-StoragePool

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 are creating 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.

Can you implement a storage replica partnership between these two servers?

No. The disk 1 (dataD:) disks are not exactly the same size.

-begin the validation process for this configuration by selecting the two VMs as nodes in the cluster.

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

hv 1 has a virtual machine named vm1. you need to ensure that you can start vm1 on hv2 if hv1 fails

Open the hyper-v settings on hv1 and modify the replication settings. in the properties of vm1, enable replication.

Which plan could you follow to accomplish what your manager wants you to do?

Plan1 Plan3

-the replica virtual machine starts, which transfers the workload from the primary server to the replica server with no loss of information.

Planned

Management would like to use SSL to secure the intranet website. During the test phase, only web1 will service ssl request. 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 web1 server services ssl requests for the intranet website. What should you do? (choose three.)

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. Create a new port rule that runs from port 443 to port 443.

Which of the following must be completed before you can configure this replica partnership?

The file server role must be installed on FS1 and FS2. The storage replica feature must be installed on FS1 and FS2.

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. -(Convergence) Periodic heartbeat signals sent by cluster members to maintain consistent information about cluster membership.-( Heartbeat) Cluster hosts retain their network adapter's original hardware MAC address. -(Multicast mode) MAC addresses used by cluster hosts are replaced by a single cluster MAC address. -(Unicast)

-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.

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

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.

add srv2 as possible owner.

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.

configure srv1 and srv2 as possible owners. Configure srv1 as a preferred owner.

You need to ensure that each virtual machine can be moved between cs1 and cs2 independently of the other virtual machines.

enable cluster shared volumes.

What can you do to prevent cluster failover caused by automatic updates?

implement cluster-aware updating on the cluster.

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. What must you do so clients are able to access the website using http://intranet.corpnet.com? (Choose two.)

-Reserve an unused valid IP address on the network to be assigned to the NLB cluster. -Create an A record in DNS that maps intranet.corpnet.com to the IP address reserved for the NLB 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. The NLB cluster 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. What must you do to reconfigure the cluster to allow communication between the cluster members?

Change the cluster operation mode to multicast.

-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.

Choose Do not allow the cluster to use this network.

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.

Configure a port rule with the filtering mode set to multiple host. configure network for the client affinity.

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.

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

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 server. -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.

-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. -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.

Configure both servers in a network load balancing (NLB) cluster. Configure a port rule with client affinity set to Single.

-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 seperate copy of the website data. Website content will be managed seperately on each server.

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.

-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.

Configure failover clustering with node and disk majority.

-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.

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 wight of 30.

You are the network administrator for corpnet.com. You are creating a Network Load Balancing cluster to provide high availability for the intranet website www.corpnet.com. You have three web servers, web1.corpnet.com, web2.corpnet.com, and web3.corpnet.com. You have performed 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.

From the drop-down list, select the cmdlet you would now enter to enable SSD on the FileServ cluster.

Enable-ClusterStorageSpacesDirect

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.

Install the failover cluster feature on hv1 and create a failover cluster with hv2. then enable live migration.

How can you enable AcctRecv to run in Cluster1?

Run the Add-ClusterGenericApplicationRole cmdlet

Which of the following allows you to create a failover cluster without having to purchse a SAN?

Storage Spaces Direct

-FS11 sends an acknowledgement to the user's application, letting it know the write operation was successful.

Synchronous

You build three new server 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

on a server in cluster2, click migrate roles.

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

replica primary replica

With the hyper-v replica broker role installed, you can configure sever types of virtual machine migrations.

storage drain live quick

-When you are finished, the temporary virtual machine must be deleted.

test

You need to ensure that cluster 1 can be a replica server for hv3 so that any virtual machines hosted on hv3 can be replicated to cluster1.

the hyper-v manager console on hv3. the failover cluster manager console on cluster 1.


Kaugnay na mga set ng pag-aaral

Natural history of invertebrates test 1

View Set

chapter 16, pancreas and diabetes

View Set

1 Architecture and Infrastructure

View Set

НЕЙРОЛЕПТИКИ, ТРАНКВІЛІЗАТОРИ, СЕДАТИВНІ

View Set

Chapter 11: The Efficient Market Hypothesis

View Set

Totalsource Plus, Shoppers Voice, Epsilon TXSpend, Digital

View Set

Chapter 1 Notes AP Environmental Science

View Set

Seeley's Anatomy & Physiology 11th ed Chapter 16

View Set