Rollback failed. Check rollback.log file for more details[Reason: Edge Transport Node failed with '400: [Fabric] Modification of some properties of an edge node is not allowed via NSX Manager. Kindly use CLI to modify these properties: node_user_settings and allow_ssh_root_login. Redeploy edge to modify form factor.For URL: http://localhost:7440/nsxapi/api/v1/transport-nodes/####-####-####-####]cliUsername is updated for the edge nodes./opt/vmware/bin/corfu_tool_runner.py -o showTable -n nsx -t EdgeTransportNode > EdgeTransportNode.txt "nodeUserSettings": { "cliPassword": "############", "rootPassword": "############", "cliUsername": "admin", "auditUsername": "audit", "auditPassword": "############" },VMware NSX-T Data Center
VMware NSX
Starting with NSX-T version 3.2.4, a validation mechanism was introduced to prevent modifications of read-only fields during edge node updates via the UI.
If the `cliUsername` is not stored in the database for certain edge nodes, the update call triggers this validation and fails.
script Fix_Error_16028_375618.sh attached in KB 375618 to make necessary changes to the edge user settings cliUsername for individual edge nodes use the following API command.POST https://NSX-manager-IP/api/v1/transport-nodes/$node_id/action/update-node-user-settings local payload='{"cli_username":"admin"}'Reference - KB 375618