Multiple Endpoint Servers on Unattended Install?
Created: 21 Dec 2012 | 6 comments
So, we're trying to do unattendend installs of the DLP Agent on various computers and depending on the computer's location we want a different primary endpoint server. I'm just trying to figure out how to do this, not whether it is or isn't a good idea as that is way above my pay grade. The script we're trying to use contains this portion of code:
msiexec /i AgentInstall64v2.msi
INSTALLDIR="%SYSTEMDRIVE%\Program Files\Manufacturer\Endpoint Agent\"
ENDPOINTSERVER="XXX.XXX.XXX.XXX;XXX.XXX.XXX.XXX"
KEY=""
UNINSTALLPASSWORDKEY=""
SERVICENAME="EDPA"
WATCHDOGNAME="WDP"
ARPSYSTEMCOMPONENT="1"
Now, as far as I can tell, this is the correct syntax and everything, but it doesn't seem to take properly. Here's what it does when I click through. Also, yes I realize I need to add the quiet switches to make it unattended.http://i.imgur.com/X82y8.png
I really appreciate any help on this because I'm pretty much at a loss at this point.
Discussion Filed Under:
Comments 6 Comments • Jump to latest comment
HI,
Did you see this thread
https://www-secure.symantec.com/connect/forums/symantec-data-loss-prevention-endpoint-agent-unattended-installation
Ahh...See I did, but I didn't want to hijack it. I guess I didn't read it quite properly. I'll go ahead and post there.
seems to be right, has the install been done? specify port number with columnn unless default port is other than 8000 10.67.20.36:8002
ex: ENDPOINTSERVER="epserver.company.com;10.67.20.36"
Cheers!
Pete
Help Link: http://www.symantec.com/business/support/overview.jsp?pid=54619
i saw the image, keep the 1 enpoint server in 1 text field the other has to be in next text field.
Cheers!
Pete
Help Link: http://www.symantec.com/business/support/overview.jsp?pid=54619
I realize that. The point is I'm trying to do an unattended install. I don't want to have to manually change the second endpoint server to the next text field. There should be a way to have it automatically filled in, but the proper syntax according to everything I've found isn't working properly.
Hi, TSPARR,
I think you can refer to my article for your solution:
https://www-secure.symantec.com/connect/articles/d...
Would you like to reply?
Login or Register to post your comment.