Video Screencast Help
Search Video Help Close Back
to help

Backup and Recovery Community Blog

Showing posts tagged with 11.x
Showing posts in English
Dev T | 08 Mar 2011 | 0 comments

 Hello,

 

I was browsing the below URL:

http://www.symantec.com/docs/TECH70760

The Technote contains a Microsoft link:

Problem

Unable to attach errors can occur because of options and limitations with restoring Exchange 2000 and Exchange 2003 backups to Exchange 2007 servers

Error

<0xe000848c> - Unable to attach to a resource. Make sure that all selected resources exist and are online, and then try again.

Solution

Current limitations for restoring Exchange 2003 backups to Exchange 2007:

1.  Exchange 2003 database backups can not be restored to an Exchange 2007 server
 

...
Madstars19 | 11 Feb 2011 | 0 comments

V2iSR.exe Application Error -Could not load Ghost 14.0

 

I was getting the v2iSR.exe error when trying to load my backup.  The error was preventing me from loading my backup image.  Out of frustration, I googled this and I found no solution.  After some tinkering, I noticed my DATE/TIME was wrong, most likely due to some malware.  The fix was simple.

 

Make sure your DATE/TIME is set to the correct date in your BIOS.  This was my fix and I hope it helps somebody out.  I can't tell you how frustrated I was at the thought of reformatting and reloading my drive.

Dev T | 03 Feb 2011 | 0 comments

I had a server that had the "Microsoft Exchange Writer" missing.

When typing the command vssadmin (C:\>vssadmin list writers) from a command prompt all the VSS (Volume Shadow Copy) writers would come up besides the "Microsoft Exchange Writer".

This is what the Microsoft Exchange Writer looks like should it come up:

If it does not come up in the list... to enable it navigate to the following registry key:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\...

riva11 | 03 Jan 2012 | 0 comments

Where to find the latest Backup Exec updates, Service Packs and Drivers ?
The best way is running the Live Update (Backup Exec 11 and higher). But what if you needs to download directly ?

After some time spent looking for and visiting different webpages , here some useful links:

How to get updates for Backup Exec - Service Pack, Hotfix, and Device Driver updates

 

itsmeaffinity | 19 Jan 2011 | 0 comments

1 While configuring the Oracle agent on Windows system using remote agent utility it gives error while adding the username password in Oracle tab & when saving it , It gives error User account doesnot have privilage to log on oracle database

2 In that case please check the V$PWFILE_USERS table you will see that file is empty , In normal cases this file should have default sys account.

3 So ask the Oracle DBA to fix the issue & once done please ask him to check if his able to access SQLPLUS

Dev T | 16 Dec 2010 | 0 comments

To understand the Types/Methods of Backup we must dive into the attributes of a file.

There are 4 basic attributes of a file which are known as DOS attributes:

READ, HIDDEN, SYSTEM and ARCHIVE

Whenever we think of Backups we must only think of the ARCHIVE attribute. 

Thumb Rule: Whenever the ARCHIVE attribute is ON (1) the file is ready for backup and whenever the ARCHIVE attribute is OFF (0) the file has been backed up.

There are 5 types of backups:

1.    Normal/Full Backup: This backup method will backup the entire selection list irrespective of the ARCHIVE BIT, but after the backup is over it will RESET the ARCHIVE bit to 0 (Change it to 0 : Meaning the file(s) has been backed up)

2.    Incremental Backup: This backup method will only backup those...

Marky09 | 10 Dec 2010 | 1 comment

If you do not have any Licensing portal account, follow the quick steps below:

  1. CREATE ACCOUNT
    1. Navigate to https://licensing.symantec.com
    2. Click Create Account
    3. Enter the required details
    4. Click Create Account
    5. Accept the Symantec User agreement
    6. You will receive a confirmation page for the creation of your License Portal account
    7. Click on the Licensing Portal Home Page” button at the bottom of the screen
  2. REGISTER LICENSE
    1. Click on New Purchase
    2. Enter the following serial number: xxxxx
    3. Click Submit
    4. If you have more serial numbers for the same product, please enter them in the "Add another license for this product" field and click "add"
    5. Click Next
    6. In the following page, please verify and enter information related to your license registration
    7. Click "...
pkh | 03 Dec 2010 | 6 comments

The only reason I can think of for using partitions in a tape library is to force BE to write to a particular tape or to a particular set of tapes.  This is a desirable outcome for some organizations.  However, this comes at a price.  When more tapes are needed and there is none in the targeted partition, BE will not be able to get the tapes from another partition even if they are available and the job will fail.  Backup job failures are bad for the organization.  The reasons why this is so are covered in the second paragraph of my article

 https://www-secure.symantec.com/connect/articles/must-mondays-backup-be-monday-tape

If the library is not partitioned, then BE can get a tape from another media set and complete the job.

BE will only take a tape from another media set if there are insufficient tapes in the targeted media set. ...

pkh | 30 Nov 2010 | 0 comments

When your backup job failed with an error message, "Unable to connect to resource .....", you should expand the job log by clicking on the Expand All button and examining each of the resource that was backed up.  Do not rely on the resource given in the "unable to connect" message.

My BE media server is also my Lotus Domino server.  A couple of weeks ago, my job failed with "Unable to connect to resource C: drive".  This message makes no sense because the C: drive on my media server can definitely be accessed.  Otherwise, BE will not be able to run.  I ran a test to backup the C: drive and it did not fail, but the following night's backup again failed when it is unable to connect to the C: drive.  It took a couple of failure before I expanded the joblogs and saw that the C: drive backed up fine, but the Lotus Domino databases were not being backed up.  I realised that the jobs were unable to connect to...

pkh | 30 Nov 2010 | 1 comment

BE comes with a commandline line applet called BEMCMD.  This program is located in the BE installation directory, along with it manual.  One of the BEMCMD can be used to start jobs which were already created.  For example,

"C:\Program Files\Symantec\Backup Exec\bemcmd.exe" -o1 -j"Backup SQL Logs"

Backup SQL Logs is a job that has been submitted as Run Now and On Hold.  The full path is used above because the BE installation directory is not in the default path in Windows.

You can schedule BEMCMD to run at a particular time using the Windows scheduler or as a pre- or post- command in a BE job.

In the example above, when the backup job ends, Backup SQL Logs will be started.  In this way, you can chain jobs together.

You can also run BEMCMD from any Windows machine...