473,320 Members | 2,088 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,320 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 1754
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: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

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.