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 > db2rbind gives database manager error

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-28-05, 16:17
jodie jodie is offline
Registered User
 
Join Date: Aug 2003
Location: Ohio
Posts: 38
db2rbind gives database manager error

Hi!
Each Sunday, I do a reorg of my database and then do a rebind. The last 2 Sundays, I got the following error:

"Database Manager cannot be started."

The bind says it completes successfully and the database manager is working. When I run the rbind manually, I get no errors.

Any Idea???

This is the part of my code giving the error:
Code:
echo "Starting Rebind of all @ `date`"
db2rbind $DBNAME -l $OUT_FILES/rebind.out all
if [ $? != 0 ]; then
	let rc=1
fi

echo "Rebind complete... any errors can be found in $OUT_FILES/rebind.out"

db2 terminate
This is the actual error:
Code:
Starting Rebind of all @ Sun Feb 27 21:22:47 EST 2005
 Database Manager cannot be started.
Rebind complete... any errors can be found in /var/logs/db2inst1/out_files/rebind.out
DB20000I  The TERMINATE command completed successfully.
The file rebind.out does not exist.

Any help would be appreciated!

Thanks!
Jodie
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