473,606 Members | 2,218 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

TSM Troubles

We have a DW and are using TSM for the logs and backups. We are
constantly
getting retry messages in the db2diag.log inidicating that DB2 won't
try to
archive for another 5 minutes. This is a continuous problem. I
understand an
occasional message like this is ok, but not constantly...Ha s anyone
else
experienced this problem with TSM not being able to keep up? Our logs
are
going to TSM disk pool then off to tape. Also, I am thinking that
cutting a log every 15 minutes is a good number (4 per hr). What is
everyone else using as a rule of thumb here? Thks, John
Nov 12 '05 #1
3 1754
Ian
John wrote:
We have a DW and are using TSM for the logs and backups. We are
constantly getting retry messages in the db2diag.log inidicating that
DB2 won't try to archive for another 5 minutes. This is a continuous
problem. I understand an occasional message like this is ok, but not
constantly...Ha s anyone else experienced this problem with TSM not
being able to keep up? Our logs are going to TSM disk pool then off
to tape. Also, I am thinking that cutting a log every 15 minutes is
a good number (4 per hr). What is everyone else using as a rule of
thumb here? Thks, John

Have you investigated why your user exit is failing? This would be
the first place to start -- i.e. see what the return code from the
TSM server is.

-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----
Nov 12 '05 #2
Thanks Ian but all we know is that it is not completing fast enough.
As you know the error codes returned are limited to a few and we have
been able to track those down. I have another question. Has anyone
experimented with setting the user exit BUFFER_SIZE variable (this is
the buffer db2 passes to TSM during a log archive request) to larger
then 4096K or 32K in a DW environment? The default of 32K (v8.1) does
not appear to be adequate for large DW logs.


jo******@hotmai l.com (John) wrote in message news:<f8******* *************** ****@posting.go ogle.com>...
We have a DW and are using TSM for the logs and backups. We are
constantly
getting retry messages in the db2diag.log inidicating that DB2 won't
try to
archive for another 5 minutes. This is a continuous problem. I
understand an
occasional message like this is ok, but not constantly...Ha s anyone
else
experienced this problem with TSM not being able to keep up? Our logs
are
going to TSM disk pool then off to tape. Also, I am thinking that
cutting a log every 15 minutes is a good number (4 per hr). What is
everyone else using as a rule of thumb here? Thks, John

Nov 12 '05 #3
Ian
John wrote:
Thanks Ian but all we know is that it is not completing fast enough.
As you know the error codes returned are limited to a few and we have
been able to track those down. I have another question. Has anyone
experimented with setting the user exit BUFFER_SIZE variable (this is
the buffer db2 passes to TSM during a log archive request) to larger
then 4096K or 32K in a DW environment? The default of 32K (v8.1) does
not appear to be adequate for large DW logs.


I assume that you are using the sample user exit that IBM provides for
writing to TSM (db2uext2). If so, it should be creating a file called
ARCHIVE.LOG in the location defined by AUDIT_ERROR_PAT H ... This file
should have more information about why the user exit is failing (i.e.
a TSM return code).

-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----
Nov 12 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

33
2947
by: Darren Dale | last post by:
I love the language. I love the community. My only complaint is that Python for Windows is built with Visual Studio. It is too difficult to build python, or a module, from source. This is what open source is all about, isnt it? I even have a copy of visual studio, and I still cant build modules from source, because my academic copy is version 7. As a scientist funded by the NSF, I feel compelled to do all my work using free software (I...
0
1963
by: lmckaha | last post by:
Hi, Mysql version: 3.23.49 Solaris version: 2.7 gcc compiler version: 2.95.2 Python : 2.2.2 I'm evaluating the C and C++ API to decide which one to bye but I have many troubles.
3
1436
by: Mr. B | last post by:
GRRRR... I've run across a situation in which I have NO solution. Hopefully there is one. VB.net. It's rather simple. I've a ComboBox that get's populated via a Database. And I pre-select (during Formload) the Index using SelectedIndex: ' Get User info from Data Base fill daPickUser.Fill(dsPickUser.MASTER_PRM_EMPLOYEE)
4
1475
by: jernej goricki | last post by:
Hy I'm trying to edit a XSLT document, just like I'm editing a XML document : (Im trying to make a new xsl:template tag here ) Dim myXml As New XmlDocument() myXml.Load(Server.MapPath("XSLLinks.xslt")) Dim XmlLinks As XmlElement Dim XmlNewLink As XmlElement
4
2114
by: Edwin G. Castro | last post by:
I want to start a process from a C# application. I also want to redirect standard error to standard output so that I can read output from both streams just like I could from a command line. In other words, I want to emulate the following: command arg1 arg2 > file.txt 2>&1 I know I can get StreamReaders for standard error and standard output separately, but I want them interleaved like in the sample command line above. I want to be able...
0
1357
by: Stefan Slapeta | last post by:
Hi all, I've experienced some troubles with message tables and wanted to know if anybody knows a solution for one of them: - If I translate my .mc file into a Unicode .bin file, some of the chars are afterwards returned incorretly by FormatMessage (which is not the case if the .bin output is ANSI! - very strange). I've experienced this with some german chars like ä,ö,ü.
0
2652
by: D'ALMEIDA Jorge | last post by:
Well i'm trying to get the icon of the visibles windows. i'm using: EnumWindows, IsWindowVisible, and SendMessage with the "WM_GETICON" parameter sometimes then SendMessage function return "IntPtr.Zero", but it souldn't cause the windows is visible... here is my main code:
0
1485
by: Michal | last post by:
I have troubles with instaling .Net Framework 2.0 (Beta 2 - 2.0.50215). The main instalation went just fine, troubles begin with my attemt to run aspnet_regiss.exe -i. Asp.Net is instaled into IIS as it should be, sites are working just fine. The only problem is thet this instalation did not create the AspNet_WebAdmin folder in /inetpub/wwwroot, thus the WebAdmin is not instaled in IIS and I cannot administer my sites. I read in official...
0
1443
by: JohnIdol | last post by:
VC++6 to VC++2003 - linking troubles -------------------------------------------------------------------------------- Hi All, I successfully ported an application from VC++6 to VS2003. Solved compiling issues but now I am sticking with serious Linking troubles. I got a bunch of:
1
1660
by: Pegasus | last post by:
Good morning, I'm Filippo Battaglia. We're porting Apache STDCXX under Nanodesktop. We are trying to make nd compatible also with C++ and not only with C. Unfortunately, we're finding different technical troubles in the compilation. So, can anyone of the developers tell with me ? So, I can solve the troubles step by step and I can obtain a working version of the library.
0
7951
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8439
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8430
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8305
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
5966
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5465
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
2448
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1553
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
1296
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.