Troubleshoot NSX Manager Services
If you are facing any NSX related issues, then NSX manager UI is the first place to verify which service or services are impacted. Typically you can check status of following services from NSX Manager UI (https://NSX-FQDN/login.jsp)
- vPostgres
- RabbitMQ:
- NSX Management Service
- NSX Universal Synchronization Service (Only when you have Cross vCenter NSX Configured)
If any service is in stopped state, try to start or restart it.
You can also check logs from NSX manager CLI to determine what is broken. The two important logs you can check are: NSX Manager log and the System log. These logs can be viwed by firing commands: show log manager & show log system. You can append the word follow to watch the logs in real time (similar to linux tail command)
If any of the service is crashing, or not starting, you can check the bottom of the log to see the latest entries and it should give you more information on why it’s not starting.… Read More