Hi,
I have a customer box - SBS2003. The overnight backup is just failing,
the logs say nothing. A manual backup works fine. The entry in the log
is below:
"11/02/2010 23:30
-------------------------------
Date: 11/02/2010
Time: 23:30
User: SYSTEM
-------------------------------
Backup Runner started.
Launching NTBackup: ntbackup.exe backup "@C:\Program Files\Microsoft
Windows Small Business Server\Backup\Small Business Backup Script.bks"
/d "SBS Backup created on 11/02/2010 at 23:30" /v:yes /r:no /rs:no
/hc:off /m normal /j "Small Business Server Backup Job" /l:s /f
"F:\Backup Files\Small Business Server Backup (02).bkf" /UM
NTBackup finished the backup with errors.
For more information about failed backups, see the article on
troubleshooting your backup at the following Web page:
http://go.microsoft.com/fwlink/?LinkId=18414
Backup ended at 11 February 2010 23:30
Backup Runner finished.
"
In event log there are just wo entries, one the backup started followed by:
eent id 5634:
One or more components of Small Business Server Backup failed. For more
information, click Backup in Server Management, and view the log files.
This is all that's written.
Any ideas, the logs give nothing to go on.
Thanks
Simon
|
|
0
|
|
|
|
Reply
|
Simon
|
2/12/2010 7:36:39 AM |
|
Hmmmm.....
Nothing in the report, and nothing in the logs. Running the SBS Backup script
manually works correctly but the same job scheduled does not work.
What is the destination of the backup job? We mostly see this issue with
backups to tape drives.
If tape, look for articles in this list or archived, or in MS KB that discuss
the concept of "sleep" and reseting rsm.exe so it knows the tape has changed.
Here is one from an older post... sorry I don't know who to give credit:
<snip>
I've had a similar problem and after reading the thread it really sounds
like if you don't have any hidden devices in the RSM database, maybe you
need to take another look at 'this page'
(http://support.microsoft.com/?kbid=267574)
already referenced 'here'
(http://tinyurl.com/2nqndz).
My experience is with ntbackup but apparently any backup software using
RSM will be affected. When you change a tape without ejecting via
software (ie by just pressing eject on the drive) the next automatic
backup will fail. Backups run interactively will work because RSM
inventories the drive when the backup is run interactively.
My preferred solution with ntbackup is to refresh RSM before the backup
command, and eject the tape afterward to ensure RSM knows the tape has
changed. Here's an simple ntbackup batch file example:
REM Refresh removable storage manager so it knows the tape has
changed:
rsm.exe refresh /lf"Hewlett Packard DDS4 USB Drive"
C:\Bat\sleep.exe 30
REM Next, run the backup:
C:\WINDOWS\system32\ntbackup.exe backup "@C:\Documents and
Settings\Administrator\Local Settings\Application
Data\Microsoft\Windows NT\NTBackup\data\Daily Backup.bks" /d "Daily
Backup" /v:no /r:no /rs:no /hc:on /snap:on /m normal /j "Daily Backup"
/l:s /p "4mm DDS" /um
REM Eject tape cartridge:
REM rsm eject /lf"Hewlett Packard DDS4 USB drive" /astart
As long as the tapes are initialized as part of the drive's pool in
RSM, this works pretty consistently. Hope this helps.
<end snip>
-
Larry
Please post the resolution to your
issue so others may benefit
-
Get Your SBS Health Check at
www.sbsbpa.com
> Hi,
>
> I have a customer box - SBS2003. The overnight backup is just failing,
> the logs say nothing. A manual backup works fine. The entry in the log
> is below:
>
> "11/02/2010 23:30
> -------------------------------
> Date: 11/02/2010
> Time: 23:30
> User: SYSTEM
> -------------------------------
> Backup Runner started.
> Launching NTBackup: ntbackup.exe backup "@C:\Program Files\Microsoft
> Windows Small Business Server\Backup\Small Business Backup Script.bks"
> /d "SBS Backup created on 11/02/2010 at 23:30" /v:yes /r:no /rs:no
> /hc:off /m normal /j "Small Business Server Backup Job" /l:s /f
> "F:\Backup Files\Small Business Server Backup (02).bkf" /UM
> NTBackup finished the backup with errors.
> For more information about failed backups, see the article on
> troubleshooting your backup at the following Web page:
> http://go.microsoft.com/fwlink/?LinkId=18414
>
> Backup ended at 11 February 2010 23:30
> Backup Runner finished.
> "
> In event log there are just wo entries, one the backup started
> followed by:
>
> eent id 5634:
> One or more components of Small Business Server Backup failed. For
> more
> information, click Backup in Server Management, and view the log
> files.
> This is all that's written.
>
> Any ideas, the logs give nothing to go on.
>
> Thanks
>
> Simon
>
|
|
0
|
|
|
|
Reply
|
Larry
|
2/12/2010 12:12:30 PM
|
|
Hi Larry,
thanks for the reply, this server is backing up to an external usb drive .
Thanks
Simon
Larry Struckmeyer[SBS-MVP] wrote:
> Hmmmm.....
>
> Nothing in the report, and nothing in the logs. Running the SBS Backup
> script manually works correctly but the same job scheduled does not work.
>
> What is the destination of the backup job? We mostly see this issue
> with backups to tape drives.
>
> If tape, look for articles in this list or archived, or in MS KB that
> discuss the concept of "sleep" and reseting rsm.exe so it knows the tape
> has changed.
>
> Here is one from an older post... sorry I don't know who to give credit:
>
> <snip>
> I've had a similar problem and after reading the thread it really sounds
> like if you don't have any hidden devices in the RSM database, maybe you
> need to take another look at 'this page'
>
> (http://support.microsoft.com/?kbid=267574)
> already referenced 'here'
>
> (http://tinyurl.com/2nqndz).
> My experience is with ntbackup but apparently any backup software using
> RSM will be affected. When you change a tape without ejecting via
> software (ie by just pressing eject on the drive) the next automatic
> backup will fail. Backups run interactively will work because RSM
> inventories the drive when the backup is run interactively.
>
> My preferred solution with ntbackup is to refresh RSM before the backup
> command, and eject the tape afterward to ensure RSM knows the tape has
> changed. Here's an simple ntbackup batch file example:
>
> REM Refresh removable storage manager so it knows the tape has
> changed:
>
> rsm.exe refresh /lf"Hewlett Packard DDS4 USB Drive"
> C:\Bat\sleep.exe 30
>
> REM Next, run the backup:
> C:\WINDOWS\system32\ntbackup.exe backup "@C:\Documents and
> Settings\Administrator\Local Settings\Application
> Data\Microsoft\Windows NT\NTBackup\data\Daily Backup.bks" /d "Daily
> Backup" /v:no /r:no /rs:no /hc:on /snap:on /m normal /j "Daily Backup"
> /l:s /p "4mm DDS" /um
>
> REM Eject tape cartridge:
> REM rsm eject /lf"Hewlett Packard DDS4 USB drive" /astart
>
> As long as the tapes are initialized as part of the drive's pool in
> RSM, this works pretty consistently. Hope this helps.
> <end snip>
>
> -
> Larry
> Please post the resolution to your
> issue so others may benefit
> -
> Get Your SBS Health Check at
> www.sbsbpa.com
>
>
>> Hi,
>>
>> I have a customer box - SBS2003. The overnight backup is just failing,
>> the logs say nothing. A manual backup works fine. The entry in the log
>> is below:
>>
>> "11/02/2010 23:30
>> -------------------------------
>> Date: 11/02/2010
>> Time: 23:30
>> User: SYSTEM
>> -------------------------------
>> Backup Runner started.
>> Launching NTBackup: ntbackup.exe backup "@C:\Program Files\Microsoft
>> Windows Small Business Server\Backup\Small Business Backup Script.bks"
>> /d "SBS Backup created on 11/02/2010 at 23:30" /v:yes /r:no /rs:no
>> /hc:off /m normal /j "Small Business Server Backup Job" /l:s /f
>> "F:\Backup Files\Small Business Server Backup (02).bkf" /UM
>> NTBackup finished the backup with errors.
>> For more information about failed backups, see the article on
>> troubleshooting your backup at the following Web page:
>> http://go.microsoft.com/fwlink/?LinkId=18414
>>
>> Backup ended at 11 February 2010 23:30
>> Backup Runner finished.
>> "
>> In event log there are just wo entries, one the backup started
>> followed by:
>>
>> eent id 5634:
>> One or more components of Small Business Server Backup failed. For
>> more
>> information, click Backup in Server Management, and view the log
>> files.
>> This is all that's written.
>>
>> Any ideas, the logs give nothing to go on.
>>
>> Thanks
>>
>> Simon
>>
>
>
|
|
0
|
|
|
|
Reply
|
Simon
|
2/13/2010 8:23:26 AM
|
|
|
2 Replies
408 Views
(page loaded in 0.079 seconds)
Similiar Articles: SBS 2008 exchange database restore problem! - microsoft.public ...I have on a vmware ESXi server a SBS 2008 premium OS installed. This virtual server crashed in a veeam backup, it was some sort of snapshot problem etc, anyway after ... SBS 2008, Exchange Backup fails backup marked as completed succesf ...Hi, We have a small business server 2008 on a hp ... been run on the databases and SBS 2008 cannot see that and reports a completed backup. There is another problem ... SBS 2008x64 Backup Failing due to VSS error - microsoft.public ...>>> >>> >> If the Windows Server Backup or SBS Server Backup fails, the problem can >> be caused by missing or corrupted VSS components. >> >> Please copy the following to ... SBS2008 Backup fails - unknown error (0x800423f4) on sbs2008 ...This seems to be a very common problem, but no one seems to have a "clean" solution. I have it on 2 out of the box installations, and one poster sa... Internet connection problem using the connection wizard ...I have just restored my server from a backup and now when I try to use the connect to the internet wizard it fails with messages at each stage of ... SBS2003 Backup Failing - microsoft.public.windows.server.sbs ...... 09/2010 at 11:00 PM" /v:yes /r:no /rs:no /hc:off /m normal /j "Small Business Server Backup ... It looks like you have some sort of problem with the C: drive (lots of ... Windows 2008 SBS and rebuilding the VSS writers? - microsoft ...Hello, I have a new HP ML350 G6 that is certified to run SBS 2008 and we have a problem when trying to get a backup. We are using a third party ... VSS issue on SBS 2008 - microsoft.public.windows.server.sbs ...Hello, I have a new HP ML350 G6 that is certified to run SBS 2008 and we have a problem when trying to get a backup. We are using a third party ... SBS 2008 Windows Server Backup error. - microsoft.public.windows ...SBS 2008 (Small Business Server) WIn 2008 ... SBS 2008 Backup-Fails with Creation of the shared protection ... This seems to be a very common problem, but no one seems to ... sbs2008 backup disk full: cleanup - microsoft.public.windows ...Not a problem if that works. Thanks for pointing me to that ... backup disk full: cleanup - Small Business Server sbs2008 backup disk full: cleanup, Small Business Server ... SBS 2011 Backup problemI setup a backup server using Server 2008 R2 and installed Microsoft iSCSI Software Target Version 3.3 and attached an external SATA hard drive dock and 1 ... SBS Backup ProblemWe are just starting to use SBS 2011 Essentials and are trying to set a backup schedule. Right now,we have (2) identical USB drives that we want to switch ... SBS 2003 Backup Problem: sbs, backup, 2003I have a Dell PowerEdge 700 server running Microsoft Small Business Server 2003 with two 40GB SATA drives being mirrored in a RAID 1 configuration. I am ... Problem with backup in SBS 2008: Microsoft small business server ...I have setup a SBS 2008. And need a backup solution. I want to use the built-in backup system in SBS 2008. In Windows SBS Console under backup and server storage I ... SBS 2008 Backup Problems: SBS 2008, windows backupI've been looking through EE and have seen various reports of the issues we are having with our SBS 2008 backup, but none of the fixes have resolved our issue. 7/16/2012 7:01:02 PM
|