CoNetrix Blog

VSS Problem After EMC Uninstall

Posted on February 23, 2009 8:51 PM

We had an issue last week where backups of an Exchange 2007 server began to fail after we removed the EMC Replication Manager & EMC Solutions Enabler apps. The errors that we began to see in the Application log like this:

Volume Shadow Copy Service error: A critical component required by the Volume Shadow Copy service is not registered.  This might happened if an error occurred during Windows setup or during installation of a Shadow Copy provider.  The error returned from CoCreateInstance on class with CLSID {bd902507-4491-4001-acdd-a540a2cad34b} and Name HWPRV is [0x80040154].

I went through the process described here http://support.microsoft.com/kb/940032  to reregister all the VSS stuff, but it didn’t work. After digging into the VSS CLI, I was seeing the following returned from issuing a “vssadmin list providers” Read More...

5(Access is denied.) Error Restoring SQL Server 2005 Database

Posted on January 24, 2009 1:05 PM

I recently ran into a problem trying to restore a SQL Server 2005 database to a Windows XP machine.  The database back up was created on a Windows Vista machine and I thought that the different OS versions was the culprit.  However, it turned out to be related to SQL server instances and folder paths.  Here is full error I received when I attempted to restore the database using SQL Server Management Studio:

Restore failed for Server 'localhost\sqlexpress'.  (Microsoft.SqlServer.Express.Smo)

Additional information:
System.Data.SqlClient.SqlError: The operating system returned the error '5(Access is denied.)' while attempting 'RestoreContainer::ValidateTargetForCreation' on 'c:\Program Files\Microsoft SQL Server\MSSQL.2\MSSQL\[my database name].mdf'. (Microsoft.SqlServer.Express.Smo)

I searched the Internet using the error message and found several posts stating that it was a problem with the privileges of the user account that my SQL Server Express service was running as. I hadn't changed the account it was running as and I had restored other databases in the past, but I checked the SQL Server Configuration Manager anyway.  As I suspected the service was still running as the default account (Network Service), so that wasn't it.   Read More...

Backup Exec Updating When Not Set To

Posted on July 22, 2008 9:55 AM

We recently ran into a problem where one of our customer's servers was randomly rebooting. It looked like the cause of this was the updates from Backup exec that were being downloaded and installed. We checked backup exec and it was not set to install updates at all. After some research we found that they updates were being installed even though it wasn't set to do so. Read More...

No Crash, No Maintenance Home Backup Solution

Posted on July 22, 2008 9:43 AM

My external hard drive that I back up my home computer to crashed the other day. My replacement options included buying another external HDD @ $200+ or find another way to back up my data. I have too much data to backup to DVD. There is always the SOHO RAID solutions but those are $500+. What I wanted was the “no crash, no maintenance” backup solution. Read More...

Deleted File Recovery Software

Posted on June 26, 2008 10:50 PM

I recently found myself in a situation where some pictures, that to me were priceless, had been deleted from my camera memory card. Unfortunately those pictures had not been moved or copied to any other media. Like most of us I wanted a free method of recovering them. I found a software called Recuva, which is a freeware Windows utility to restore files that have been accidentally deleted. This includes files emptied from the Recycle bin as well as images and other files that have been deleted by user error from digital camera memory cards or MP3 players. It will even bring back files that have been deleted by bugs, crashes and viruses! Read More...

SCSI card problems

Posted on March 13, 2008 4:52 PM

We have been having trouble with a SCSI card that was attached to a tape drive that was installed on a CommVault Media Agent server. The card was brand new and the drivers were Windows 2k3 certified. We started having issues with this server during the CommVault install. The server would just spontaneously reboot leaving the CommVault backups in disarray. Troubleshooting led us to update the firmware on the card, the tape library firmware & driver, and the tape drive firmware & driver. This fixed the problem for a few days and it would happen again. It would only happen when doing an auxiliary copy from disk to tape. After some deep-dive troubleshooting on the SCSI I/O bus, we were able to get some logs during the time immediately before one of the spontaneous reboots/failures. From the logs we were able to find that the card actually had some type of problem that caused extended I/O latencies during periods of high traffic (aux copies). We ordered an Adaptec card and installed it. Now, not only are copies to tape 2x faster, it hasn’t crashed . . . yet.

Symantec Mail Security Appliance Config Backup in DMZ

Posted on January 4, 2008 9:37 AM

The Symantec Mail Security Appliance software uses passive mode for ftp when backing up the configuration. Since this device is usually installed in the DMZ, an ISA server publishing rule needs to be created to publish your internal ftp server.  This rule needs to be edited to support passive mode with a port range to be used. Read More...

Advanced Open File Option with Backup Exec

Posted on January 4, 2008 9:25 AM

When using the Advanced Open File Option with Backup Exec, make sure you check the Job Log to see if it is actually getting used correctly. I wanted to use it to back up VMWare Server virtual machines at CITBA. The job was running successfully, so I thought it was working correctly. We started getting calls that VMs running on that server could not be reached by users trying to RDP to them. Once the OSE connected to them via the VMWare Server console, the app would show an "access denied" error (only once) and then go away and stuff would start working. Read More...

Restoring a SBS 2003 System that was Upgraded from SBS 2000

Posted on November 9, 2007 3:44 PM

If you want to restore a SBS 2003 box that was upgraded from SBS 2000 using tape backups from Backup Exec, here is the process…and believe me this is abbreviated. Read More...

Backup Exec Wildcards

Posted on September 27, 2007 10:29 AM

In a Backup Exec selection list, wildcard directories can be used.  For example: C:\Program Files\Symantec\SMSMSE\4.6\Server\bm_ruleset*.  Another example that needs to be excluded is C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\*.config.cch.* according to http://support.microsoft.com/kb/815168.  This is if the .NET Framework v1.1 is installed.

Tips for Working with HP Ultrium Tape Drives

Posted on August 30, 2007 11:21 AM

When working with HP Ultrium tape drives, it is sometimes a challenge to get them to run at speeds even close to the advertised maximum. Sometimes there are questions as to how to troubleshoot and how know you are getting the most out of the drive. Here are some tips: Read More...

Backup Exec BEUtility.exe

Posted on May 10, 2007 9:09 PM

We used to run bemcmd91.exe with a long list of parameters to export and import Backup Exec jobs and settings.  With version 10, there is now a gui, BEUtility.exe. Read http://seer.support.veritas.com/docs/274778.htm.  This document says "BEUtility will not copy media sets that are not currently assigned to a job". I assumed this means that it will copy media sets that were assigned to a job, but it does not. It also says it will copy the alert configuration, but it does not. You need to go through all the settings and check them.