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 > Problem with the QUIESCE command

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-24-05, 02:46
blackbrain blackbrain is offline
Registered User
 
Join Date: Nov 2003
Posts: 24
Question Problem with the QUIESCE command

Ok im using following command in a backup job.
The problem is that after the quiesce cmd on the db, no can connect to any of the other databases in the instance.
I thought that only the database would be in quiesce mode?

Quote:
db2 <<EOF
CONNECT TO $DB
QUIESCE DATABASE IMMEDIATE FORCE CONNECTIONS
CONNECT RESET
BACKUP DATABASE $DB TO "$TMPPATH"
CONNECT TO $DB
UNQUIESCE DATABASE
CONNECT RESET
TERMINATE
EOF
jhp
black_
Reply With Quote
  #2 (permalink)  
Old 02-24-05, 02:58
Marcus_A Marcus_A is offline
Registered User
 
Join Date: May 2003
Location: USA
Posts: 5,196
See APAR LI70340 which was fixed in FP6. Next time please list your DB2 version, fixpak, and OS (as described in the MUST READ BEFORE POSTING thread.
__________________
M. A. Feldman
IBM Certified DBA on DB2 for Linux, UNIX, and Windows
IBM Certified DBA on DB2 for z/OS and OS/390
Reply With Quote
  #3 (permalink)  
Old 02-24-05, 03:11
blackbrain blackbrain is offline
Registered User
 
Join Date: Nov 2003
Posts: 24
sry about the none posted facts, i totally forgot.

and thanks for your help, i was that bug.

jhp
black_
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