cancel
Showing results for 
Search instead for 
Did you mean: 

Backup Exec not using disk with free space in disk pool

John_Fucci
Level 3
 We are using Backup Exec 10d and have it configured to backup to disk.  We created a disk pool with 2 disks in it. one 255GB disk and one 1TB disk.  Backups have been running fine until this past week, where they have been failing due to the smaller disk being full.  As I understand it, Backup Exec should choose the disk from the pool with space on it for the backups.  Is this not true?

What I have done to get the backups going is disable the disk that is full, so that the only choice Backup Exec has is to choose the disk with free space on it.  Any help/advice will be appreciated.
10 REPLIES 10

p_jean
Level 3
 First of all, are your disks physically located within the same machine? For backups that's a definite no-no.

What operating system is this running on?

If you are adamant about having them run inside the machine you are backing-up you can create dynamic disks, creating a kind of software RAID, therefore backup exec will see just one disk.
However this is not ideal, really the only solution for backups is tape, or remote-site backups (sorry to harp on about this but I had customers lose there entire business due to inadequate backups).

Jean

John_Fucci
Level 3
 Backup Exec is running on Windows 2003 Server.  And why would having the disks physically located on the Backup Exec server be a definite no-no?

The backups are done to disk first for performance reasons.  After the backups are complete, a job is run that duplicates the backups to tape, so there are copies that are stored off-site.  Also, having the backups available on disk provides for faster restores as well when dealing with restoring files or directories.

We are not going to RAID the disks together, because as the amount of data that needs to be backed up grows, so will the space need for backups, and all we would have to do is add another disk and make it a member of the pool.

What I want to know is if my assumption on how Backup Exec treats the disks in the pool is correct.

B_Michael
Level 3
I believe your B2D Folders will need to be configured as REMOVABLE B2D folders to allow spanning from one media (device) to another. 

However note the following. Removable B2D folders do not support concurrent media operations and (in a CASO environment) you cannot share Removable B2D folders between Media servers.

In Removable Drive Pools BEWS uses drive priorities to determine which device to target. Changing the priority of a drive may allow you to target a specific drive first. I understand that the lower the priority value the higher is the actual priority of the drive. You could try this and see if it works for you.

Michael

CraigV
Moderator
Moderator
Partner    VIP    Accredited
Hi,

No. When a disk target is created, you create a B2D folder on that specific disk. The job is then targetted at that, and will cease to write data to the drive once it has hit its limit that you would have specified.
It doesn't automacially move on to another folder like a tape to my knowledge, unless set up correctly.
You would need to look at your overwrite protection period, and make sure that is correct. If those settings aren't, and it isn't returning *.bkf files to scratch, it will fill up to the point of no further backups until you do something manually. Check that, and your append periods, and make sure they are correct.

You don't say how much space you are backing up, or what your process is (Full, Incremental or Differential).

In this case, as an easy fix, I would target the 1TB drive first. Maybe look at splitting some days off onto the smaller drive as well (like a weekly/monthly job).
Having internal drives doesn't mean a definite no-no, but RAID does help your protection of disks though. If you COULD do it, I would suggest that.

However, the guy above you has it all wrong too...tape is DEFINITELY not the way of the future. When you move on to BEWS 2010, and want to use data deduplication, you can only do this on disk. Restores are easier from disk; staging Information Store restores are easier when done to disk first; disk is considered faster than tape when backing up and restoring (for now...LTO5 is out!), so there are a lot of reasons for using disks.
Added protection of your data would see you stream the files off to tape once you have finished your B2D...

John_Fucci
Level 3
 I guess my question now is what is the advantage of using a disk pool?  If you still have to manage each disk individually anyway, then why put it in a pool?

From the Backup Exec Help, a device pool is defined as follows: 


Device pool
A grouping of devices for Backup Exec operations. Jobs assigned to the device pool are run on the first available device.

You would think that a disk that is full would not be available and another disk in the pool would be chosen.

DirtySnipe
Not applicable

I dont understand why people are going off on one.

The question was simple why isnt the server using the rest of the disk which has free space.

It has nothing to do with what type of backup job. Where the disks are located or even the operating system.

If you dont know the answer then dont go off on one with all the junk that has no effect on disk pooling.


I will speak to tech support on this matter as I have the same problem and will get back to you.

CraigV
Moderator
Moderator
Partner    VIP    Accredited
The posting is old, and we never heard anything else from John so I suspect this is dead.
The idea is not to slag off people, and certainly not in public.

John_Fucci
Level 3
I did not post anything else as my questions were not answered, and no one seems to be able to provide me with one.  We are still experiencing the same problem.  Since version 10d is no longer supported, we have been looking at upgrading to the latest version of Backup Exec, but still have not been assured that we will not have this problem with the new version.  I have been avoiding the job failures by reviewing the disk space each night and making any changes necessary for the jobs to use whichever disk has the space needed.  If we do not get a definitive answer, we will end up changing from Backup Exec to something else, which is not what we want to do, but if given no other choice, we certainly will do.

Ken_Putnam
Level 6
BackupExec does not do any capacity screening before selecting the disk to use.  If the disk with the highest priority has ANY space on it, BackupExec will start writing to it.  When it fills the space up, with a standard B2D file, the job will fail

If you have created Removeable B2B devices on each disk, have placed both into a pool, and then pointed the job at the pool, when the first device fills up, the job should span to the second device

You need to change the disk selection policy using the CLI:

- Install .NET framework 3.5 (from server manager -> feature manager)
- More details at C:\Program Files\Symantec\Backup Exec\BEMCLI_en.chm
- Open PowerShell
  - set-executionpolicy remotesigned
  - Import-Module BEMCLI
  - Get-BEStorageDevicePool -Name "Storage device pool 0001"
  - Get-BEStorageDevicePool -Name "Storage device pool 0001" | Set-BEStorageDevicePool -SelectionMethod "MostFreeSpaceFirst"