1- To update the Endpoint Server information entered during the creation of the agent package or to enter new Endpoint Server information due to changes in the setup, you can use the following command line.
This command line should be run on the user’s computer. There is no need to remove the agent; the process can be completed quickly using the command below.
Update CONFIGURATION set VALUE=”hostname/IP:10443;hostname/IP:10443″ where NAME=”ServerCommunicator” and SETTING=”SERVER_HOST_AND_PORT_LIST”; | vontu_sqlite3.exe -db=cg.ead -p=ToolPassword
2- You can convert this command into a batch file as described below. This will first stop the agent on the user’s computer, then allow you to change the Endpoint Server information (or add a second Endpoint Server), and finally restart the service.
@echo off
Go to REM Working directory
cd “C:\Program Files\Manufacturer\Endpoint Agent”
service_shutdown.exe -p=ToolPassword
echo Update CONFIGURATION set VALUE=”hostname/IP:10443;hostname/IP:10443″ where NAME=”ServerCommunicator” and SETTING=”SERVER_HOST_AND_PORT_LIST”; | vontu_sqlite3.exe -db=cg.ead -p=ToolPassword
sc start edpa

Yorum bırakın