How do I deploy a 4.0 Agent to multiple computers
How do I deploy a 4.0 Agent to multiple computers
I would like to deploy the Agent silently to all the computers in my company... how can I do this?
Re: How do I deploy a 4.0 Agent to multiple computers
The 4.0 Agent will install via SMS, group policy or any other programmatic method of installing software, from an IT perspective.
The command line for the Agent installer is:
MsiExec /i AgentInstaller.msi AGENT_SVC_IP_PRIMARY="0.0.0.0" AGENT_SVC_PORT="10073" /qn /lv C:\someDirectory\Log.txt
AgentInstaller.msi is the path and name of the mis install file from Cetrus.
for example: c:\temp\AgentService.4.0.235.0.Install.237.msi
AGENT_SVC_IP_PRIMARY="0.0.0.0" is the UNC (or IP address) of the computer where the Manager is installed
for example: MyServer or 192.168.0.1
AGENT_SVC_PORT="10073" : This is the port the Agent will use to talk with the manager
Use port 10073
C:\someDirectory\Log.txt should be a path and file name that any user can write to
for example: C:\Temp\Log.txt
Here an EXAMPLE of the install command line install script:
assuming the following:
the msi is put into the c:\temp directory
the UNC name of the manager is "myServer"
MsiExec /i c:\temp\AgentService.4.0.235.0.Install.237.msi AGENT_SVC_IP_PRIMARY="myServer" AGENT_SVC_PORT="10073" /qn /lv C:\Temp\Log.txt
enjoy
The command line for the Agent installer is:
MsiExec /i AgentInstaller.msi AGENT_SVC_IP_PRIMARY="0.0.0.0" AGENT_SVC_PORT="10073" /qn /lv C:\someDirectory\Log.txt
AgentInstaller.msi is the path and name of the mis install file from Cetrus.
for example: c:\temp\AgentService.4.0.235.0.Install.237.msi
AGENT_SVC_IP_PRIMARY="0.0.0.0" is the UNC (or IP address) of the computer where the Manager is installed
for example: MyServer or 192.168.0.1
AGENT_SVC_PORT="10073" : This is the port the Agent will use to talk with the manager
Use port 10073
C:\someDirectory\Log.txt should be a path and file name that any user can write to
for example: C:\Temp\Log.txt
Here an EXAMPLE of the install command line install script:
assuming the following:
the msi is put into the c:\temp directory
the UNC name of the manager is "myServer"
MsiExec /i c:\temp\AgentService.4.0.235.0.Install.237.msi AGENT_SVC_IP_PRIMARY="myServer" AGENT_SVC_PORT="10073" /qn /lv C:\Temp\Log.txt
enjoy
Who is online
Users browsing this forum: No registered users and 1 guest