473,387 Members | 1,619 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Routine tasks

what is your daily , weekly, monthly check list specifically for DB2
on Windows Environment.

Thanks for insight.
Nov 12 '05 #1
6 1760
This will differ highly on how much the database is used, but here are
some starting points for discussion:

daily: log archival, (potentially) incremental backup
weekly: full backup
weeklr or monthly: runstats, reorg

less often than monthly, but likely done before a new fixpak is installed:

- copy database configutation, database manager configuration, settings
of all registry variabbles
- database backup
- db2dart
- inspect (this could also be monthly, since it's online)

Frank wrote:
what is your daily , weekly, monthly check list specifically for DB2
on Windows Environment.

Thanks for insight.


Nov 12 '05 #2
This will differ highly on how much the database is used, but here are
some starting points for discussion:

daily: log archival, (potentially) incremental backup
weekly: full backup
weeklr or monthly: runstats, reorg

less often than monthly, but likely done before a new fixpak is installed:

- copy database configutation, database manager configuration, settings
of all registry variabbles
- database backup
- db2dart
- inspect (this could also be monthly, since it's online)

Frank wrote:
what is your daily , weekly, monthly check list specifically for DB2
on Windows Environment.

Thanks for insight.


Nov 12 '05 #3
The executable should be under sqllib/bin

Perhaps it only comes with the Appl. Development Client. You can get an
Appl. Development client at the appropriate fixpak level to install
alongside your server here:
ftp://ftp.software.ibm.com/ps/produc.../client/appdev

On Windows, the executable is here:

Directory of C:\Program Files\IBM\SQLLIB\BIN

12/16/2003 08:34p 29,816 enable_MQFunctions.exe
12/16/2003 08:34p 87,168 enable_MQXML.exe
2 File(s) 116,984 bytes
0 Dir(s) 874,471,424 bytes free

C:\tmp>enable_mqfunctions
================================================== ==========
Usage: enable_MQFunctions -n dbName -u uID -p password
[-q queuemanager] [-v 0pc|1pc|2pc|all]
[-novalidate] [-interactive] [-force]
================================================== ==========

Blair Adamache wrote:
This will differ highly on how much the database is used, but here are
some starting points for discussion:

daily: log archival, (potentially) incremental backup
weekly: full backup
weeklr or monthly: runstats, reorg

less often than monthly, but likely done before a new fixpak is installed:

- copy database configutation, database manager configuration, settings
of all registry variabbles
- database backup
- db2dart
- inspect (this could also be monthly, since it's online)

Frank wrote:
what is your daily , weekly, monthly check list specifically for DB2
on Windows Environment.

Thanks for insight.



Nov 12 '05 #4
The executable should be under sqllib/bin

Perhaps it only comes with the Appl. Development Client. You can get an
Appl. Development client at the appropriate fixpak level to install
alongside your server here:
ftp://ftp.software.ibm.com/ps/produc.../client/appdev

On Windows, the executable is here:

Directory of C:\Program Files\IBM\SQLLIB\BIN

12/16/2003 08:34p 29,816 enable_MQFunctions.exe
12/16/2003 08:34p 87,168 enable_MQXML.exe
2 File(s) 116,984 bytes
0 Dir(s) 874,471,424 bytes free

C:\tmp>enable_mqfunctions
================================================== ==========
Usage: enable_MQFunctions -n dbName -u uID -p password
[-q queuemanager] [-v 0pc|1pc|2pc|all]
[-novalidate] [-interactive] [-force]
================================================== ==========

Blair Adamache wrote:
This will differ highly on how much the database is used, but here are
some starting points for discussion:

daily: log archival, (potentially) incremental backup
weekly: full backup
weeklr or monthly: runstats, reorg

less often than monthly, but likely done before a new fixpak is installed:

- copy database configutation, database manager configuration, settings
of all registry variabbles
- database backup
- db2dart
- inspect (this could also be monthly, since it's online)

Frank wrote:
what is your daily , weekly, monthly check list specifically for DB2
on Windows Environment.

Thanks for insight.



Nov 12 '05 #5
Wow, two days after your posting, someone writes an article about it:

http://www-106.ibm.com/developerwork...now/index.html

Frank wrote:
what is your daily , weekly, monthly check list specifically for DB2
on Windows Environment.

Thanks for insight.


Nov 12 '05 #6
Wow, two days after your posting, someone writes an article about it:

http://www-106.ibm.com/developerwork...now/index.html

Frank wrote:
what is your daily , weekly, monthly check list specifically for DB2
on Windows Environment.

Thanks for insight.


Nov 12 '05 #7

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

Similar topics

5
by: Bart Simpson | last post by:
Hi, I want to control 'Scheduled Tasks' in Windows 2003 by python program. But I couldn't find any Python module about win32 'Scheduled Tasks'. I could find only Perl module about it. (see...
1
by: Dominic | last post by:
Just in case someone is interested. I came up with this solution since my previous posting. Maybe you've got some other ideas or critcism. I'll listen ;-) Ciao, Dominic P.S. Python is...
11
by: Codemonkey | last post by:
Hi, I am writing an App in .Net that involves some scheduling of tasks. I was wondering if anybody has come accross any components or examples of how to implement a schedule manager like the one...
5
by: rdemyan via AccessMonster.com | last post by:
I would like to have my application add administrative tasks to an Administrator's Outlook Task Folder. I know how to get the User group of the CurrentUser and think I can even code how to do the...
6
by: sjoshi | last post by:
I'm able to use the Bacground Worker class to execute task and pain the UI. However I want to be able to execute n tasks in order, say n1, then n2 if there were no errors during n1, n3 so on. ...
2
by: Eirik Midttun | last post by:
I have seen quite a few times that C programs contain a file named isr.c or files named a_isr.c, b_isr.c where a and b are hardware that generate interrupts. Obviously these files contain code to...
3
by: kj7ny | last post by:
How can I access and manipulate Scheduled Tasks in Windows using Python? I have a Windows XP workstation running Python 2.4.4 using the win32all modules to control the windows services on...
0
by: gojners | last post by:
I need to go through a set of tasks. Each task has a priority (low/medium/high) and a status (Open/In progress/Closed). Each task also has a membership (Internal/External/Other). My problem is...
0
by: BD | last post by:
I'm running 8.2 on Windows. I have a situation where several scheduled tasks were created in Task Center, under an ID of a person who is leaving the organization. This person's ID is to be...
9
by: hgrecco | last post by:
Hello, I am working on a program that must perform a certain task on numeric data stored in a file. The task is given by user input from a list of possible tasks. The file has some particular...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
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,...

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.