- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2022 01:22 AM
I tried to change the ip of a server after it's discovery. I tried to set it to a ip used in one of it's network adapters (the server has more than one).
It seems that i can change it, i mean the server form has the ip field unprotected and there's no error after updating it BUT after clicking the update button the ip remains the same as before. I have the admin role, can anyone tell me what am i dong wrong?
Solved! Go to Solution.
- Labels:
-
Enterprise Asset Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2022 03:29 AM
gr.addQuery("name", "eth0");
line always taking the eth0 IP.
So even you updated with any IP, it will only take eth0 one
you have to change it to erogozine or the one you want.
Also this BR is not OOTB, you have to check who created this BR in your team.
Mark answer as correct if its helpful
Anshu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2022 03:39 AM
Thank you, again, very very much anshu, you definitely helped me.
I found out that the BR is, as you wrote, not OOTB and i will contact the person who created it (an external consultant) asking him about it's use.
Have a nice day