General discussion
-
CreatorTopic
-
April 27, 2000 at 2:57 am #2081377
Updating Anti Virus Software on Client P
Lockedby foz · about 23 years, 1 month ago
We run McAfee antivirus but we seem to have a problem updating the virus patterns as the user doesnt have the rights to run the update. Instead of configuring all the client pcs is there a way i can run an activate to update all the virus patterns on the users pcs from the server etc. i know this is probably an easy one but there really is only me here as an admin and i have much more pressing issues to deal with so any help would me most appreciated. Thanks again!
Topic is locked -
CreatorTopic
All Comments
-
AuthorReplies
-
-
April 27, 2000 at 5:03 am #3899265
Updating Anti Virus Software on Client P
by trurod70 · about 23 years, 1 month ago
In reply to Updating Anti Virus Software on Client P
Use the Mcafee Virus Scanner Scheduler and configure the Autoupdate to point to a folder on your server that youve given everyone acess to. Then you dont even have to go to each client. They will automatically update themselves.
-
September 7, 2000 at 9:55 pm #3744887
Updating Anti Virus Software on Client P
by foz · about 22 years, 9 months ago
In reply to Updating Anti Virus Software on Client P
Poster rated this answer
-
-
April 27, 2000 at 7:00 am #3899256
Updating Anti Virus Software on Client P
by phinaddict · about 23 years, 1 month ago
In reply to Updating Anti Virus Software on Client P
If you do the above make sure you schedule it to update when you know the PC is going to be on. If it is set up to run at night and the machine is off Mcafee doesn’t seem to want to do the update after it is powered back on (run missed scheduled task). We were using Mcafee here but have made the conversion to Norton Enterprise Solution 7.x and it is great! Updates are central and easy to set up. It runs as a service so it doesn’t matter who is logged in. Might want to check it out.
GoodLuck
-
September 7, 2000 at 9:55 pm #3744888
Updating Anti Virus Software on Client P
by foz · about 22 years, 9 months ago
In reply to Updating Anti Virus Software on Client P
Poster rated this answer
-
-
April 28, 2000 at 4:50 am #3899208
Updating Anti Virus Software on Client P
by joeri · about 23 years, 1 month ago
In reply to Updating Anti Virus Software on Client P
On the PC’s of the users, make the following changes in the McAfee console:
Go to tools/automatic update and point to a common place on your server. Enable the scheduler to run the update automatically.
Make sure that the permissions on the DAT-files are correct.
In this way, you only have to reconfigure McAfee on each PC just once.-
September 7, 2000 at 9:55 pm #3744889
Updating Anti Virus Software on Client P
by foz · about 22 years, 9 months ago
In reply to Updating Anti Virus Software on Client P
Poster rated this answer
-
-
May 2, 2000 at 2:41 am #3899049
Updating Anti Virus Software on Client P
by cliff miller · about 23 years, 1 month ago
In reply to Updating Anti Virus Software on Client P
Put it in your logon script. Here’s an example:
I:
cd \VIRUP
:: Copy Extra.dat into appropriate directory
:: if exist “c:\program files\network associates\virusscan nt\*.exe” copy extra.dat “c:\program files\network associates\virusscan nt”
cls
echo Please wait while your Virus Scanner is being updated.
echo This window will close automatically in about 3 minutes.
timelog %USERNAME% ” on ” %COMPUTERNAME% ” beginning update” >> I:\VIRUP\DONE.LOG
sdat4064.exe /logfile c:\sdat4064.log /silent /f
timelog %USERNAME% ” on ” %COMPUTERNAME% ” completed update” >> I:\VIRUP\DONE.LOG
goto BEENTHERE
:WEBERASIN
echo Dial-up connection detected. Bypassing update.-
September 7, 2000 at 9:55 pm #3744890
Updating Anti Virus Software on Client P
by foz · about 22 years, 9 months ago
In reply to Updating Anti Virus Software on Client P
Poster rated this answer
-
-
May 2, 2000 at 6:26 am #3899037
Updating Anti Virus Software on Client P
by tysonmathews · about 23 years, 1 month ago
In reply to Updating Anti Virus Software on Client P
Do a start find files and copy this file to C:\SVCPWD.exe
SVCPWD.EXE is a utility for setting and/or changing usernames and passwords used by the McAfee services.
SVCPWD requests one command-line parameter which is a filename (i.e computers.txt). Use SVCPWD /? to get
additional information about command-line options. This file (i.e. computers.txt) contains a list of all the computers that you want to modify the service accounts (username and password)for.
Example:
\\COMPUTER1
\\COMPUTER2
\\SERVER
Start the SVCPWD utility by entering the file as command-line (i.e. SVCPWD computers.txt). This utility contacts all the computers via the network and changes the username and password originally given to McAfee services. The username and password are changed to the value that the user is asked to set upon starting the utility. All service accounts need to be set to user “LocalSystem”. If a domain\username is entered, then the SVCPWD utility will require a password for the
d-
September 7, 2000 at 9:55 pm #3744891
Updating Anti Virus Software on Client P
by foz · about 22 years, 9 months ago
In reply to Updating Anti Virus Software on Client P
Poster rated this answer
-
-
May 2, 2000 at 6:28 am #3899036
Updating Anti Virus Software on Client P
by tysonmathews · about 23 years, 1 month ago
In reply to Updating Anti Virus Software on Client P
Sorry the buffer id to small. Here is the rest of it.
(username and password)for.
Example:
\\COMPUTER1
\\COMPUTER2
\\SERVER
Start the SVCPWD utility by entering the file as command-line (i.e. SVCPWD computers.txt). This utility contacts all the computers via the network and changes the username and password originally given to McAfee services. The username and password are changed to the value that the user is asked to set upon starting the utility. All service accountsneed to be set to user “LocalSystem”. If a domain\username is entered, then the SVCPWD utility will require a password for the
domain\username.
When this is completed, the utility contacts all the computers and changes the settings.
Note 1: The domain\username that is used by the services needs to be an administrative account.
Note 2: The person running this utility must have an administrative account for all the computers that require such changes.
Note 3: Do not run this utility during an on-d-
September 7, 2000 at 9:55 pm #3744892
Updating Anti Virus Software on Client P
by foz · about 22 years, 9 months ago
In reply to Updating Anti Virus Software on Client P
Poster rated this answer
-
-
May 2, 2000 at 6:57 am #3899034
Updating Anti Virus Software on Client P
by tysonmathews · about 23 years, 1 month ago
In reply to Updating Anti Virus Software on Client P
Boy they need a larger buffer here.
Note 1: The domain\username that is used by the services needs to be an administrative account.
Note 2: The person running this utility must have an administrative account for all the computers that requiresuch changes.
Note 3: Do not run this utility during an on-demand scan.
—
to do this you will fist all on your PC in ms dos prompt
C:>net view >C:\computers.txt
(this places all the network computers onto a text file for you wich you needto go clean up. Spaces and non computer text
THEN TYPE
C:>svcpwd computers.txt And give an ADMIN’s user name and password and then it will run and reconfigure all the machines in your network to run as a service rather than as the local users rights.-
September 7, 2000 at 9:55 pm #3744893
Updating Anti Virus Software on Client P
by foz · about 22 years, 9 months ago
In reply to Updating Anti Virus Software on Client P
Poster rated this answer
-
-
June 9, 2000 at 11:26 am #3777849
Updating Anti Virus Software on Client P
by douglas168 · about 23 years ago
In reply to Updating Anti Virus Software on Client P
You could use Mcafee Scheduler. Put the update file in a shared folder on the server. Config the AutoUpdate to grab files from that shared folder. (make sure user have access)
or you could write up a logon script to automatically check and update Mcafee. Check out script tech forum under brainbuzz.com
or you could use Network Associate’s Mangament program to push out the files. Check nai.com.
Hope this helps!
-
September 7, 2000 at 9:55 pm #3744894
Updating Anti Virus Software on Client P
by foz · about 22 years, 9 months ago
In reply to Updating Anti Virus Software on Client P
Poster rated this answer
-
-
July 26, 2000 at 2:57 am #3774766
Updating Anti Virus Software on Client P
by mjohnson · about 22 years, 10 months ago
In reply to Updating Anti Virus Software on Client P
This was an issue for us as well. We purchased the Total Virus Defence Suite from Network Associates (McAfee). It can push updates, DATs and Software upgrades for VirusScan. It will even install on a computer that does not currently have VirusScan installed. The only drawback that I have found is that Windows 95/98 machines have to have Remote Administration turned on and Win2000 computers are not officially supported and have a few minor issues.
-
September 7, 2000 at 9:55 pm #3744895
Updating Anti Virus Software on Client P
by foz · about 22 years, 9 months ago
In reply to Updating Anti Virus Software on Client P
Poster rated this answer
-
-
September 7, 2000 at 9:55 pm #3744886
Updating Anti Virus Software on Client P
by foz · about 22 years, 9 months ago
In reply to Updating Anti Virus Software on Client P
This question was closed by the author
-
-
AuthorReplies