Clip Which Azure configuration ensures that at least one virtual machine will remain running in the event of an Azure datacenter network rack power outage? - Lớp.VN

Thủ Thuật Hướng dẫn Which Azure configuration ensures that least one virtual machine will remain running in the sự kiện of an Azure datacenter network rack power outage? 2022

Hoàng Hải Minh đang tìm kiếm từ khóa Which Azure configuration ensures that least one virtual machine will remain running in the sự kiện of an Azure datacenter network rack power outage? được Cập Nhật vào lúc : 2022-10-05 06:16:16 . Với phương châm chia sẻ Mẹo về trong nội dung bài viết một cách Chi Tiết 2022. Nếu sau khi tham khảo Post vẫn ko hiểu thì hoàn toàn có thể lại Comment ở cuối bài để Tác giả lý giải và hướng dẫn lại nha.

Whenever someone starts architecting Azure Infrastructure they jump on Virtual Machines and start provisioning workloads for Azure VM.

Nội dung chính
    Understand a system reboot for Azure VMIn this articleConfigure the VMs for high availabilityResource Health informationMissing VM downtimes in activity logActions and events that can cause the VM to rebootPlanned maintenanceMemory-preserving updatesUser-initiated reboot or shutdown actionsMicrosoft Defender for Cloud and Windows UpdateOther situations affecting the availability of your VMHost server faultsAuto-recoveryUnplanned maintenanceStorage-related forced shutdownsOther incidentsDiagnose VM RestartsWhat is the minimum number of virtual machines and the minimum number of availability zones you should recommend for the deployment?What Windows Azure Management is used to create an availability set for a virtual machine?What is the service level agreement for two or more Azure virtual machines that have been placed into the same availability set in the same region?What is an availability set?

I must tell you before you plan your Virtual Machines in Azure, you must plan a couple of things such as Virtual Network, Availability Set,Managed Disks, Desired State Configuration, Deploytment appproach, Regional and High availability set, load balancers and trafic managers, Application Getway, VPN and express routes and so many things...

In this article I will talk about a very small but very important concept : Availabilty Set with Fault Domains and Update Domains.

    Availability Sets ensure that the Azure virtual machines are deployed across multiple isolated hardware nodes in a cluster.By deploying your vms across multiple hardware nodes Azure ensures that if hardware or software failure happens within Azure, only a sub-set of your virtual machines are impacted and your overall solution is safe and in working condition.Availability set provides redundancy for your virtual machines.Availability set spreads your virtual machines across multiple fault domains and update domains.If you want to leverage Microsoft’s 99.95% SLA from Microsoft you must place your VMs inside availability set except your VMs are having premium storage.

Following are the 3 main scenarios which can cause your vms in Azure to be impacted or make them in a faulted state.

    Unplanned Hardware Maintainance Events -  When Azure platform predicts that the hardware or any platform components associated to a physical machine is about to fail.An unexpected downtime -- rarely occursPlanned Maintenance events -- periodic updates made by Microsfot.

After both planned and unplanned updates your virtual machines and your operating system will be rebooted.

Each virtual machine in the Availability Set is assigned an Update domain and Fault domain by the Azure platform.

Fault Domain 

    Fault domains define the group of virtual machines that share a common power source and network switch.Each and every fault domain contains some racks and each rack contains virtual machine.Each of these Fault domain shares a power supply and a network switch.If there is a failure in the fault domain then all the resources in the fault domain become unavailable.You should place your vms such a way that each fault domain get one web server, one database server and like that.

Consider a below mentioned diagram.

Here we have arranged web server vm and database server vm in such a way that if one Fault Domain fails, still your vms would be available.

 

Update Domains

    Virtual machines get update domains automatically once they are put inside availability set.All virtual machines within that update domain will reboot together.Update domains are used for patching of the virtual machines.Only one update domain would be updated the time 

How many Fault Domains and How many Update Domains we can have?

In Azure Service Management (ASM) portal, we have two Fault domains and 5 update domains. In Azure Resource Manager(ARM) portal, we have three Fault domains and 5 update domains but we can upgrade our update domains from 5 to 20.VMs are assigned sequentially in the update domains and fault domains.Consider the below mentioned table to understand how virtual machines would be placed within Fault Domains and Update Domains inside an availability set. 

Virtual Machines Fault Domain (3 Fault doamins) Update Domain (5 Update domains) VM 1 0 0 VM 2 1 1 VM 3 2 2 VM 4 0 3 VM 5 1 4

Key Points to remember

    You need to create virtual machines in the same resource group as the availability set.One virtual machine can only be in one availability set.You can assign virtual machines to the availability set only during the creation of virtual machines.You should create separate storage accounts for each virtual machine.

Skip to main content

This browser is no longer supported.

Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.

Understand a system reboot for Azure VM

    Article 09/23/20228 minutes to read

In this article

Azure virtual machines (VMs) might sometimes reboot for no apparent reason, without evidence of your having initiated the reboot operation. This article lists the actions and events that can cause VMs to reboot and provides insight into how to avoid unexpected reboot issues or reduce the impact of such issues.

Configure the VMs for high availability

The best way to protect an application that's running on Azure against VM reboots and downtime is to configure the VMs for high availability.

To provide this level of redundancy to your application, we recommend that you group two or more VMs in an availability set. This configuration ensures that during either a planned or unplanned maintenance sự kiện, least one VM is available and meets the 99.95 percent Azure SLA.

For more information about availability sets, see Manage the availability of VMs

Resource Health information

Azure Resource Health is a service that exposes the health of individual Azure resources and provides actionable guidance for troubleshooting problems. In a cloud environment where it isn’t possible to directly access servers or infrastructure elements, the goal of Resource Health is to reduce the time that you spend on troubleshooting. In particular, the aim is to reduce the time that you spend determining whether the root of the problem lies in the application or in an sự kiện inside the Azure platform. For more information, see Understand and use Resource Health.

If Azure has further information about the root cause of a platform-initiated unavailability for a Virtual Machine, that information may be posted in resource health up to 72 hours after the initial unavailability.

Missing VM downtimes in activity log

Resource Health alerts are sent based on the activity Log information. In some cases, VM downtimes may not show in the activity log. If the downtime doesn't show in the activity log, Resource Health alerts won't be sent for the downtime. The downtime is still visible in Resource Health.

Here are the cases where VM downtimes don't show in the activity log:

    When a VM is created or migrated to a new host, Azure platform doesn't display VM state correctly and the state changes to Unknown. Only after all network connectivity and node processes are established, the VM state changes to Available. The prolonged period of the Unknown state is filtered out of the activity log.When the VM availability state changes from Available to Unavailable and then goes back to Available within 35 seconds, the downtime doesn't show in the activity log. This case won't occur if a correlated downtime is sent within 15 minutes before the occurrence of the first transition.If the VM health changes from a state to Unknown and then goes back to the original state, the intermittent Unknown state and related transitions are filtered out of the activity log.

The VM downtimes that don't show in the activity log are filtered on the Azure platform side to prevent transient errors from showing incorrect downtimes to customers. With ongoing investments in VM health quality, the filters may no longer be necessary and may cause quick changes in VM health to remain unreported. Microsoft is working on a phase-out plan to deliver the best customer experience.

Actions and events that can cause the VM to reboot

Planned maintenance

Microsoft Azure periodically performs updates across the globe to improve the reliability, performance, and security of the host infrastructure that underlies VMs. Many of these updates, including memory-preserving updates, are performed without any impact on your VMs or cloud services.

However, some updates do require a reboot. In such cases, the VMs are shut down while we patch the infrastructure, and then the VMs are restarted.

To understand what Azure planned maintenance is and how it can affect the availability of your Linux VMs, see the articles listed here. The articles provide background about the Azure planned maintenance process and how to schedule planned maintenance to further reduce the impact.

    Planned maintenance for VMs in AzureHow to schedule planned maintenance on Azure VMs

Memory-preserving updates

For this class of updates in Microsoft Azure, users experience no impact on their running VMs. Many of these updates are to components or services that can be updated without interfering with the running instance. Some are platform infrastructure updates on the host operating system that can be applied without a reboot of the VMs.

These memory-preserving updates are accomplished with technology that enables in-place live migration. When it is being updated, the VM is placed in a paused state. This state preserves the memory in RAM while the underlying host operating system receives the necessary updates and patches. The VM is resumed typically within 30 seconds of being paused. After the VM is resumed, its clock is automatically synchronized.

Because of the short pause period, deploying updates through this mechanism greatly reduces the impact on the VMs. However, not all updates can be deployed in this way.

Multi-instance updates (for VMs in an availability set) are applied one update domain a time.

User-initiated reboot or shutdown actions

If you perform a reboot from the Azure portal, Azure PowerShell, command-line interface, or REST API, you can find the sự kiện in the Azure Activity Log.

If you perform the action from the VM's operating system, you can find the sự kiện in the system logs.

Other scenarios that usually cause the VM to reboot include multiple configuration-change actions. You'll ordinarily see a warning message indicating that executing a particular action will result in a reboot of the VM. Examples include any VM resize operations, changing the password of the administrative account, and setting a static IP address.

Microsoft Defender for Cloud and Windows Update

Microsoft Defender for Cloud monitors daily Windows and Linux VMs for missing operating-system updates. Defender for Cloud retrieves a list of available security and critical updates from Windows Update or Windows Server Update Services (WSUS), depending on which service is configured on a Windows VM. Defender for Cloud also checks for the latest updates for Linux systems. If your VM is missing a system update, Defender for Cloud recommends that you apply system updates. The application of these system updates is controlled through the Defender for Cloud in the Azure portal. After you apply some updates, VM reboots might be required. For more information, see Apply system updates in Microsoft Defender for Cloud.

Like on-premises servers, Azure does not push updates from Windows Update to Windows VMs, because these machines are intended to be managed by their users. You are, however, encouraged to leave the automatic Windows Update setting enabled. Automatic installation of updates from Windows Update can also cause reboots to occur after the updates are applied. For more information, see Windows Update FAQ.

Other situations affecting the availability of your VM

There are other cases in which Azure might actively suspend the use of a VM. You'll receive email notifications before this action is taken, so you'll have a chance to resolve the underlying issues. Examples of issues that affect VM availability include security violations and the expiration of payment methods.

Host server faults

The VM is hosted on a physical server that is running inside an Azure datacenter. The physical server runs an agent called the Host Agent in addition to a few other Azure components. When these Azure software components on the physical server become unresponsive, the monitoring system triggers a reboot of the host server to attempt recovery. The VM is usually available again within five minutes and continues to live on the same host as previously.

Server faults are usually caused by hardware failure, such as the failure of a hard disk or solid-state drive. Azure continuously monitors these occurrences, identifies the underlying bugs, and rolls out updates after the mitigation has been implemented and tested.

Because some host server faults can be specific to that server, a repeated VM reboot situation might be improved by manually redeploying the VM to another host server. This operation can be triggered by using the redeploy option on the details page of the VM, or by stopping and restarting the VM in the Azure portal.

Auto-recovery

If the host server cannot reboot for any reason, the Azure platform initiates an auto-recovery action to take the faulty host server out of rotation for further investigation.

All VMs on that host are automatically relocated to a different, healthy host server. This process is usually complete within 15 minutes. To learn more about the auto-recovery process, see Auto-recovery of VMs.

Unplanned maintenance

On rare occasions, the Azure operations team might need to perform maintenance activities to ensure the overall health of the Azure platform. This behavior might affect VM availability, and it usually results in the same auto-recovery action as described earlier.

Unplanned maintenance include the following:

    Urgent node defragmentationUrgent network switch updates

VM crashes

VMs might restart because of issues within the VM itself. The workload or role that's running on the VM might trigger a bug check within the guest operating system. For help determining the reason for the crash, view the system and application logs for Windows VMs, and the serial logs for Linux VMs.

VMs in Azure rely on virtual disks for operating system and data storage that is hosted on the Azure Storage infrastructure. Whenever the availability or connectivity between the VM and the associated virtual disks is affected for more than 120 seconds, the Azure platform performs a forced shutdown of the VMs to avoid data corruption. The VMs are automatically powered back on after storage connectivity has been restored. The duration of the shutdown can be as short as five minutes but can be significantly longer.

Other incidents

In rare circumstances, a widespread issue can affect multiple servers in an Azure datacenter. If this issue occurs, the Azure team sends email notifications to the affected subscriptions. You can check the Azure Service Health dashboard and the Azure portal for the status of ongoing outages and past incidents.

Diagnose VM Restarts

You can use the Diagnose and Solve blade on the VM blade to run additional diagnostics. This may uncover more specific reasons for your recent VM restart.

If you have questions or need help, create a support request, or ask Azure community support.

Feedback

Submit and view feedback for

What is the minimum number of virtual machines and the minimum number of availability zones you should recommend for the deployment?

Answer is 2 Virtual Machines, 2 Availability Zones You need a minimum of two virtual machines with each one located in a different availability zone. Availability Zones is a high-availability offering that protects your applications and data from datacenter failures.

What Windows Azure Management is used to create an availability set for a virtual machine?

Creating an Availability Set To create an availability set, login to the Azure portal and select Create a Resource in the upper left corner. Type in Availability Set and select it. Click on Create: Now we can set up our availability set.

What is the service level agreement for two or more Azure virtual machines that have been placed into the same availability set in the same region?

Organizations get a 99.99 percent service-level agreement (SLA) assurance of uptime for VMs with Azure Availability Zones, which applies when there are "two or more VMs running in two or more zones in the same region," according to Microsoft's Azure Availability Zones homepage.

What is an availability set?

An availability set is a logical grouping of VMs that allows Azure to understand how your application is built to provide for redundancy and availability. We recommended that two or more VMs are created within an availability set to provide for a highly available application and to meet the 99.95% Azure SLA. Tải thêm tài liệu liên quan đến nội dung bài viết Which Azure configuration ensures that least one virtual machine will remain running in the sự kiện of an Azure datacenter network rack power outage?

Clip Which Azure configuration ensures that least one virtual machine will remain running in the sự kiện of an Azure datacenter network rack power outage? ?

Bạn vừa tham khảo Post Với Một số hướng dẫn một cách rõ ràng hơn về Review Which Azure configuration ensures that least one virtual machine will remain running in the sự kiện of an Azure datacenter network rack power outage? tiên tiến nhất

Chia Sẻ Link Down Which Azure configuration ensures that least one virtual machine will remain running in the sự kiện of an Azure datacenter network rack power outage? miễn phí

Hero đang tìm một số trong những ShareLink Tải Which Azure configuration ensures that least one virtual machine will remain running in the sự kiện of an Azure datacenter network rack power outage? miễn phí.

Thảo Luận thắc mắc về Which Azure configuration ensures that least one virtual machine will remain running in the sự kiện of an Azure datacenter network rack power outage?

Nếu sau khi đọc nội dung bài viết Which Azure configuration ensures that least one virtual machine will remain running in the sự kiện of an Azure datacenter network rack power outage? vẫn chưa hiểu thì hoàn toàn có thể lại phản hồi ở cuối bài để Tác giả lý giải và hướng dẫn lại nha #Azure #configuration #ensures #virtual #machine #remain #running #sự kiện #Azure #datacenter #network #rack #power #outage - 2022-10-05 06:16:16
Post a Comment (0)
Previous Post Next Post