Link to home
Start Free TrialLog in
Avatar of ktancl88
ktancl88Flag for Singapore

asked on

McAfee Anti-Virus EPO Server

Hi,

I have 190 computers in my organisation. I discovered that current EPO agent on my client computers not connecting to my EPO server.
I have been manually uninstall and install the EPO agent on the client computers one by one.

frminstal /forceinstall , after that run framepkg.exe

Is taking too much time and I still have 30 computers to complete.
Is there a faster way that I could uninstall & install EPO agent  ?  

Windows Server 2000
McAfee EPO ver 3.6.1
Avatar of 2signetops
2signetops
Flag of United States of America image

I'm not too familiar with EPO myself, but can't you just send agent install and select force install over existing version.
Avatar of antony_kibble<!-8D58D5C365651885FB5A77A120C8C8C6-->
antony_kibble<!-8D58D5C365651885FB5A77A120C8C8C6-->

Could try PSEXEC from the PSTOOLS suite. create a batch file with the frminstal /forceinstall and to then run the framepkg from a shared location and then call the batch file via psexec

psexec \\clientname -c epo.bat


epo.bat will have something like

"c:\Program Files\Network Associates\Common Framework\frminst.exe" /forceuninstall
sleep 240
x:\shared\framepkg.exe /install=agent /silent
Avatar of ktancl88

ASKER

Hi Antony,

I create a bat file. But I encounter error when I call the batch file via psexec.
Hi Antony,

I created the bat file.
But I encounter error when I call the batch file via psexec.
epo.doc
You need to put in the patch to the batch file eg if it is on the root of C: of the machine you are running psexec from then you would type

psexec \\clientname -c c:\epo.bat


btw I have no idea if the batch coding is correct above, my coding skills are nil but it is there to give you a clue as to what you might need.
"You need to put in the patch to the batch file " should read "you need to put in the path to the batch file"

Apologies.
Sorry , just noticed the attachment.

Depending on your version it might be C:\program files\mcafee\Common etc

Basically do a search for the file and copy the path to it into the batch file.

Hi  Antony,

After reinstall the agent, is there a way that could active the auto update? can it be incorporate into the batch ?  

Hi Antony,

Sorry, After reinstall the agent, is there a way that could activate the auto update? can this be on the same batch file, epo.bat ?  
ASKER CERTIFIED SOLUTION
Avatar of antony_kibble<!-8D58D5C365651885FB5A77A120C8C8C6-->
antony_kibble<!-8D58D5C365651885FB5A77A120C8C8C6-->

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Hi, it works. Great!
I am thinking of putting the EPO.bat on the server, so that when my user login, it activate the installation. May I use the same EPO.bat ?
No reason why not as far as I can see. Glad you have got it sorted.