Friday, September 13, 2019

Part-5: Test Failover

In the previous posts we went through deploying Prism Central in Main site and DR site, Enable Leap, Configure Availability Zones and creating Protection Policies, Create, Configuring and Validating Recovery Plans

Part-1: Prism Central One-Click Deployment (Click Here)
Part-2: Enabling Leap and Configure Availability Zones (Click Here)
Part-3: Create and Configure Protection Policies (Click Here)
Part-4: Create and Configure Recovery Plans (Click Here)

In this post we will go through Test the Recovery Plans by conducting Test Failover,

After Validation completed, lets do a Test Failover to make sure all are good, same like Validation, select your recovery plan, click on Actions and then click on "Test"


Thursday, September 12, 2019

Part-4: Create and Configure Recovery Plans

In the previous posts we went through deploying Prism Central in Main site and DR site, Enable Leap, Configure Availability Zones and creating Protection Policies,

Part-1: Prism Central One-Click Deployment (Click Here)
Part-2: Enabling Leap and Configure Availability Zones (Click Here)
Part-3: Create and Configure Protection Policies (Click Here)

In this post we will go through Creating, Configuring and Validating Recovery Plans,

From Prism Central on the Main Site, on the left corner, click on Entities menu > Policies > Recovery Plans



Click on Create New Recovery Plan

Part-3: Create Protection Policies

In the previous posts we went through deploying Prism Central in Main site and DR site, Enable Leap and Configure Availability Zones,

Part-1: Prism Central One-Click Deployment (Click Here)
Part-2: Enabling Leap and Configure Availability Zones (Click Here)

In this post we will go through Creating and configuring Protection Policies,

From Prism Central on the Main Site, on the left corner, click on Entities menu > Policies > Protection Policies

Part-2: Enabling Leap and Configure Availability Zones

In the previous post we deployed Prism Central in Main site and DR site:

Part-1: Prism Central One-Click Deployment (Click Here)

Before you start you need to make sure that your network connectivity between both sites is healthy and both sites are reachable from the other site,

Now Let's start our journey with Nutanix Leap ...
From Prism Central "PC" in Main site and the same steps from DR Site,  From Settings menu, under Setup, Click on "Leap"

Part-1: Prism Central One-Click Deployment

In this post we will cover the required steps to deploy Prism Central,

From Prism Element main page on the upper left side look for Prism Central, click on "Register or Create new"



If you are joining your cluster to Prism Central already deployed locally or even on another Cluster then you will click on Connect, in our scenario here we need to deploy new one then we will click on Deploy

DR Orchestration (On-Prem Leap)

Nutanix Leap will help you setup, configure, orchestrate and automate all the DR services from centralized location from Nutanix Prism Central, From AOS 5.11 onward, Nutanix adds protection policies and recovery plans to Prism Central for AHV and ESXi, offering an easy way to orchestrate operations around migrations and unplanned failures, Now you can apply orchestration policies from a central location, ensuring consistency across all your sites and clusters, To help manage these new protection policies and recovery plans, Nutanix uses a construct called Availability Zones managed by one Prism Central. An availability zone can also represent a region in Nutanix Xi Cloud Services

Before you start you need to make sure that your network connectivity between both sites is healthy and both sites are reachable from the other site,

My Lab consist of two Nutanix Clusters (Main Site) and (DR Site), on each site we will deploy Prism Central which will be integrated together to provide single logical management layer for our Leap DR services,

Monday, July 29, 2019

Why Disaster Recovery matter!

First, let's go through the definition of the term "Disaster Recovery" or in short as its commonly used by IT professionals "DR."

From an IT point of view, a disaster is anything that stops the operability of IT services in any organization. IT services, such as Infrastructure failure or cyber attack ... etc.,

The goal of the Disaster Recovery solution is to recover your organization IT services operation to normal situation.

What is "RTO and RPO" and why it is matter?

Recovery Time Objective or "RTO" is the time needed to recover your IT Services operations after a disaster has occurred, You’ll want your RTO to be as short as possible,

Recovery Point Objective or "RPO" is the number of data changes you lose that your company or organization can sustain or how much data changes you can afford to lose if a disaster happened,
For example: if a disaster happened at 11:00 AM and your DR solution can recover your Data with change updated until 10:45 AM then your "RPO" is equal "15 Minutes RPO", if your DR solution can recover your data with changes updated until 11:00 AM then your RPO is equal to "0".

Nutanix Metro Availability (Synchronous Replication)

The Term "Synchronous Replication" itself means the process of copying data over a storage area network, local area network or wide area network so there are multiple, up-to-date copies of the data,

In another word, when any data write happen in main site another copy is sent to DR and wait for DR confirm that the data is written in DR before committing the data in main site,  that will make the RPO equal to "0",  it is required that the round trip latency between both sites to be equal to or less than "5 ms" Maintain adequate bandwidth to accommodate peak writes. It is also recommended that you have a redundant physical network between both sites.


Before you start you need to make sure that your network connectivity between both sites is healthy and both sites are reachable from the other site, and your RTT Latency is within 5MS

When using the Nutanix Metro Availability over VMware ESXI or Microsoft Hyper-V (Nutanix AHV coming soon), Nutanix will handle stretching and the replication of the storage between Main and DR sites,

Nutanix Near Synchronous (Near-sync DR)


NearSync DR provides the best of both worlds (Sync and Async), zero impact to primary I/O latency (like async replication) in addition to a very low RPO (like sync replication (metro). This allows users have a very low RPO without having the overhead of requiring synchronous replication for writes.
By using NearSync DR feature the RPO would be (up to 1-minute RPO), you can set your schedule to 1 minute to 15 Minutes,

Before you start you need to make sure that your network connectivity between both sites is healthy and both sites are reachable from the other site,

From Main site Prism interface click on the main tab and go to Data Protection and click on it

Nutanix Cross Hypervisor DR

Nutanix provides cross-hypervisor disaster recovery for migrating and DR services between two sites running diffrent hypervisors (ESXi and AHV Clusters). 

Now let's go to step by step to build your cross-hypervisor DR scenario, before you start you need to make sure that your network connectivity between both sites is healthy and both sites are reachable from the other site,

From Main site Prism interface click on the main tab and go to Data Protection and click on it

Nutanix Async DR - Basic setup and Protection Domain Configuration

The Term "Asynchronous Replication" itself means to store and forward approach, in another word, writes data to the primary storage array first and then commits data to be replicated to replication targets based on a specific schedule, 

Nutanix provides native snapshots Per-VM or per volume group, by using Async DR feature the RPO would be (up to 1-hour RPO), the snapshot schedule should be equal to your desired RPO, you can set your schedule to 1 Hour or more,

Before you start you need to make sure that your network connectivity between both sites is healthy and both sites are reachable from the other site,

From the Main site, Prism interface click on the main tab and go to Data Protection and click on it

Nutanix Async DR - Recover from a Disaster

In the previous post we went through the steps of configuring Main site and DR site as a remote site to each other and create a protection domain including which VM's will be protected from Main site to DR site, details on the following link:

Async DR - Basic setup and Protection Domain Configuration (Click Here)

In this post we will go through the steps of Recover from a Disaster for protected VM's from Main site to DR site,

In this scenario we assume that we lost the Main site (No access to Main Site anymore) and we need to recover from the DR site,

From DR Site go to Data Protection page, select the protection domain you need to recover and select "Activate"

Nutanix Async DR - Planned Failover

In the previous post we went through the steps of configuring Main site and DR site as a remote site to each other and create a protection domain including which VM's will be protected from Main site to DR site, details on the following link:

Async DR - Basic setup and Protection Domain Configuration (Click Here)

In this post we will go through the steps of a planned migration for protected VM's from Main site to DR site,

As first step we need to double check that every thing looks normal in DR site, go to Data Protection page to make sure that the protection domain is listed, you will find the protection domain but not as active and if you check the VM page you will not find the VM's as it is currently running in the main site.

Nutanix Async DR - Cloning VM from Snapshot to DR Site

In the previous post we went through the steps of configuring Main site and DR site as a remote site to each other and create a protection domain including which VM's will be protected from Main site to DR site, details on the following link:

Async DR - Basic setup and Protection Domain Configuration (Click Here)

In this post we will go through the steps of Cloning protected VM to DR site,

In this scenario we have normal access to Main site and the original VM is working with no issues but we need to clone another copy for the same VM from the DR site.

From the DR Site go to Data Protection page and select the protection domain from the list, once selected you will be able to select "Local Snapshot", select the version you want to restore (Clone) your VM from, for example if you set your replication schedule every 1 hour with retention of 10 last copies then you will find here 10 versions from the last 10 hours,
Select your snapshot and click on "Restore"!

Tuesday, November 15, 2016

Adding New Disk to Linux VM running on Nutanix AHV (Part-2: Creating new Volume group and new Logical Volume)

We extended the current Volume group and Logical Volume with the new added disk to the VM, 
In this post we will go through How to create a new Volume Group and new Logical Volume and we will mount it to a new mounting point,
To create a new Volume Group and new Logical volume we will start with same steps like what we did in the first post:
-       Add the new disk from Nutanix Prism
-       FDISK
-       Physical Volume Create using “pvcreate
Next step we will run the command “vgcreate” give a new name to the new Volume Group

Sunday, November 13, 2016

Adding New Disk to Linux VM running on Nutanix AHV (Part-1: Extending Current Volume group and Logical Volume)


In this post, I will go through the Steps to Add a New Disk to Linux VM running on Nutanix AHV,
In my example, I have Oracle Linux 6.5 VM running with one assigned disk with 100 GB and we want to add another disk with 350 GB, first let’s check the status of the available Volumes with the command “pvscan”
Note that you have only one Volume with 100 GB

Now let’s List all available disk Partitions by running the command: Ls /dev/sd*
The command will list all available hard disks

Thursday, September 22, 2016

Invisible Infrastructure: In-Place Hypervisor Conversion


The Most powerful Infrastructure is the Infrastructure you don’t see or interact with, in another word the “Invisible Infrastructure

Single Interface that combined Compute, Storage, DR, Cloud connect and even the HYPERVISOR and more, we are talking about the future of the IT “Enterprise Cloud” we are talking about NUTANIX.

One of the very cool new features in the new edition of AOS 4.6 is the ability to convert the Hypervisor running in your Cluster, in this blog post we will go through the conversion from ESXI to AHV and from AHV to ESXI,

The beautiful part that every thing is automated and GUI even the Guest VMs are converted to the hypervisor target format with no effort,

Let’s start with the first step after having the NUTANIX Cluster up and running ESXI hypervisor, Click on “Convert Cluster”

Read the notes and consider the requirements then click on “AHV”



Monday, November 16, 2015

VMware vRealize Operations Manager Step by Step (Part-5) Creating vRops Email Notifications

 

Configure an optional SMTP server to activate email service for reports and for notification messages when a problem occurs. Administrative alerts occur when vCenter Operations Manager detects a problem with one or more of its components and cannot collect data from the monitored objects.

To configure the Email Notification first we should have access to the vRops admin Portal, from the main menu click on Content,

SNAGHTML1e71c0dd

 

Wednesday, October 28, 2015

VMware vRealize Operations Manager Step by Step (Part-4) Policy Configurations (Allocation Or Demand?)

Out of the box, the Default Policy in vRealize Operations is set to use an Allocation Capacity planning model for most Object types.

In many other circumstances, a better starting point would be to apply a Demand based policy for most Object types and resource dimensions.

We will go through how to make this changes and what difference they will make to the Capacity Planning Analysis results.

Allocation:

Uses simple mathematics to do capacity planning. Works only on containers & Datastores Reduces the CPU, VM or DISK SPACE allocated to a VM from the total available. The total available can be hypothetically increased by using Over commitment Ratios

CPU Demand: Amount of CPU resources an object would have used if there was no contention Demand (Mhz) for CPU comes from vCenter Metrics. Derived as Percentage by vROps Demand can be Greater than , Equal to or Less than Usage

Memory Demand: Derived by vROps by using Active Memory + Overheads

Network Demand: Derived by vROps using network usage per vNic as a percentage of the bandwidth.

Disk Demand: Sum of the queued IO commands and the outstanding IO commands as a percentage of the overall capacity. It is derived by vROps.

Monday, October 12, 2015

Dell Acquires EMC; VMware to Remain Independent

طبعا كلنا سمعنا امبارح عن خبر بيع EMC الى DELL وطبعا لكل المهتمين بشركة VMware فيه سؤال بيطرح نفسه علينا كلنا ......
ايه مصير VMware فى الموضوع ده ؟؟
وخصوصا ان DELL عندها بعض ال Softwares اللى بتتنافس مع بعض منتجات VMware 
على سبيل المثال وليس الحصر فيه تنافس  فى الآتى:
VRealize operations and DELL Foglighr
VMware Horizon View and DELL vWorkspace
الإجابة من VMware بخصوص ده ان VMware سوف تبقى مستقلة كشركة منتجة للبرمجيات ولن يتم دمجها فى DELL software 
المصدر من موقع VMware
http://www.vmware.com/radius/dell-acquires-emc-vmware-to-remain-independent/