You would like to configure Symantec Protection Engine (SPE) to get updates from an internal LiveUpdate Administrator (LUA) server by using XMLModifier to update the LiveUpdate.xml
To configure Symantec Protection Engine (SPE) to get update from Internal LiveUpdate server
On Windows computers, the default location for the Liveupdate.xml is:
On Solaris and Linux computers, the default location for the Liveupdate.xml file is /opt/SYMCScan/bin/
Note: Make a backup of the Liveupdate.xml before you make any changes.
XMLModifier.exe -s //liveupdate/UpdateServer/Server/@value "<ip address or hostname>" liveupdate.xml
Allowed values: IP address or Hostname of the internal LiveUpdate Server
XMLModifier.exe -s //liveupdate/UpdateServer/Port/@value 7070 liveupdate.xml
Allowed Value: The designated port for the LiveUpdate Server Definitions Content
XMLModifier.exe -s //liveupdate/UpdateServer/Path/@value "clu-prod" liveupdate.xml
Allowed Value: Path to the LiveUpdate Server Definitions Content
XMLModifier.exe -s //liveupdate/UpdateServer/UserName/@value "Domain\Account" liveupdate.xml
Allowed Value: Define the account that will have access to the LiveUpdate Server content
XMLModifier.exe -k //liveupdate/UpdateServer/Password/@value "Password" "C:\Program Files\Symantec\Scan Engine" liveupdate.xml
Allowed Value: Password to access the LiveUpdate Server content
Note: The password will be encrypted and stores in specified path "C:\Program Files\Symantec\Scan Engine"
Note: Restart Symantec Protection Engine service after updating Liveupdate.xml