Simplify cloud operations and optimize costs with confidence.
Recently active
Is there any kind of integration between Calm and VMware NSX-T? I would like to understand if there is the possibility to “completely automate” deployment of VMs (integration with vsphere) and network services.
In the recent version of Prism Central, I am no longer able to configure per-VM affinity rules. I now have to create global affinity policies based on categories. I can see how this is helpful, but it also add a lot of complexity for basic affinity situations like this:I have two VMs dns1 and dns2 and a four host cluster. The two dns servers should never live on the same host. Super easy to do the old way. But how do you do it this way? Would I create a category called `DNS` with `primary` and `secondary` as values? Then create one policy for primary that has host1 and host2 and create another for secondary with host3 and host4?What about a three-vm cluster? How would you ensure they balance onto separate hosts?
Hi@AnishWalia20 ,As per previous query, there was no update for clone permission,But now , on current version of PC 2021.9.0.2 , clone permission is there for ad user, but my query here is to clone other user’s vm or admin created vm. This task i am executing via REST API V3 as per previous query.There is project A(having multiple users) with allow collaboration option, in which ,As a user-A,I am able to clone a vm created by user-B ,But cloned vm owner property is same as User-B.I want to change owner property also while cloning vm via api.After cloning, vm should be owned by user-A.Please let mr know if there is some method to do so.
Hello All, I am working on a powershell script to create VM’s and I am having an issue with the following piece. $boot=New-NutanixObject BootConfig$boot.uefi_boot=$true$boot.secure_boot=$true$boot.boot_device_type='DISK'$boot.disk_address=$vmDisk.vm_disk_clone.disk_address The error I am seeing is “Boot disk index must be specified” I used the following to make the $vmDisk variable you are seeing at the bottom of the trouble code. $diskImage = (Get-Image | Where-object {$_.name -eq $vmdisks})$diskImage = Get-Image -IncludeVmDiskId -ImageId $diskImage.UUID $cloneDiskAddress=New-NutanixObject VMDiskAddress$cloneDiskAddress.vmdisk_uuid=$diskImage.vm_disk_id$vmDiskClone=New-NutanixObject VMDiskSpecClone$vmDiskClone.disk_address=$cloneDiskAddress$vmDisk=New-NutanixObject VMDisk$vmDisk.is_cdrom=$false$vmDisk.vm_disk_clone=$vmDiskClone I know it is something simple I just don’t know what it is. I appreciate any help. Thanks,Scott
Hi all!I’m writing a runbook with tasks that needs to use different endpoints from different Nutanix Projects. This seems to be impossible, so I want to check in with the community to see if I’m doing something wrong. :)I can create an endpoint without “assigning” it to a specific project, but this doesn’t matter since I have to define a project when creating a runbook. This means that I can only use endpoints that are assigned to the project the runbook is using.An endpoint can only be assigned to one project so assigning an endpoint to multiple projects is not an option.One possible (as well as very clunky and cumbersome) workaround would be to create identical endpoints for every project that needs access to it, but all endpoints must be uniquely named which makes this even more of a nightmare.Is what I want to do at all possible?Thanks.
Hi.There is no example of a schema for the Launch marketplace item API call due to the schema being too large.Can someone please provide me with either a schema that I can use “as-is” for launching a blueprint via the marketplace or an example schema that I can base my call on?Thanks!
I wan to migrate the prism central vm (scaled out 3Prism Central) AHV cluster to Nutanix+Esxi cluster. which is the best method to migrate the prism central vm, we have 3 prism central vm in the production, so all the PC we need to migrate. after migrate any manual configuration is required, please suggest best method.
Hello I’m trying to figure out why We are unable to login in to Prism central as below message appear when trying to login: as it show in the dev tools ( Failed to load resource ) I have checked the apache and its not working but not sure if the issue has anything to do with httpdbelow is the status of httpd on the PCVMRedirecting to /bin/systemctl status httpd.service● httpd.service Loaded: masked (/dev/null; bad) Active: inactive (dead)nutanix@NTNX-1-A-PCVM:~$nutanix@NTNX-A-PCVM:~$ sudo service httpd startRedirecting to /bin/systemctl start httpd.serviceFailed to start httpd.service: Unit is masked. after that checked if a service does not start or there is any FATAL logs for i in `svmips`; do echo "CVM: $i"; ssh $i "ls -ltr /home/nutanix/data/logs/*.FATAL"; done /home/nutanix/data/logs/magneto.FATAL/pollux.ntnx-10-0-22-199-a-pcvm.nutanix.log.FATAL.20220510-022710.119479/home/nutanix/data/logs/lazan.FATAL/home/nutanix/data/logs/uhura.FATAL/home/nutanix/data/logs/catalog.FATAL/h
I need to change the expiration period for the password based on local password. Do you know which command allow to do that, I have checkedncli authconfigbut without success.Cheers from Tahiti
There has been always slight confusion as to what of the 2 commands to use while destroying a cluster - cluster destroy and cluster -f destroyThe difference between the two are cluster destroy : This will clean out all the data on the cluster and wipe out all the configurations. cluster -f destroy : This command does the exact same thing. Also it will bypass any check for any service on the node. It grants permission to destroy cluster even if zookeeper node is not accessible. Think of it as forcefully destroying the cluster. Always make sure to reclaim licenses before destroying the cluster to follow best practice.Licenses can be reclaimed via the portal or can also be reclaimed manually via SFDC.If licenses are reclaimed manually following commands need to be run once they are reclaimed:ncli -h truencli license reset-license
Hi all,I have noticed 8 of categories are needed for creating a vm. "api_version": "3.1.0", "metadata": { "categories": { "CalmApplication": "test_single_vm_6", "CalmClusterUuid": "593a823c-975f-455d-9b37-9aa61181accb", "CalmDeployment": "42615561_deployment", "CalmPackage": "Package1", "CalmProject": "my-calm", "CalmService": "Service1", "CalmUser": "admin", "OSType": "Linux", "Project": "default" }, "kind": "vm", "name": "vm-0-220421-054929" }I have some errors when lunching a blueprint. ERROR: Category key creation failed at the AHV due to the following reasons: ERROR: Category key creation failed at the AHV due to the following reasons: ERROR: Category key creation failed at the AHV due to the following reasons: ERROR: Category key creation failed at the AHV due to the following reasons: ERROR: Category key creation failed at the AHV due to the fol
Have you noticed your Prism being unavailable via GUI or API when an AOS upgrade is running? This can occur during an AOS upgrade from 5.15.x or older to 5.19 or newer AOS. For more information check out KB 12280.
Hi!If you have several Virtual machines on an AHV cluster that must be deleted, can you delete them at the same time from Prism Central or should you remove them one by one from Prism Element?Also, is there any Rest API or PowerCLI to do that process? Thanks
Hi,I want to clone a VM in a isolated network.The isolated network is the same as Production (same IP / same name). There is no communication between production network and isolated network.After the VM is cloned, i start it and i need to execute a script for ajustements.Is it a way by API (prism) or anything else to execute locally a script?Thanks for your help,Matt
Feeling like a real noob today…Error comes back immediately. I have tried my email address and my NEXT username. I have verified that the CVM can ping the my.nutanix.com.I wanted to try resettting my password on Next but cannot find the link to do that in my user profile.
Hi ,How do we get the exact BW/network stats for a VM. The entity chart in Analysis created for VM Network RX/TX shows different values for the tap interface on AHV Does the VM Network RX/TX entity chart for VM include the storage traffic towards the hypervisor ? Which is internal and the tap interface traffic is rx/tx towards external ?
Can we us the metadata usage report by prism central on cluster? Has anyone tried? Or How can I get a similar report? Thank you
Hi, Using REST API 3 ,i want to list vm uuid by providing vm name in search criteria.But i am unable to find any search filter to provide vm name.I am using PUT /vm/list, these are the body model{ "kind": "vm", "sort_attribute": "string", "filter": "string", "length": 0, "sort_order": "string", "offset": 0}Please suggest where to put vm name search criteria.Also, suggest if there is another call for it to list vm uuid by vm name search.
Hello,On ESXi based Hypervisors in a Nutanix cluster, in AOS 5.20.2.1 Prism Element | Analysis has a Metric Chart that can be created for a host:Virtual NIC bytes received rateVirtual NIC bytes transmitted rateVirtual NIC bytes dropped transmitted packetsVirtual NIC bytes received packets dropped Any chance it can be added as a metric chart for hosts running AHV? (perhaps I’m missing something...)I do see it in the Networking Visualization - (just the mini-charts when a host / interface is highlighted). We do have network visualization configured and working. References/notes consulted:https://next.nutanix.com/how-it-works-22/network-visualization-and-network-switch-information-37473https://next.nutanix.com/discussion-forum-14/how-do-i-configure-physical-nic-s-to-appear-on-the-virtual-networks-screen-37946
I am provisioning a Windows clone VM using API, can you help how to inject the sysperp file in vm_customization_config?
I am a part of the Prism Ops product management team, and we are working to greatly expand the actions we offer out of box in X-Play and we need your input on Which actions do you need in X-Play?If you have a few moments, we would really appreciate your feedback on which actions you feel we should add to X-Play!https://forms.gle/iLQGL9GoNrNz5Le3AThe form should only take around 5 minutes to fill out. Your input will help decide which actions we should focus on first. We are running a survey from now until Friday, January 28th at 5PM Pacific Time.For more information on X-Play, check out Laura's recent "Getting Started with Nutanix X-Play" blog https://www.nutanix.dev/2022/01/19/getting-started-with-nutanix-x-play/
We are moving from VMware vSphere 6.0 to Nutanix Cluster AHV (Nutanix is our Hypervisor). The question is previously we could select console in VMware and make a 2nd connection to the VM (Server or workstation) with out somebody previously logged i without logging the 1st user off. Is the Nutanix Console different than the VMware Console?
How to tell if an IP is Prism Central or Prism Element by prism api?
Is Prism supported on all/most current browsers? I have issues with Edge and to some extent IE11. Mostly on an AHV cluster that I am testing on before I migrate my producton to AHV. Typically it is with on the VM page and creating or otherwise managing VM's. Sometimes i have issues with the log in page rendering at all.
Use LCM to display the software and firmware versions of the entities in the cluster.ProcedureIn Prism Central, click the gearbox icon to open the Settings page and select Life Cycle Management in the sidebar. Prism Central opens the Life Cycle Manager page. Click to enlarge Click Options > Perform Inventory. If you do not have auto-update enabled, and a new version of the LCM framework is available, LCM shows a warning message: Click to enlarge Click OK. The LCM displays all discovered entities. To view the current Calm and Epsilon versions, click View All. Click to enlarge The entity shows the current version, as well as the date and time of the most recent update. Click All Updates to return to the Life Cycle Manager page. Upgrading Calm with the Life Cycle Manager Use LCM to upgrade Calm and Epsilon to the latest available versions. LCM allows you to upgrade Calm or Epsilon independently or simultaneously. Configure rules in your external firewall to allow LCM updates. F
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.