ANS1030E The operating system refused a TSM request for memory allocation when running a scheduled backup from TSM baclient
I keep getting the below error when running a scheduled backup in TSM Baclient.
Server: Windows 2003 standard SP2
Client: IBM Tivoli Storage Manager V6.1.02
Hardware: Xeon 3.2GHz 3.4 GB of Ram
Error:
10/05/2009 06:04:59 ANS1030E The operating system refused a TSM request for memory allocation.
10/05/2009 06:04:59 ANS1030E The operating system refused a TSM request for memory allocation.
10/05/2009 06:05:30 ANS1512E Scheduled event 'WCVMVC' failed. Return code = 12.
10/06/2009 06:08:46 ANS5250E An unexpected error was encountered.
TSM function name : vssInitBackupSpec
TSM function : open of audit file 'C:\adsm.sys\vss_staging\WCVMVC\TSMSERVER.WACKERDOM.WACKER.NET\20091006060843\SystemState_Audit.txt' returned invalid file handle
TSM return code : 102
TSM file : vssback.cpp (1092)
10/06/2009 06:08:46 ANS1030E The operating system refused a TSM request for memory allocation.
10/06/2009 06:08:46 ANS1030E The operating system refused a TSM request for memory allocation.
10/06/2009 06:08:46 ANS1512E Scheduled event 'WCVMVC' failed. Return code = 12.
Storage Software
Last Comment
wnc123
8/22/2022 - Mon
woolmilkporc
Hi,
seems that you're hitting the 2GB usermode memory limit of Windows 2003.
You will need to modify the boot.ini by adding the switches /3G and maybe /PAE
Look here -http://www.microsoft.com/whdc/system/platform/server/PAE/PAEmem.mspx
Alternatively you can try MEMORYEFFICIENTBACKUP YES in dsm.opt
This will save memory, but will slow down the backup process as well. wmp
wnc123
ASKER
wmp,
Thanks for the response. I added /3G and put MEMORYEFFICIENTBACKUP YES in dsm.opt and reran the scheduled job after rebooting and the same error. Error below. Any other thoughts?
10/06/2009 11:09:36 ANS5250E An unexpected error was encountered.
TSM function name : vssInitBackupSpec
TSM function : open of audit file 'C:\adsm.sys\vss_staging\WCVMVC\TSMSERVER.WACKERDOM.WACKER.NET\20091006110932\SystemState_Audit.txt' returned invalid file handle
TSM return code : 102
TSM file : vssback.cpp (1092)
10/06/2009 11:09:36 ANS1030E The operating system refused a TSM request for memory allocation.
10/06/2009 11:09:36 ANS1030E The operating system refused a TSM request for memory allocation.
10/06/2009 11:09:36 ANS1512E Scheduled event 'WCVMVC' failed. Return code = 12.
woolmilkporc
Just to make the picture complete - how big is the audit file whose open failed (the one mentioned in the message)?
... and one more thing - as a possible workaround you could try to disable the SYSTEMSTATE backup in dsm.opt, to get at least your userdata backup working.
Do this by commenting out the stanza DOMAIN "SYSTEMSTATE" there (put an asterisk * in column 1).
wnc123
ASKER
I will try this and report back tomorrow. Thanks for the assistance.
OK,
that's obviously a hard thing to deal with.
Next effort - try
MEMORYEFFICIENTBACKUP DISKCACHEMETHOD
Don't forget to recycle the TSM scheduler service after making changes to dsm.opt!
And, to make the picture complete -
- does the error happen after a lot of processing has been done or near the beginning?
- how large (in bytes) is 'C:\adsm.sys\vss_staging\WCVMVC\TSMSERVER.WACKERDOM.WACKER.NET\20091006060843\SystemState_Audit.txt' actually?
seems that you're hitting the 2GB usermode memory limit of Windows 2003.
You will need to modify the boot.ini by adding the switches /3G and maybe /PAE
Look here - http://www.microsoft.com/w
Alternatively you can try MEMORYEFFICIENTBACKUP YES in dsm.opt
This will save memory, but will slow down the backup process as well.
wmp