-
- VP, Product Management
- Posts: 27405
- Liked: 2806 times
- Joined: Mar 30, 2009 9:13 am
- Full Name: Vitaliy Safarov
- Contact:
Re: How to rename veeam backup server host?
After joining to another domain, you will need to verify/change all the credentials used in the Veeam backup server (assuming that there are no trusts between new and old domains).
-
- Veteran
- Posts: 411
- Liked: 31 times
- Joined: Nov 21, 2014 10:05 pm
- Contact:
Re: How to rename veeam backup server host?
Thanks! I'll double check that.
Bed?! Beds for sleepy people! Lets get a kebab and go to a disco!
MS MCSA, MCITP, MCTS, MCP
VMWare VCP5-DCV
Veeam VMCE
MS MCSA, MCITP, MCTS, MCP
VMWare VCP5-DCV
Veeam VMCE
-
- Expert
- Posts: 148
- Liked: 11 times
- Joined: Aug 20, 2013 1:16 pm
- Full Name: Roger Dufour
- Contact:
Re: How to rename veeam backup server host?
I have a Repository server that (in the GUI) is referenced by the IP address... I was in a hurry to get/test the backups... now the name is stuck there. Is there a way to change the name in the GUI to reflect the DNS name instead of the IP address?
Thanks in advance.
Roger
Thanks in advance.
Roger
-
- Product Manager
- Posts: 20439
- Liked: 2309 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: How to rename veeam backup server host?
You're talking about underlying server that hosts repository role, right? If so, you can try this workaround. Thanks.
-
- Expert
- Posts: 148
- Liked: 11 times
- Joined: Aug 20, 2013 1:16 pm
- Full Name: Roger Dufour
- Contact:
Re: How to rename veeam backup server host?
Correct... VeeamBKP is the management host, VeeamREPis the repository which has 3 iSCSI LUNS for repositories setup as one regular and one SOBR. In the GUI, they show up as VeeamBKP and 192.168.1.8. I would like them to show up as VeeamBKP and VeeamREP.
I've downloaded the latest .iso, and in the Backups folder there is only Shell.x64.msi and Server.x64.msi. Are either of these the Powershell extensions? or do I have to go to the v8 .iso?
I've downloaded the latest .iso, and in the Backups folder there is only Shell.x64.msi and Server.x64.msi. Are either of these the Powershell extensions? or do I have to go to the v8 .iso?
-
- Veeam Software
- Posts: 21140
- Liked: 2141 times
- Joined: Jul 11, 2011 10:22 am
- Full Name: Alexander Fogelson
- Contact:
Re: How to rename veeam backup server host?
It's now embedded into the Veeam B&R Console installation package, so you need the first one.
-
- Expert
- Posts: 148
- Liked: 11 times
- Joined: Aug 20, 2013 1:16 pm
- Full Name: Roger Dufour
- Contact:
Re: How to rename veeam backup server host?
so in my case, I should be able to issue 4 commands to rename the Repository server...
All I want to do is aesthetics... its the value that shows up in the GUI that I want to change... the server IS represented as the IP address not the Hostname
Code: Select all
Add-PSSnaping VeeamPSSnapin
Connect-VBRServer -Server <server-name> -Port 9392 -User <MyUserID> -Password <MyPassword>
$Server = Get-VBRServer | ?{$_.name -eq "192.168.1.8"}
$Server.SetName("VeeamREP")
-
- Veeam Software
- Posts: 21140
- Liked: 2141 times
- Joined: Jul 11, 2011 10:22 am
- Full Name: Alexander Fogelson
- Contact:
Re: How to rename veeam backup server host?
You have an unnecessary "g" in the first cmdlet.
-
- Expert
- Posts: 148
- Liked: 11 times
- Joined: Aug 20, 2013 1:16 pm
- Full Name: Roger Dufour
- Contact:
Re: How to rename veeam backup server host?
what... no snapping!!!
-
- Product Manager
- Posts: 20439
- Liked: 2309 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: How to rename veeam backup server host?
VeeamREP is not a DNS name, is it? I'm wondering because the managed server should be reachable via this name/IP. I want to clarify that you're not confusing Repository name and DNS name/IP address of managed server that hosts repository role/
Thanks.
Thanks.
-
- Expert
- Posts: 148
- Liked: 11 times
- Joined: Aug 20, 2013 1:16 pm
- Full Name: Roger Dufour
- Contact:
Re: How to rename veeam backup server host?
The actual server name is veeamrep-<site1> and veeamrep-<site2> (for the two sites). Our highly imaginative naming convention went out the window for these... veeamwan-<site1>... you get the picture. In the GUI, instead of having the FQDN or the nodename, one of the repository servers was noted as its IP address... its all aesthetics...
Thanks for the help!
Thanks for the help!
-
- Product Manager
- Posts: 20439
- Liked: 2309 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: How to rename veeam backup server host?
Ok, I was trying to say that if you go to backup infrastructure node and select a backup repository, you will see two "names": name of repository itself (Name), name of a host it's created on (Host).
The provided script changes the latter, and the later should be valid IP address or DNS name.
Thanks.
The provided script changes the latter, and the later should be valid IP address or DNS name.
Thanks.
-
- Veteran
- Posts: 600
- Liked: 66 times
- Joined: Jun 13, 2013 10:08 am
- Full Name: Paul Kelly
- Contact:
Re: How to rename veeam backup server host?
Should this script also work if wanting to strip *just* the DNS name from the B&R server itself? (i.e. "rename" from FQDN to short-name).
We're nearing the end of a domain migration & I've found that removing & re-adding proxies as short-names gets over the current naming issue, plus protects against the same issue in future (this company has changed domain 3 times in 3 years - drives me mad!)
I ran the commands no problem (against B&R) but it hasn't changed within the "Managed Servers" section of the gui so I'm not sure if it'll actually help me...
We're nearing the end of a domain migration & I've found that removing & re-adding proxies as short-names gets over the current naming issue, plus protects against the same issue in future (this company has changed domain 3 times in 3 years - drives me mad!)
I ran the commands no problem (against B&R) but it hasn't changed within the "Managed Servers" section of the gui so I'm not sure if it'll actually help me...
-
- Veeam Software
- Posts: 21140
- Liked: 2141 times
- Joined: Jul 11, 2011 10:22 am
- Full Name: Alexander Fogelson
- Contact:
Re: How to rename veeam backup server host?
Have you tried to rescan/restart everything?
-
- Veteran
- Posts: 600
- Liked: 66 times
- Joined: Jun 13, 2013 10:08 am
- Full Name: Paul Kelly
- Contact:
Re: How to rename veeam backup server host?
Re-scanned a couple of times with no change, just rebooted it & still showing FQDN?
-
- Veeam Software
- Posts: 21140
- Liked: 2141 times
- Joined: Jul 11, 2011 10:22 am
- Full Name: Alexander Fogelson
- Contact:
Re: How to rename veeam backup server host?
Support could look into the database to see if it has really changed.
-
- Veteran
- Posts: 600
- Liked: 66 times
- Joined: Jun 13, 2013 10:08 am
- Full Name: Paul Kelly
- Contact:
Re: How to rename veeam backup server host?
Okedoke, I'll give 'em a shout tomorrow... Thanks for the help anyway.
-
- Product Manager
- Posts: 20439
- Liked: 2309 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: How to rename veeam backup server host?
Just checked it, the suggested script works for every managed server, except backup server itself. Thanks.
-
- Veteran
- Posts: 600
- Liked: 66 times
- Joined: Jun 13, 2013 10:08 am
- Full Name: Paul Kelly
- Contact:
Re: How to rename veeam backup server host?
Argh! Just my luck!
Is there a safe way to "just" remove the domain portion of the backup server name?
Is there a safe way to "just" remove the domain portion of the backup server name?
-
- Product Manager
- Posts: 20439
- Liked: 2309 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: How to rename veeam backup server host?
The information must be stored somewhere in product database. So, you can try this approach.
However, I'd suggest you to open a ticket prior to doing that and correct db under engineer supervision.
Thanks.
However, I'd suggest you to open a ticket prior to doing that and correct db under engineer supervision.
Thanks.
-
- Influencer
- Posts: 10
- Liked: 1 time
- Joined: Oct 08, 2018 3:37 pm
- Full Name: D K Matthewson
- Contact:
Re: How to rename veeam backup server host?
And yes, I know this is an old issue but I've just had it on 9.5 B&R and the regedit fix works fine. [A few of the keys have changed names slightly but are obvious]
The symptoms are that several of the Veeam services fail to start and can not be manually started. Make the reg changes - no need to reboot - manually start the services and everything works as expected.
The symptoms are that several of the Veeam services fail to start and can not be manually started. Make the reg changes - no need to reboot - manually start the services and everything works as expected.
-
- Enthusiast
- Posts: 99
- Liked: 12 times
- Joined: Mar 06, 2013 4:12 pm
- Contact:
Re: How to rename veeam backup server host?
Just wanted to chime in and say this still works in VB&R 11. There were a few more keys which I found which contained the host name, below. I did not change these initially and all my jobs still worked.
HKLM\SOFTWARE
\Veeam\Veeam Backup and Replication\SqlLockInfo
WOW6432Node\Veeam\Veeam NFS\ItemsCache\265779749415739\itemName
WOW6432Node\Veeam\Veeam NFS\Shared Folders\{a07ea884-461a-495f-8b40-e81da0a28dc0}\nfsFolderName
HKLM\SOFTWARE
\Veeam\Veeam Backup and Replication\SqlLockInfo
WOW6432Node\Veeam\Veeam NFS\ItemsCache\265779749415739\itemName
WOW6432Node\Veeam\Veeam NFS\Shared Folders\{a07ea884-461a-495f-8b40-e81da0a28dc0}\nfsFolderName
-
- Enthusiast
- Posts: 99
- Liked: 12 times
- Joined: Mar 06, 2013 4:12 pm
- Contact:
Re: How to rename veeam backup server host?
I'm using Veeam 12, and most of the keys mentioned in this thread are no longer in the registry. There is a new key which seems to cover most of them:
HKLM\SOFTWARE\Veeam\Veeam Backup and Replication\DatabaseConfigurations\MsSql\SqlServerName
HKLM\SOFTWARE\Veeam\Veeam Backup and Replication\DatabaseConfigurations\MsSql\SqlServerName
Who is online
Users browsing this forum: No registered users and 72 guests