As i trust most of you familiar with Nutanix Era already know the Era configuration is stored in the repository (repo) backed by a PostgreSQL database running in the Era appliance. There are multiple options available for managing and configuring your Nutanix Era plattform. UI – Which actually performs API calls to the back end. …
Tag Archive: curl
Era Management Plane High Availability Version 2
With the release of Era version 2.3 in late September 2021, which i wrote a blog post about here, the Era Management Plane was improved when it comes to providing high availability (HA) meaning it does not include any single point of failure (SPOF) anymore. Era Management Plane consists of two service groups: Front-end services …
Era Management Plane High Availability
With the release of Era version 2.2 in late June 2021, which i wrote a blog post about here, the Era Management Plane was improved when it comes to providing high availability (HA). Era Management Plane consists of two service groups: Front-end services (API, agent, web service). Back-end service (database or repository). Prior to Era …
Download Image From Nutanix Image Configuration Via REST API
The Nutanix Image Configuration available in Nutanix hypervisor, AHV, based Nutanix Clusters is used to hold Disk and ISO files from which you want to create create new virtual machines from or use during operations system (e.g. VirtIO) or other software installations. It is easily accessible via: Nutanix PRISM -> Gear Icon (in the top …
Useful Commands & Tools When Working With JSON & REST API
Updated: 2018-07-29: Added a link to another online REST client and a JSON formatter to provide you with some additional options. ——————————————————————————- Original Post: Over the years I have worked with JSON (JavaScript Object Notation) to create various automation and or orchestration workflows which integrate with system providing a Representational State Transfer (REST) Application Programming Interface …
Problem connection vCenter Orchestrator to vRealize Automation
While standing up a vRealize Automation (formerly known as vCloud Automation Center) 6.2 environment a few days back i received an error when trying to connect an external vCenter Orchestrator 5.5.2 (vCO) soon to be renamed to vRealize Orchestrator (vRO) to the vRA Advanced Services.
VMware Tools for Nested ESXi released
Running nested ESXi hosts is great for development, education, test and training purposes and i have used it for many years in e.g. vSphere, VMware Workstation, VMware Fusion and vCloud Director (vCD). One thing that has been a pain while running nested ESXi hosts over the years has been the shut down process. This was …