Webbo's World another IT geek's corner of the internet…

20Sep/091

Blank resource list in Symantec Backup Exec 12.5

After installing Symantec Backup Exec 12.5 and setting the services to run under a newly created Active Directory account, we found that when trying to create a backup selection list the resources box was blank. The following error was seen:

Connection with server Failed. Hit <F5> to refresh.

image

This was due to the service account missing appropriate permissions. After running through this Symantec article to ensure all the requirements were on the account, we also needed to amend a Group Policy allowing the service account "Log on as Batch Job" rights.

To do this check the below:

  1. Load up Group Policy Management (Start - Run - gpmc.msc)
  2. Edit the Default Domain Controllers Policy
  3. Browse to Computer Configuration - Policies - Windows Settings - Security Settings - Local Policies - Users Rights Assignments
  4. Edit the "Log on as a Batch Job" policy
  5. Add the appropriate Service Account
7Jul/099

McAfee 8.7i On Access Scan Disabled after install

Having set up a new PC and installed McAfee VirusScan Enterprise 8.7i (with or without Patch 1) every so often on different setups we find that it fails to start and reports the On Access Scan / Buffer Protection and Access Protection components are disabled. This failure to start is after rebooting the PC once the application has been installed.

If you check the McAfee services all are started except the McAfee McShield service which although is on Automatic fails to start.

Then checking Event Log we see the following error on the Vista PC's:
Log Name: Application
Source: McLogEvent
Event ID: 5004

Could not Contact Filter Drive. Error = 0x7d1 : The specified driver is invalid.

image

FIX:

To fix the above we found making the below changes to some registry keys did the trick.

1) Open Regedit
2) Navigate to HKLM\SYSTEM\CurrentControlSet\Services\
3) Find the ImagePath key for mfeapfk, mfeavfk and mfebopk
4) Edit the ImagePath to reflect the full path to the .sys file - this is usually just a case of adding c:\windows\ in front of the path.

image

5) Make this change for the 3 listed McAfee keys (mfeapfk/mfeavfk/mfebopk)
6) Start the McAfee McShield service

image

Filed under: Applications 9 Comments