NCP Study Guide PDF

I have published the PDF version of the NCP Study Guide, which can be found here.

Read more...

Describe the REST API and demonstrate how to use the REST API explorer

Understanding REST API REST API is also known as Web Services API because behind the scenes, REST API calls are nothing but HTTP requests used to retrieve information from, or making changes to, the cluster. Response Codes In response to an HTTP request, the server (cluster) returns a HTTP response which carries a Response Code….

Read more...

Install and configure a REST client to trigger REST API and generate code snippets

Postman Powerful HTTP client for testing web services. Makes it easy to test, develop and document APIs by allowing users to quickly put together both simple and complex HTTP requests. Google Chrome app for interacting with HTTP APIs. It presents you with a friendly GUI for constructing requests and reading responses. Offers an add-on package…

Read more...

Execute PowerShell cmdlets in interactive and batch modes

PowerShell Interactive Mode (add-pssnapin) The PowerShell Interactive Mode allows you to run individual PowerShell commands inside the PowerShell mode. View some of the PowerShell cmdlets here. The Add-PSSnapin command allows you to load Nutanix PowerShell cmdlets into the PowerShell environment. Convert the raw password to a secure string. This step is required because the Nutanix…

Read more...

Determine correct system storage settings for compression, deduplication, erasure coding and validate expected savings

I covered Compression, Deduplication, and Erasure Coding in the NCP Study Guide. However, there’s always more to learn! Compression Workloads Recommended for Compression Almost all Workloads Not Ideal for Compression Encrypted datasets Already compressed datasets (for example, images, audio, or video) Deduplication Workloads Recommended for Deduplication Base images (cache)—you can manually fingerprint them using vdisk_manipulator P2V and V2V when using Hyper-V (ODX…

Read more...

Monitor CPU/Memory utilization to identify problems and propose solutions

Metric Chart Create a chart with an analysis focus on metrics like IOPs, Latency, or Bandwidth. Can have more than one (1) selected Entity. Analysis of multiple Entities against a single Metric. Entity Chart Create a chart with a focus on an entity like a Host or a Virtual Machine. Can have more than one…

Read more...

Describe and monitor storage performance and methods of optimization

Jumbo Frames Due to the additional network configuration required, Nutanix does not recommend configuring jumbo frames on AHV for most deployments. However, some scenarios such as database workloads using Nutanix Acropolis Block Services (ABS) with iSCSI network connections can benefit from the larger frame sizes and reduced number of frames. To enable jumbo frames, refer…

Read more...

Describe and differentiate capabilities of Prism Central with and without Prism Pro

What Prism Pro Is Based on the Prism Central Starter License Added as a per-node license which enables additional features What Prism Pro Is Not An upgrade to an existing product A different product requiring a new license Prism Pro Feature List One-Click Centralized Upgrades allows for fast, simple upgrading of one or multiple clusters,…

Read more...