VMware NSX uses Management plane, Control plane and Data plane models, Components on one plane have minimal or no effect on other.
Management Plane: NSX Manager is the component we need to deploy manually and integrate it with vCenter and it can only be 1 to 1 correlation, NSX Manager registers with vCenter and inject a plugin into the vSphere Web Client for providing the User interface. NSX Manager is the interface for NSX API (REST API)for 3rd party application integration, NSX manager like firewall and security software. NSX Manager handles all the management tasks.
NSX Manager includes OVA files to deploy:
1. NSX Edge gateways
2. NSX Controller Cluster
3. VIBs pushed to ESXi hosts for distributed switches.
NSX manager also creates certificates and stores them in database, and push these certificates to the NSX controller instances as they deployed, and for each ESXi hosts that join NSX domain, Hosts and NSX controller verifies the certificate, so that the control plane communication should be encrypted.
NSX Manager uses the message bus to talk to the host for deploying VIBs. NSX Controller and the host communicates through User World (UWA) daemons
 |
Image is from VMware document. |
NSX Manager backup and restore can be configured from the NSX Manager virtual appliance web interface. Backups can be scheduled on an hourly, daily or weekly basis.
The backup file is saved to a remote FTP or SFTP location that NSX Manager can access. NSX Manager data includes configuration, events, and audit log tables. Configuration tables are included in every backup.
Thanks for Reading