YYYY-MM-DDTHH:MM:SSZ nsx-manager.corp.local NSX ##### SYSTEM [nsx@### audit="true" comp="nsx-manager" entId="00000000-0000-0000-0000-000000000001" level="INFO" reqId="#########-####-####-####-##########" subcomp="manager" update="true"] UserName="admin", ModuleName="CentralConfig", Operation="UpdateCentralNodeConfigProfile", Operation status="success", New value=["00000000-0000-0000-0000-000000000001" {"timezone":"Asia/Tokyo","ntp":{"servers":["<ntp_server_fqdn>"]},"snmp":{"v2c":{}},"resource_type":"CentralNodeConfigProfile","id":"00000000-0000-0000-0000-000000000001","display_name":"All NSX Nodes", "description":"All configurations in this profile are applied to Manager and Edge nodes.","_system_owned":false,"_protection":"UNKNOWN","_revision":9}]
VMware NSX : 4.x
Various configurations are expected to be updated according to the node profile values.
Changing the SNMP settings via the GUI causes the syslog field to be deleted, preventing the overwrite from occurring.
This issue has been resolved in version 4.2.1, where the syslog field is no longer deleted.
The steps for syslog are as follows:
To verify if the workaround is functioning correctly, please execute the following command:
grep -a "UpdateCentralNodeConfigProfile" /var/log/syslog |tail -n 1You will verify that the "syslog" field exists as shown in the following output example.
YYYY-MM-DDTHH:MM:SSZ nsx-manager.corp.local NSX ##### SYSTEM [nsx@### audit="true" comp="nsx-manager" entId="00000000-0000-0000-0000-000000000001" level="INFO" reqId="#########-####-####-####-##########" subcomp="manager" update="true"] UserName="admin", ModuleName="CentralConfig", Operation="UpdateCentralNodeConfigProfile", Operation status="success", New value=["00000000-0000-0000-0000-000000000001" {"timezone":"Asia/Tokyo","ntp":{"servers":["<ntp_server_fqdn>"]},"syslog":{},"snmp":{"v2c":{}},"resource_type":"CentralNodeConfigProfile","id":"00000000-0000-0000-0000-000000000001","display_name":"All NSX Nodes", "description":"All configurations in this profile are applied to Manager and Edge nodes.","_system_owned":false,"_protection":"UNKNOWN","_revision":9}]