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 > getting containers info for v8.1.1 fixpack 4-14

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-17-07, 06:47
valiky valiky is offline
Registered User
 
Join Date: Oct 2007
Posts: 2
getting containers info for v8.1.1 fixpack 4-14

Hi,

I an interested in getting information regarding the path of data file containers.
The relevant version is 8.1.1 fixpack 4-14 for Unix.
The user i intend to use for this job cannot be member of the SYSMON/SYSCTL groups and can be given only read-only permissions.
How can i do that?

I've been struggling with this issue for quite a while now - could use help.

Thanks in advance,
-- Yaniv
Reply With Quote
  #2 (permalink)  
Old 10-17-07, 07:23
guyprzytula guyprzytula is offline
Registered User
 
Join Date: Jun 2006
Posts: 471
try the table function SNAP_GET_CONTAINER
__________________
Best Regards, Guy Przytula
DB2 UDB LUW certified V6/7/8
Reply With Quote
  #3 (permalink)  
Old 10-17-07, 13:04
valiky valiky is offline
Registered User
 
Join Date: Oct 2007
Posts: 2
You need a SYSCTRL group permission for that (No SYSMON yet in this version). Another alternative is turning off authentication for snap tables.

both options are unfortunately unacceptable.

Any other way? workaround? hack?

Thanks
Reply With Quote
  #4 (permalink)  
Old 10-17-07, 17:12
anksagr anksagr is offline
Registered User
 
Join Date: Jul 2005
Posts: 102
I don't say that this is the way to find it, but try

"find . -name *.dbf -print"

This will give you a list of the containers that exists on the server.

Anks
Reply With Quote
  #5 (permalink)  
Old 10-17-07, 17:19
anksagr anksagr is offline
Registered User
 
Join Date: Jul 2005
Posts: 102
oops...

find / -name *.dbf -print

Anks
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