The Foundation for Your Hybrid Cloud
Recently active
I will looking to migrate from VMware to AHV in the next few weeks. As I understand it, it is not possible to schedule the state of a VM say for Shutdown or Power On, as you can do in VMware. Is there a workaround and is this on the roadmap?
When I searched the documentation, it was said that scsi-3 pr3 is supported when attaching volume from AOS 5.17.my curiosity1. In versions prior to 5.17, when allocating a shared volume for vm redundancy configuration, if you use Attach instead of using iscsi-initiator, does it not work?2. Considering I/O speed and stability, which do you think is better, mounting a volume through iscsi-initiator or connecting to a VM as a direct attach?
Hi, AHV is based on KVM, but I can't find any documentation that states that you actuelly can run/move KVM VMs on AHV. Can anyone confirm this? We have a customer who wishes to move their KVM VMs to our AHV environment. :) So we want to confirm that it is possible. Best regards Peter
We are running our data center on AHV and would like to store backups in the cloud. (preferably archive tier). What options do we have? From my understanding, we can leverage the use of VTL’s in the form of AWS storage gateway or Starwind VTL to push our backups to the cloud, but since my knowledge of VTLs and cloud are minimal, I’m struggling to find how to accomplish this. Can someone point me towards articles that will guide me through this? Specifically, I’m not sure how to make that connection from Nutanix to a VTL or storage gateway. Would iSCSI be involved? Any help would be much appreciated!
Hi, we are a IP Telephony company and we are looking for an option to have a better backup system on our servers.We currently have 2 servers running ESXi. One live server with all our VM for our clients and one backup server. Nutanix seems like a good option for us to be able to have a backup system always live and not having to boot up any VM manually.If I wanted to start using Nutanix what would you recommend as best practice for a switch from ESXi to Nutanix?I just started looking into Nutanix and it seems like a great option with all the redundancy and self healing feature. I was wondering where I can find prices for the OS or access to the technical support. I can’t find any option list of subscription or price range for their OS.
Hi - I’m having an issue with a new installation of Nutanix on AHV (single node cluster) that I’m hoping someone hear can help with.Basically, using Prism, when I attempt to create a new VM the process fails with the error “VM with ID ‘*********’ was not found”. However, if I attempt to add a VM without a new disk, it successfully creates the VM but I can’t add a disk to it, error “Operation Failed: InternalException”.I’ve been able to upload my ISOs for installation etc. and of course the CVM is seemingly working fine. Any ideas what could be wrong? Many thanks.
I have question about remote site's snapshot.When we restore the VM by snapshot from origal siteI have question about remote site's snapshot.When we restore the VM by snapshot from origal siteWhen we restore VM, it will probably be a clone of the original site's VM, so I can understand NIC MAC Address can be changed.However, I hope to know does IP addresses also be change or not.
Nutanix recommends the following best practices for implementing disaster recovery using Leap. Along with these recommendations, there are specific recommendations for data protection with Synchronous replication (0 RPO).For data protection with Synchronous replication recommendations, see Recommendations for Synchronous Replication.General Recommendations Create all Leap entities (protection policies, recovery plans, and VM categories) at the primary site, where the VMs exist. Upgrade the Prism Central before upgrading the Prism Element running on the clusters registered to Prism Central. Disable Synchronous replication before unpairing the sites.If you unpair the sites while the guest VMs in the Nutanix clusters are still in synchronization, the Nutanix cluster becomes unstable. For more information about disabling Synchronous replication, see Disabling the Synchronous Replication (from 5.12 to 5.17 only). Recommendation for Virtual NetworksDo not create virtual networks that hav
Is there the possibility of using the microVM concept in Nutanix? Are solutions like firecracker (https://firecracker-microvm.github.io/) possible with Nutanix?As I understand it is not possible to nested virtualization with Nutanix (https://next.nutanix.com/server-virtualization-27/nested-virtualization-33423), so is there any provision for a feature that enables the use of microVMs with Nutanix?
Virtual Machine High Availability (VMHA) ensures that VMs restart on another AHV host in the cluster if a host fails. VMHA considers RAM when calculating available resources throughout the cluster for starting VMs. VMHA respects affinity and anti-affinity rules. For example, with VM-host affinity rules, VMHA does not start a VM pinned to AHV host 1 and host 2 on another host when those two are down unless the affinity rule specifies an alternate host. There are two VM high availability modes: Default: This mode requires no configuration and is included by default when installing an AHV-based Nutanix cluster. When an AHV host becomes unavailable, the VMs that were running on the failed AHV host restart on the remaining hosts, depending on the available resources. If the remaining hosts do not have sufficient resources, some of the failed VMs may not restart. Guarantee This non-default configuration reserves space throughout the AHV hosts in the cluster to guarantee that all VMs can re
Since a week, a virtual Windows Server is unreachable after a backup is created with Rubrik.In the Windows Event log, the following error is raised.(Event ID 129) Reset to device, \Device\RaidPort0, was issued.We are using VirtIo drivers 1.1.6.18 on this Server 2019 instance?Anyone familiar with this error message?regards,Bart
We have Nutanix 3 Node Cluster with ESXI 7 , I am planing for DR with Nutanix.What are the DR option available in Nutanix? Is it using VMWare SRM or Nutanix Protection Domain? what is the minimal RPO and RTO? is it possible realtime replication ?
Anyone running Traditional SQL Clusters on a Nutanix / HyperV implementation?
I am looking for a patching product that will tie into Nutanix and be able to take a snapshot before patching, we are looking to automate this process to get away from manually taking snapshots prior to deploying patches. We do have Protection Domains setup but with the timing intervals it is not ideal only use those pre-deploy as they can be hours behind the actual patching deployments. If anyone is using a product that has this capability please let me know or if you may have a better way to accomplish this within Nutanix.
At a customer we have a single Nutanix 3-nodes Cluster running like a charm for a few years. All virtual machines are snapshoted by Prism, 3 times a day, and then replicated to a remote backup site which is Microsoft Azure. In Azure we have then a CVM and some blob storage to store backup replicas.I’m currently wondering our possibilities if a severe outage occurs on the site hosting the physical cluster leading to the loss of the hardware.I know that we could order a new physical cluster and then retrieve the snapshots externalized to Azure to rebuild the infra, but it means that the infra is down for a few weeks (supply time, etc...).Is there a possibility to restore externalized snapshots directly to Microsoft Azure VMs?
So I use the following script to create a VM. I actually have a small batch file that opens putty, logs into a CVM, prompts me for the $name and then runs the script below. The image is one I made, then sysprepped and uploaded as a disk image.Everything works great except that when I then open the console it goes through the Windows setup. I have an Unnattend file but I am unsure how to use it with my script. If I go through the GUI to create a VM I just point it to the unattened file in our file share.Is there a way to attach the sysprep file? I thought it might be a parameter vm.disk_create but I am not clever enough to figure that part out and thought maybe someone else smarter could help. First world problems I know but it could help save me 30 extra seconds of not having to type the admin password in and set the keyboard settings etc.#creates a vmacli vm.create $name memory=$mem num_cores_per_vcpu=$core num_vcpus=$vcpu uefi_boot=TRUE &&#Create C:acli vm.disk_create $name c
Do you know guys a way to speed up uploading large image files (vhdx etc) to a Nutanix container? Using browser or winscp we got maximum 180GB/hour (using a windows VM with direct connect to CVM network, no routers/firewalls). Any idea?
On Nutanix cluster , our Oracle workloads are protected via Oralce Data guard. We are looking for some sort or block level replication solution to cut down the Oralce license cost for DR solutions.Does Nutanix or 3rd party application that work on Nutanix cluster have any DR replication (block level) solution for Oracle and SQL server workloads with point in time recovery?I don’t think the protection domain is suitable for Database workloads. Please suggest DR replication solution available for VMs that runs Oracle/MSSQL database workloads.
I will upgrade AOS version from 5.10.6 to 5.15.5 on Dell XC640 that hypervisor version is vSphere6.7 U2.Can I rollback AOS version If upgrade process occurs any trouble? Please give me any manuals if do you know that.
I just want to know if there's a downtime on my Virtual Machines, for example my Main site have an outage then I have remote snapshots to DR site. The question is . . . is it automatically activated or powered ON my virtual machines inside on my remote snapshots or I need to manually activated or powered ON the virtual machines on my remote snapshots?
The abundance of options causes anxiety. That’s a proven fact. It is only true, however, if those options are hardly distinguishable. This is not the case with Nutanix DR options at all as each feature has a clear purpose and application. It all starts with an SLA. Understanding your disaster scenarios and the amount of data that you are ready to lose in the event of the disaster is the key to choosing a solution that is right for you. Roughly, there are several main options: Local backups (also known as Time Stream). Use these to roll back any Guest OS maintenance that went wrong. Remove a snapshot when the maintenance is over and the rollback is no longer required. Do not leave your snapshots unattended. Remote backup and DR: Asynchronous Replication: Protection from VM Corruption and Deletion as well as from a total site failure. Snapshots can be 1hr or longer apart. Near-sync Replication - leverages Lightweight Snapshots that are snapshots of the metadata. Recovery points can
This question cancelled!
OverviewNutanix Clusters GovCloud enables United States government customers to run a secure Nutanix cluster on AWS GovCloud in adherence with the US government compliance regimes.Nutanix Clusters GovCloud runs as a separate instance from the Nutanix Clusters commercial instance. To create a Nutanix cluster on AWS GovCloud, set up your AWS GovCloud account similar to an AWS commercial account. After you set up your AWS GovCloud account and complete the required documentation, the GovCloud Nutanix Operations team provides you access to the Nutanix Clusters GovCloud instance. You can then proceed to create a Nutanix cluster on AWS GovCloud as you would do on a commercial instance. Even though Nutanix Clusters GovCloud runs as a separate instance from the commercial instance, all features and workflows are identical to the commercial instance of Nutanix Clusters. See Nutanix Clusters On AWS Deployment and User Guide for more information.AWS GovCloud RegionsYou can create a Nutanix cluster
BACKUP AND RECOVERY:For Nutanix Clusters on AWS Nutanix provides the following backup and recovery options.Disaster Recovery for Instance, AZ, and Region Failure Nutanix has native inbuilt replication capabilities to recover from complete cluster failure. Nutanix supports both near-synchronous (NearSync) and asynchronous replication on an AHV cluster. Integration with Third-Party Backup Solutions Deploying a single cluster in AWS is great for more ephemeral workloads where you want to take advantage of performance improvements and use the same automation pipelines you use on-prem.Disaster Recovery for Instance, AZ, and Region Failure:Nutanix has native inbuilt replication capabilities to recover from complete cluster failure. Nutanix supports both near-synchronous (NearSync) and asynchronous replication on an AHV cluster.You can set your Recovery Point Objective (RPO) to be as little as one minute with NearSync, one hour with asynchronous and instant with synchronous replications. You
NUTANIX CLUSTERS REGISTRATION To register for Nutanix Clusters, you must have a My Nutanix account. A My Nutanix account allows you to access, manage, and use Nutanix Clusters. Your My Nutanix account is your first point of access to Nutanix Clusters. After you create a My Nutanix account, you can onboard into Nutanix Clusters either by signing up for one of the paid plans and applying Nutanix licenses at the same time.Pro-tip:You can also start a 30-day free trial of Nutanix Clusters. Nutanix Clusters Hybrid Subscription Model:You can sign up for Nutanix Clusters with any one of the payment plans (Pay As You Go or Cloud Commit) and apply Nutanix software licenses (that you might already have purchased or planning to purchase) such as Prism Pro, Files, and more at the same time. If you choose to apply licenses, the licenses are consumed first and then your payment plan falls back to the one you selected. If you do not have licenses or do not plan to purchase licenses, you can simply se
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.