Hi All,
I've got my VCs all pointing to a Veeam ONE server (free edition) via IP address, but want to know if there is a way to change this to reflect server name instead (while addressing the server via IP address in the backend). Just to make it easier to see what the server name is.
Thanks!
-
- Influencer
- Posts: 19
- Liked: never
- Joined: Apr 16, 2013 2:59 pm
- Full Name: CraigV
- Contact:
-
- Veteran
- Posts: 7328
- Liked: 781 times
- Joined: May 21, 2014 11:03 am
- Full Name: Nikita Shestakov
- Location: Prague
- Contact:
Re: Change list details in Veeam ONE to server name
Hi Craig,
There is no GUI option, but you may run simple SQL script to change IP address to FQDN name:
There is no GUI option, but you may run simple SQL script to change IP address to FQDN name:
Code: Select all
UPDATE monitor.Entity SET
name = 'NEW_NAME' WHERE
name = 'OLD_NAME'
Who is online
Users browsing this forum: No registered users and 5 guests