How to determine NSX-T Manager CPU and Memory reservations from the CLI
search cancel

How to determine NSX-T Manager CPU and Memory reservations from the CLI

book

Article ID: 375842

calendar_today

Updated On:

Products

VMware NSX Networking

Issue/Introduction

NSX appliances should be configured with the required amount of CPU and Memory. The insufficient resource allocation and reservation may lead to issues. There is a known issue where CPU or memory reservation of NSX appliances are different than specified in OVA. 

 

Environment

VMware NSX-T 3.1.x

VMware NSX 4.x

Cause

There is a known issue where CPU and/or memory reservations of NSX Managers differ from that specified in the OVA.
Refer to KB:
https://broadcomcms-software-agent.wolkenservicedesk.com/wolken/esd/knowledge-base-view/view-kb-article?articleNumber=327352
While troubleshooting NSX T issues, technical support may need to retrieve NSX-T manager appliance CPU and/or Memory reservation settings from vSphere environment.
The unavailability of vCenter/ESXi access for NSX administration could make it challenging to confirm these CPU and memory reservation settings

Resolution

These commands requires 'root' login to NSX manager appliance

(i) Retrieve CPU reservations:
#vmware-toolbox-cmd stat cpures  

(ii) Retrieve Memory reservations:
#vmware-toolbox-cmd stat memres

These commands should be run on all Manager nodes in the cluster

Additional Information