If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > DB2LOOK in EEE

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-07-03, 19:24
udb_dba udb_dba is offline
Registered User
 
Join Date: Oct 2003
Posts: 29
Arrow DB2LOOK in EEE

Friends,

The requirement is DB2LOOK should run in cron job every mid night in EEE.

Script
====
DATE_HOUR=`date +"%y%m%d.%H.%M.%S"`
DB2INSTANCE=db21

export DB2INSTANCE

/db21/sqllib/bin/db2look -d edwtest1 -u db21 -l -o /db21/DB/db2look
/dlt$DATE_HOUR.out 2> /tmp/test

Crontab
=====
04 19 * * * /db21/DB/scripts/db2look.ksh > /dev/null 2<&1

/tmp/test
======
-- Output is sent to file: /db21/DB/db2look/dlt031107.19.04.00.out
sh: db2_all: not found.

Any solutions.....

-Rac
Reply With Quote
  #2 (permalink)  
Old 11-07-03, 19:27
sathyaram_s sathyaram_s is offline
Super Moderator
 
Join Date: Aug 2001
Location: UK
Posts: 4,534
Re: DB2LOOK in EEE

. $INSTHOME/sqllib/db2profile

should be the first line in your script ... (You'll not need to export DB2INSTANCE)

Cheers
Sathyaram

Quote:
Originally posted by udb_dba
Friends,

The requirement is DB2LOOK should run in cron job every mid night in EEE.

Script
====
DATE_HOUR=`date +"%y%m%d.%H.%M.%S"`
DB2INSTANCE=db21

export DB2INSTANCE

/db21/sqllib/bin/db2look -d edwtest1 -u db21 -l -o /db21/DB/db2look
/dlt$DATE_HOUR.out 2> /tmp/test

Crontab
=====
04 19 * * * /db21/DB/scripts/db2look.ksh > /dev/null 2<&1

/tmp/test
======
-- Output is sent to file: /db21/DB/db2look/dlt031107.19.04.00.out
sh: db2_all: not found.

Any solutions.....

-Rac
__________________
Visit the new-look IDUG Website , register to gain access to the excellent content.
Reply With Quote
  #3 (permalink)  
Old 11-07-03, 19:40
udb_dba udb_dba is offline
Registered User
 
Join Date: Oct 2003
Posts: 29
Thank you Satyaram

Cheers
-Rac
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On