Streamline Your Infrastructure Management and IT Operations
Recently active
Hello We want to create an automation that any new VM based on its subnet (Vlan) will be automatically added to category. How can we do that? Thank you
What is the api endpoint reference for VM create with boot type UEFI and secure boot true configuration ?
► My Nutanix Version: pc.2022.6.0.5 Hi, community! On “Count” Metric Summary Aggregation option in Prism Central > Operations > Reports, after generating PDF/CSV files, they show no data, being that PDF shows “Data is either not found, or it is inaccessible due to restrictions” and CSV shows blank cells: PDF Report exampleCVS Report example How can I solve it? Regards, thanks for attention and waiting for reply,Alan
The Reporting feature of Nutanix Cloud Manager Intelligent Operations enables you to create reports and schedule them to be e-mailed on a regular basis. But did you know you can also send these reports to Slack? While the reporting framework currently only allows you to specify e-mail, you can set up a time-based playbook using Nutanix’s low-code/no-code automation tool (also known as X-Play), along with the Generate Report and Slack actions.Note: Be sure to set up your Slack app as per the documentation. You’ll also need to ensure that the file:write permission scope is granted to the app.Once you have a report configured, set up your playbook. From the main Prism Central 2023.3 dashboard, select Intelligent Operations from the drop down menu, then navigate to the hamburger menu > Playbooks. Alternatively, just search for Playbooks in the search bar. Click on Create Playbook, then select the Time trigger.Specify the schedule you want the playbook to run on (i.e. how often you want
hello Sir,Installation error please share currect ISO download link.Please find the attached for Nutanix error.
Hello,I added a secondary Cluster to my Prism Central loaded in another site. Inside Prim central im unable to do launch Prism elements of this cluster. I get a error saying. " This action is not supported on unreachable cluster" Ports 80/9440 are open between all CVMs/Nodes and Prism central. I can see data from the cluster in Prism central, so I'm just wondering what I'm missing?
I receive the following error when trying to use a public signed cert in Prism Central:Unsupported signature algorithm detected on one or more certificates in CA chain. Please refer to the FIPS 140-2 documentation for more information. I did the same for Prism Element a few days ago and that went fine. Followed the exact same steps (minus the FQDN of course) for Central but this throws an error. What's the difference between the 2?
How to get Nutanix AHV VM bios UUID
Hi,I want from PRISM API to modify the subnet and Mac Address of a VM.Is it possible to do that by PRISM API ?I tried something like this by this URL [https://PRISM_URL:9440/api/nutanix/v3/vms/c7956715-db3d-48ef-b9df-f2ffcd433a1c]{ "spec":{ "name":"T0-SRV1" }, "resources":{ "nic_list":[ { "uuid":"d7684227-25a9-485b-a064-1789276617c3", "mac_address":"50:6b:8d:ab:0e:dd", "subnet_reference":{ "kind":"subnet", "name":"TEST0-SUB", "uuid":"c8c4ee2b-a39f-466b-9cc4-2ccce4ebea79" } } ] }, "metadata":{ }}But i get this message :{ "api_version": "3.1", "code": 422, "message_list": [ { "details": { "": [ "Additional properties are not allowed (u'resources' was unexpected)" ], "metadata": [ "'kind' is a required property" ], "spec": [ "'resources' is a required property" ] }, "messag
Article #000001842
HiNutanix 6.6.2.5Installing Prism Central (1-Click Internet)When I deploy PC, then there is an option, as either:Small Large X-LargeWhen I selected small. Then I get 1.VM with “6 vCPUs, 26 GB of memory, and 500 GiB of storage.”I deploy it. And after there is an option to “Scale out PC”. I can scale out to 3-VM, so I get 3x “6 vCPUs, 26 GB of memory, and 500 GiB of storage.” But my question is, can I scale out from Small to Large as well ?And also from Small to X-Large..?Or I need drop my PC to achieve that..? I am new to nutanix. And I would like to know, which is the best approach for later on, when there is a need to expand.Also, as I have read, the Flow Virtual Networking requires “Advanced Networking”, which needs X-Large deployments.We might need that option later on. So I want to know, should I need to create X-Large deployment now, or can I change it later on. Thanks. RegardsRaul
Hi,I would like to know if there is any command to get the resilient capacity of a cluster, from nCLI/API. The resilient capacity is usually seen in the prism element → storage summary ->view details. Please help, also let me know if any alternative method, to get the resilient capacity for the cluster.Thanks,Arun
Hello, I am trying to create a vm that will use UEFI and Secure boot with the new powershell cmdlets. With the version 1 cmdlets this was not possible. Does anyone know if this is possible with V2 or are we still required to use the API along with the powershell cmdlets?
I find that I am stuck between a rock and a hard place all of a sudden. I have been using the original Nutanix PowerShell cmdlets (Add-PSSnapin NutanixCmdletsPSSnapin) for weekly inventory scripts. I also have a script for deploying new VMs from images that use these cmdlets. Our production Prism Central is pc.2022.6.0.3 and I can still login to that just fine (Connect-NTNXCluster). However, we are having numerous issues with that build and support has advised they have been resolved in the newest build pc.2023.1.0.1. We have a test Prism Central instance with one test AHV cluster. Yesterday we updated that to pc.2023.1.0.1 and now I cannot connect with the cmdlets. Scripts> Connect-NTNXCluster -Server $PCentral -Username $MyCreds.Username -Password $MyCreds.Password -AcceptInvalidSSLCerts -ForcedConnectionConnect-NTNXCluster : Invalid JSON primitive: Authentication.At line:1 char:1+ Connect-NTNXCluster -Server $PCentral -Username $MyCreds.Username -Pa ...+ ~~~~~~~~~~~~~~~~~~~~~~
Hi AllCurrently a new version has been released for prism that is pc.2022.9 . In which, it has been mentioned that Microservice infrastructure would be enabled by default and it is mandatory as well for this version .Can anyone confirm that enable of microservice infrastructure requires separate license as in my current infra i dnt have Microservice infrastructure enabled and i dnt require it also .[I am using ESXi as a hypervisor] .Also, is there any way old version of Prism[PC.2022.6.0.1] can be update to this pc.2022.9 version without having Microservice infrastructure enabled ?
I’m trying to secure webhook communication. I’m using PRISM Element. My callback server uses https and has a web-server certificate installed issued by a local CA. First question is, which CA certificate will PRISM use to validate the callback server certificate? Is it the same CA certificate used for the PRISM web server? Second question, how does the callback server verify that the webhook effectively originated from PRISM? Is this mutual TLS or is there another method? If mutual authentication, what certificate does PRISM use for this?
When I want to do inventory in LCM using PC, the error showed as shown below: Anyone know how to fix it?
When building Packer images the temporary images don’t delete after completion. This is working on other clusters, but this specific one we get an error: Having same exact issue as this: https://next.nutanix.com/ncm-intelligent-operations-formerly-prism-pro-ultimate-26/cannot-delete-image-error-app-blueprint-template-39267, but the links don’t provide any insight in how to fix.Versions AOS 6.5.1.6 Calm 3.6.0 PC pc.2022.6.0.1
I'm curious, what is the maximum number of Playbooks that can be supported by Prism Central?And how many actions we can add in one playbook?
Elevate Your Reports With GroupingWith Nutanix Cloud Manager you can create your own custom reports with either custom or pre-defined views. (To learn more about reporting basics, check out this video)In the video below, I show how you can use the grouping functionality to group all your views by a specific entity using the custom group view. After watching the video, keep reading to learn more about different ways to use grouping!There are two ways to group entities: Custom Group View Group Data within a Custom View You can use the custom group view either by selecting all the existing views and clicking on Create Group, or adding a group using the custom Group view and adding views to that group.There is also the ability to group data within a custom view itself. For example, if you wanted to create a line chart to display VM memory usage, you can group by cluster within this view under Advanced Settings.So what’s the difference?When grouping data within a view, you will see a sepa
Hi, I would like to ask if anyone has configured NGINX as a reverse proxy for IAM/Providers page. I tried configuring mine using the NGINX configs posted here in this forum, but I am unable to click onto the links when I am redirected to the IAM/Providers page. Appreciate if someone could provide some valuable inputs on this.
Hello all! I hope everyone has had a wonderful start to the new year and a wonderful holiday season as well. I am running into the following error (shown in reply) when trying to deploy a new prism central instance I have tried to google around and also looking at various support topics and forums, but I have had no luck finding anything relating to what causes this. I have renewed the SSL certificate in the settings menu, but that did nothing for me. any help or guidance on where to find more information will be very much appreciated. As always, thank you for your time.
"We are currently collecting usage data. Cluster usage data will be displayed here in 24 hours"" this message is showing more than two week in a Capacity section (cpu runway and storage runway) of all Esxi cluster in Prism Central.1) is there any way to verify the data collection progress in command line ?2) is there any way to stop and start this data collection ? if yes, does it affect the VMs and clusters ?PC version : 2022.4.0.1Esxi version : 7.0.1 and 7.0.2vcenter version : 7.0.3no of esxi cluster in PC : 23 clustersPC and VC are registered
I am wanting to create a role where system application owners can login and only see their VMs. I have a role setup that will let them see their VMs based on a category. The permissions for that role are below.Access Console VMUpdate ClusterUpdate VM Power StateView ClusterView VMView VM Recovery PointThe users can see their VMs, open console, and can power off/on their VMs. They don’t see the recovery points which is what I wanted for them to see. Is there any permission that I need to give this role that is tied to the View VM Recovery Point action?Screen shot of permission for roleScreen shot of user logged into PC assigned to the RoleScreen shot of VM details with no Recovery Point tab showing
Hello, I stumbled upon a very weird problem and I am not able to sort it out myself.I have a pretty fresh Cluster running AHV which is for our Lab.I installed a Server 2022 DC - all fine. I installed a second one - all good.I created the Active Directory on the first one, edited IP-Settings on both machines including DNS and everything and tried to join the other Server as a second Domain Controller. That is where I got stuck. It wasn’t able to join the Domain. On the Error Page it said it was able to find the Domain but wether A-Records are not correct or the Server is noch reachable.Ping and nslookup works just fine though. I tried a day testing everything that was coming to my mind and after some while I tried to eliminate as much factors as possible. So I migrated both Servers to the same Node to eliminate networking issues - and this does the trick. When I want to domain join another Server from another Node it does not work anymore, as soon as it is on the same, it does.I then tr
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.