Skip to main content
Question

error host discovery


Show first post

28 comments

Chris.Childerhose
Forum|alt.badge.img+21
  • Veeam Legend, Veeam Vanguard
  • 8497 comments
  • September 18, 2024
silviotavaresspassu wrote:

Hi friends, just to report, what I did yesterday didn't work.
The hosts are failing again.
I saw that the Veeam services on my hots stopped and even with the configuration, they didn't start again, I have to start them manually.
This is very strange, and I can't even see why they stopped in EventViewer.

You really need to contact support to determine why this keeps happening at this point. The community can only offer so many suggestions.  The other thing to check is the Add/Remove Programs for Veeam and see if there is any older components listed.   You may need to remove all of them and then add the server again to VBR to push them out again.  Only thing left I can think of.


coolsport00
Forum|alt.badge.img+20
  • Veeam Legend
  • 4145 comments
  • September 18, 2024

@silviotavaresspassu -

Ok, so we helped you find the root cause of why your Host keeps failing...the Veeam Services stop. And so the issue you’re having makes sense. You can try one other thing (but as we’ve already suggested...you really need to contact Veeam Support) → you can try to uninstall all the Veeam Services, then manually install them to see if they then do not auto-stop. You can find each of the 3 Services .msi packages on the Veeam Server at:
C:\Program Files\Veeam\Backup and Replication\Backup\Packages\<named-service>.msi

If after manual install, they keep stopping, please contact Support.


Mohamed Ali
Forum|alt.badge.img+2
  • Experienced User
  • 43 comments
  • September 18, 2024

@silviotavaresspassu Since the service are crashing intermediately, I would suggest to check if Veeam ports are utilized or interfered by any other process in Hosts. 

Below are ports used by Veeam 

Default port used to communicate with Veeam Hyper-V Integration Service. - 6163

Default port used by Veeam Data Mover Service. -  6162

Default port used by Veeam Installer Service. - 6160

 

Find active process in a TCP ports use the following cmd or you can use TCPView from sysinternals

netstat -ano | find "6160"