Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to stop Mcafee

Status
Not open for further replies.

sguay

Technical User
May 15, 2002
30
CA
Hi. I have about 30 servers and I want to stop Mcafee on my servers, when it take a backup.

My servers is running Novell 5 and for my backup I use Legato.

Any idea, thanks

 
You could use PRE and POST backup NCF's - the PRE stopping McAfee and the POST starting it back up again.

If you are experiencing problems with McAfee whenbacking up, ensure you have it configured for writes only. No real need to scan for reads if your workstations are also adequately protected. -----------------------------------------------------
"It's true, its damn true!"
-----------------------------------------------------
 
Try using Novell's CRON.NLM in conjuction with STUFFIT.NLM.

CRON.NLM will allow you to schedule a time for McAfee to be brought down via a script file that gets called by CRON.NLM. The script file contains the exact EXIT keystroke sequence to exit from McAfee.

We use it here and it works like a charm EVERY NIGHT!!!

Good Luck!
 
salserocito:

could you give me a part of your script file like the command to stop and restart McAfee, and where i have to put it in the app or sys volume?

thanks you
 
Here ya go...

*********************************

>CRONTAB (this is what controls the timing of CRON)

># This is a command file to shutdown Groupwise agents >11:30PM prior to backups
># 30 23=11:30PM,* * 1-5=M-F

>30 23 * * 1-5 load stuffkey sys:commands/mcafee.txt /v

*********************************

Here is the text file that is called by CRON...

> MCAFEE.TXT
> # Unload McAfee screen
> <screen=McAfee NetShield>
> <F10>
> yes<cr>

Hope this helps!

Good Luck!

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top