Hi All, Does CVO HA deployment in different(multiple) availability zone configuration supported in Microsoft Azure platform? The referred NetApp cloud documentation includes only configuration availability only within one availability zone/Zone sets. In general on-premise HA nodes sits in same datacenter and having Azure proximity placement groups the nodes can be configured in same AZ and nearest POD to avoid latencies ,but want to cross check whether CVO HA nodes can span across multiple datacenters (AZ's) or not. If its not supported then how zone how we can achieve redundancy. In AWS we can deploy CVO HA in different availability zones ,each one and mediator node in different zones. Thanks in Advance.
... View more
We are trying to test the DR scenario in AWS cloud. We have snapmirror configured and setup from on-prem array to CVO volumes in AWS. Can anyone provide me the steps to implement DR testing with flexclones in AWS? Thanks!
... View more
Hi Team, Upon running Terraform to successfully stand up CVO connector using a service principal i am unable to create a CVO instance as I receive the following error: │ Error: code: 400, message: {"message":"subscription xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx is not associated to your credentials","causeMessage":"BadRequestException: subscription xxxxxxxxxxxxxxxxxxxxx is not associated to your credentials"} the sub id matches the id of where the connector has been deployed and I elevated the service principal out of pure frustration to owner to see if that made a difference but it didn't. Below is my Terraform resource definition (you can see I am inheriting values from the connector - so it should all just work?): resource "netapp-cloudmanager_cvo_azure" "cl-azure" { depends_on = [netapp-cloudmanager_connector_azure.cl-occm-azure] provider = netapp-cloudmanager name = "TerraformCVOAzure" location = netapp-cloudmanager_connector_azure.cl-occm-azure.location subscription_id = netapp-cloudmanager_connector_azure.cl-occm-azure.subscription_id subnet_id = netapp-cloudmanager_connector_azure.cl-occm-azure.subnet_id vnet_id = netapp-cloudmanager_connector_azure.cl-occm-azure.vnet_id vnet_resource_group = netapp-cloudmanager_connector_azure.cl-occm-azure.resource_group security_group_id = "/subscriptions/${var.azure_subscription_id}/resourceGroups/${var.prefix}-rg/providers/Microsoft.Network/networkSecurityGroups/${azurerm_network_security_group.demo.name}" data_encryption_type = "AZURE" azure_tag { tag_key = "name" tag_value = var.prefix } storage_type = "Premium_LRS" svm_password = netapp-cloudmanager_connector_azure.cl-occm-azure.admin_password client_id = netapp-cloudmanager_connector_azure.cl-occm-azure.client_id capacity_tier = "Blob" writing_speed_state = "NORMAL" is_ha = false instance_type = "Standard_DS3_v2" license_type = "capacity-paygo" capacity_package_name = "Freemium" disk_size = 500 disk_size_unit = "GB" } welcome any suggestions on what I may have missed 🙂 Cheers, C
... View more
Hey expert, i am in process to integrate the cloud manager to Zabbix if any way like via snmp or API. the main objective only to bring the alerts of the working environment shows can display as an alert item in zabbix any approach be appreciate.
... View more
I know disks in CVO are configured as RAID-0, and assume I am using single node of CVO without HA. To increase redundancy, can I somehow change the RAID-0 to RAID-1 (MIRROR) OR add two use two such AWS disks to form the RAID-1?
... View more