Cannot install Veeam ONE Agent from the Monitor client console (the option is "Grayed Out")

KB ID: 3130
Product: Veeam ONE | 9.5 | 10 | 11
Published: 2020-03-23
Last Modified: 2022-08-02
mailbox
Get weekly article updates
By subscribing, you are agreeing to have your personal information managed in accordance with the terms of Veeam's Privacy Notice.

Cheers for trusting us with the spot in your mailbox!

Now you’re less likely to miss what’s been brewing in our knowledge base with this weekly digest

error icon

Oops! Something went wrong.

Please try again later.

Challenge

Cannot install Veeam ONE Agent from the Monitor client console to the Veeam Backup&Replication server(s) because the Install agent option is grayed in the action panel and shortcut menu.
User-added image

Cause

There are several possible causes for this issue:

  • Veeam ONE Agent is already installed on the Veeam Backup&Replication server. In this case, the Remove, Repair and Agent settings options must be available.
  • Port 2805 or required permissions are not configured properly, so Veeam ONE cannot communicate with the Agent client application deployed on the remote Veeam Backup&Replication server.
  • Veeam ONE Agent installed on the Veeam Backup&Replication server has a Master (server) role and cannot connect to the Veeam ONE server due to its configuration.

Solution

By design, you cannot install Veeam ONE Agent twice on the same server. Check that Veeam ONE server can collect the diagnostic data from the specific Veeam Backup&Replication server. If not, do the following:

  • Make sure that port 2805 is open and all the needed permissions are configured as described in the Deployment Guide.
  • Reinstall Veeam ONE Agent on the Veeam Backup&Replication server manually specifying its role:


Reinstalling the Agent

1. Login to the Veeam ONE server. 

2. Uninstall the Veeam ONE Agent from the Windows Apps and Features list.

3. Mount the Veeam ONE installation ISO file and install Veeam ONE Agent manually using the PowerShell command:

Start-Process powershell -Verb runas -ArgumentList "-command msiexec.exe /L*v 'C:\ProgramData\Veeam\Setup\Temp\Veeam ONE Agent Install.log' /i 'G:\Agent\VeeamONE.Agent.x64.msi' ACCEPT_THIRDPARTY_LICENSES='1' ACCEPT_EULA='1' VO_AGENT_TYPE='1' VO_BUNDLE_INSTALLATION='1'"

NOTE: Run PowerShell with the same account as used for Veeam ONE services, it might be found in services.msc (right click on the Veeam ONE Monitor Server service > Properties > Logon).

4. Once the installation is finished, add the Agent ID to the registry using the following Powershell commands:

$name = ls "C:\ProgramData\Veeam\OneAgent\Log" | sort LastWriteTime | select -ExpandProperty name -Last 1
new-ItemProperty -path 'HKLM:\SOFTWARE\Veeam\Veeam ONE Monitor\service\' -name "PrimaryOneAgentId" -Value "$name"
if (!$?) {Start-Process powershell -Verb runas -ArgumentList "-command new-ItemProperty -path 'HKLM:\SOFTWARE\Veeam\Veeam ONE Monitor\service\' -name 'PrimaryOneAgentId' -Value '$name'"}

5. After that, type $name in PowerShell command line and press enter, it will show you the current Agent ID, it will be required on the next step.

6. Once the registry key is added, change the ID in the Veeam ONE database. To do so, connect to the Veeam ONE database via the SQL Server Management Studio and execute the following command:

update monitor.OneAgent set agent_id = 'agentID'

NOTE: Step 6 is required only if Veeam Backup&Replication installation is on the same machine as Veeam ONE







 

More Information

In case the solutions provided in this KB article do not help, contact Veeam Technical Support.

To submit feedback regarding this article, please click this link: Send Article Feedback
To report a typo on this page, highlight the typo with your mouse and press CTRL + Enter.

Spelling error in text

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.
Thank you!

Thank you!

Your feedback has been received and will be reviewed.

Oops! Something went wrong.

Please try again later.

You have selected too large block!

Please try select less.

KB Feedback/Suggestion

This form is only for KB Feedback/Suggestions, if you need help with the software open a support case

By submitting, you are agreeing to have your personal information managed in accordance with the terms of Veeam's Privacy Notice.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.
Verify your email to continue your product download
We've sent a verification code to:
  • Incorrect verification code. Please try again.
An email with a verification code was just sent to
Didn't receive the code? Click to resend in sec
Didn't receive the code? Click to resend
Thank you!

Thank you!

Your feedback has been received and will be reviewed.

error icon

Oops! Something went wrong.

Please try again later.