Edit host name
-
On 2514 I can’t edit a host name.
After changing it and pressing the update button it reverts to the previous host name.
-
It is behaving in some weird form. It seems that it is not deleting the hosts in the database when I delete it in the web interface, thus it cannot rename the host with a name that already exists in the database.
-
I’m taking a look to see if I can replicate and fix the issue.
-
Okay,
I’m not seeing an issue.
Can you just try to remove all hosts with the hostID field set to 0?
[code]delete from hosts where hostid=‘0’;[/code]