Error: User modify failed. Cannot modify user on other node: usermod: user luca does not exist.
Error: User modify failed. Cannot modify user on other node: usermod: user ’luca’ does not exist.
Overview: This article describes an error encountered on the Master node GUI when attempting to modify a non-existent user 'luca', with solutions including adding the user on the Slave node or following a script that helps you automate the creation of non-existent system users.
This error is received while modifying the user from GUI(Mater node).
- Add the user in the Slave node. Run the following command.
:~# useradd -K UMASK=0077 -m -s '/usr/local/bin/ezsh' -g 'ezuser' <username>
Ex: :~# useradd -K UMASK=0077 -m -s '/usr/local/bin/ezsh' -g 'ezuser' luca
Alternative Method.
2. Delete the Gateway user(luca) from the Master node and create the same user from GUI.
Note: You will lose user logs.
Related Articles: