NSX NAPP Infra is Degraded
search cancel

NSX NAPP Infra is Degraded

book

Article ID: 311844

calendar_today

Updated On:

Products

VMware vDefend Firewall

Issue/Introduction

NSX NAPP Infra is Degraded in the NSX UI

Environment

VMware NSX-T Data Center
VMware NSX

Resolution

Workaround:

Login to the nsx-manager as root and run the below command. Enter password when prompted.

curl https://localhost/napp/api/v1/platform/monitor/feature/health -k -u admin

Review the output and it will indicate which Pods are down and it may require redeploy using the command below

napp-k delete pod <name of the pod>

Run this command below to review log messages for a particular Pod to investigate cause of failure

napp-k describe pods <name of the pod>