Real-time performance monitoring and troubleshooting
Post Reply
dawed
Novice
Posts: 7
Liked: never
Joined: Apr 28, 2016 6:02 am
Full Name: Daniel Weber
Contact:

Silent install Monitor client

Post by dawed »

Hi

I like to deploy the Client with our SCCM environement.
how i can use Parameters to silent install it?

thanks..
Vitaliy S.
VP, Product Management
Posts: 27055
Liked: 2710 times
Joined: Mar 30, 2009 9:13 am
Full Name: Vitaliy Safarov
Contact:

Re: Silent install Monitor client

Post by Vitaliy S. »

I'm not in the office to confirm that, but can you please try this command?

Code: Select all

/i E:\Monitor\veeam_monitor_cln_x86.msi /qn
dawed
Novice
Posts: 7
Liked: never
Joined: Apr 28, 2016 6:02 am
Full Name: Daniel Weber
Contact:

Re: Silent install Monitor client

Post by dawed »

This i have inside my script, but i like to add the Server Information too.. and the EULA i guess i Need to accept as well?
Shestakov
Veteran
Posts: 7328
Liked: 781 times
Joined: May 21, 2014 11:03 am
Full Name: Nikita Shestakov
Location: Prague
Contact:

Re: Silent install Monitor client

Post by Shestakov »

Try the next command

Code: Select all

Msiexec.exe /i E:\Monitor\veeam_monitor_cln_x86.msi /qn VM_CLN_SERVER_NAME=127.0.0.1 ACCEPTEULA=1
dawed
Novice
Posts: 7
Liked: never
Joined: Apr 28, 2016 6:02 am
Full Name: Daniel Weber
Contact:

Re: Silent install Monitor client

Post by dawed »

Looks good but still got an error in the log:

Failed to detect Veeam ONE Monitor installation path.
CustomAction VmASetUpgradeInstallDir returned actual error code 1603
Vitaliy S.
VP, Product Management
Posts: 27055
Liked: 2710 times
Joined: Mar 30, 2009 9:13 am
Full Name: Vitaliy Safarov
Contact:

Re: Silent install Monitor client

Post by Vitaliy S. »

Are you trying to update all Monitor Clients or this is a fresh install?
dawed
Novice
Posts: 7
Liked: never
Joined: Apr 28, 2016 6:02 am
Full Name: Daniel Weber
Contact:

Re: Silent install Monitor client

Post by dawed »

it is a fresh install...
Vitaliy S.
VP, Product Management
Posts: 27055
Liked: 2710 times
Joined: Mar 30, 2009 9:13 am
Full Name: Vitaliy Safarov
Contact:

Re: Silent install Monitor client

Post by Vitaliy S. »

Let us double-check it with our QA team for you. Once they provide us with the solution, we will update this topic.
dawed
Novice
Posts: 7
Liked: never
Joined: Apr 28, 2016 6:02 am
Full Name: Daniel Weber
Contact:

Re: Silent install Monitor client

Post by dawed »

ok, thank you
Vitaliy S.
VP, Product Management
Posts: 27055
Liked: 2710 times
Joined: Mar 30, 2009 9:13 am
Full Name: Vitaliy Safarov
Contact:

Re: Silent install Monitor client

Post by Vitaliy S. »

Try this one with runas admin account:

Code: Select all

msiexec /qn /l*v c:\VeeamOne\MonClnlog.txt /i c:\VeeamOne\cd\Monitor\veeam_monitor_cln_x86.msi REBOOT=ReallySuppress INSTALLDIR="C:\Program Files\Veeam\Veeam ONE\Veeam ONE Monitor Server"
If this one doesn't help, let our support team take a look at your installation log file.
dawed
Novice
Posts: 7
Liked: never
Joined: Apr 28, 2016 6:02 am
Full Name: Daniel Weber
Contact:

Re: Silent install Monitor client

Post by dawed »

sadly still the same error in the LOG file..
where i can send the file to the Support?
Shestakov
Veteran
Posts: 7328
Liked: 781 times
Joined: May 21, 2014 11:03 am
Full Name: Nikita Shestakov
Location: Prague
Contact:

Re: Silent install Monitor client

Post by Shestakov »

You just need to contact the support team and they will open a case for you.
Once you have the support case number, please post it here.
Thanks!
dawed
Novice
Posts: 7
Liked: never
Joined: Apr 28, 2016 6:02 am
Full Name: Daniel Weber
Contact:

Re: Silent install Monitor client

Post by dawed »

Here is my support case number: 01789363
zander
Lurker
Posts: 2
Liked: 1 time
Joined: Apr 06, 2015 2:21 pm
Full Name: Alexander Shmatov
Contact:

Re: Silent install Monitor client

Post by zander » 1 person likes this post

INSTALLDIR was wrong for Client.
This one works:

Code: Select all

msiexec /qn /l*v c:\VeeamOne\MonClnlog.txt /i c:\VeeamOne\cd\Monitor\veeam_monitor_cln_x86.msi REBOOT=ReallySuppress INSTALLDIR="C:\Program Files (x86)\Veeam\Veeam ONE\Veeam ONE Monitor Client"
Post Reply

Who is online

Users browsing this forum: No registered users and 7 guests