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 > uncatalog all

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-19-06, 04:30
Palle Kula Palle Kula is offline
Registered User
 
Join Date: Sep 2006
Posts: 5
uncatalog all

Hello everybody!

I have a small question. Is it possible to uncatalog all nodes with just one command?
Like
Code:
uncatalog node all
or do i have to type every node by hand?

oh and by the way I am a total db2 noob...
Reply With Quote
  #2 (permalink)  
Old 09-19-06, 08:04
ARWinner ARWinner is offline
Registered User
 
Join Date: Jan 2003
Posts: 3,575
You have to do them one at a time.

Andy
Reply With Quote
  #3 (permalink)  
Old 09-19-06, 11:32
Marcus_A Marcus_A is offline
Registered User
 
Join Date: May 2003
Location: USA
Posts: 5,196
You can replace the client configuration file with one that is empty. See the Command Reference for exporting and importing client configuration files.
__________________
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
  #4 (permalink)  
Old 09-20-06, 05:14
guyprzytula guyprzytula is offline
Registered User
 
Join Date: Jun 2006
Posts: 471
node

nobody executes something by hand..
create a simple script that will do
db2 list node directory | grep "Node name"
cut off the node name in word 3
db2 uncatalog node word3
same for db2 list db directory
__________________
Best Regards, Guy Przytula
DB2 UDB LUW certified V6/7/8
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