Unsolved
This post is more than 5 years old
1 Rookie
•
41 Posts
0
1104
January 27th, 2010 03:00
finding out when full filesystem virus scan completes
We are scheduling full filesystem virus scans to run overnight on our filesystems. In the morning, how would we find out the exact time the scans completed so we can safely schedule the larger filesystems to run without impacting the production day?
No Events found!


kensagle
59 Posts
1
January 27th, 2010 05:00
Assuming you are running these from the NAS using CAVA and not scanning a mapped drive, there is an entry posted in the log when the scan completes, you can run server_log server_x to see this. I forget the message or I would give you information to grep for. If should be in the AV facility, so you could grep fro that to limit the data to look through.
Sagle
BHORAN1
1 Rookie
•
41 Posts
0
January 29th, 2010 03:00
That sounds like exactly what i need. I have tried running server_log but I'm only getting an hour or so of logs showing when i run
server_log server_x -a -s or server_log server_x -s
Is there a way i can get more historic log data showing??
ral67_xyz
147 Posts
0
January 29th, 2010 05:00
Hi Bhoran,
there is probably an easier way. Take a look at the
Configuring EMC Celerra Events and Notifications
manual available on the Doc CD or from Powerlink
There are VC events like this:
Base ID Message ID Severity
11 90468057099 NOTICE(5)
Brief description
Scanning was completed for file system ${fsid,2,%d} mounted
on ${mountPath,8,%s}. ${dirs,2,%d} directories were scanned
and ${files,2,%d} files were submitted to the scan engine.
Through Celerra Manager or CLI you can trigger on these events and get an EMail sent, generate a SNMP trap or run a command.
I havent tried if its applicable to a manual scan - just try it and let us know how it worked
Rainer