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 > DAS user name

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-22-10, 07:52
db2cap db2cap is offline
Registered User
 
Join Date: May 2010
Posts: 87
DAS user name

Hi,
I am working on db2 v9.1 on AIX
How do i determine what is the das user name?
Reply With Quote
  #2 (permalink)  
Old 09-22-10, 08:16
ARWinner ARWinner is offline
Registered User
 
Join Date: Jan 2003
Posts: 3,575
Try:

Code:
db2set -all | grep -i admin
Andy
Reply With Quote
  #3 (permalink)  
Old 09-22-10, 08:26
db2cap db2cap is offline
Registered User
 
Join Date: May 2010
Posts: 87
Below are the only parameters diplayed:

$ db2set -all
[i] DB2_ASYNC_IO_MAXFILOP=512
[i] DB2_INLIST_TO_NLJN=YES
[i] DB2_MINIMIZE_LISTPREFETCH=ON
[i] DB2_EVALUNCOMMITTED=YES
[i] DB2_SKIPDELETED=ON
[i] DB2COMPOPT=,1024
[i] DB2_RR_TO_RS=YES
[i] DB2COMM=tcpip
[i] DB2AUTOSTART=YES
[g] DB2SYSTEM=xxxxx
[g] DB2INSTDEF=yyyyy
Reply With Quote
  #4 (permalink)  
Old 09-22-10, 08:37
ARWinner ARWinner is offline
Registered User
 
Join Date: Jan 2003
Posts: 3,575
It must have been added in V9.5. Try this:

1) Change to the directory where DB2 is installed,
2) cd das/bin
3) ./db2daslevel

Andy
Reply With Quote
  #5 (permalink)  
Old 09-22-10, 08:45
db2cap db2cap is offline
Registered User
 
Join Date: May 2010
Posts: 87
is ther no other place from where i can get the information as I have no System administration rights
Reply With Quote
  #6 (permalink)  
Old 09-22-10, 08:48
db2cap db2cap is offline
Registered User
 
Join Date: May 2010
Posts: 87
checked on windows machine while an express edition of db2 is installed; it doent provide the user detail for das administration
Reply With Quote
  #7 (permalink)  
Old 09-22-10, 10:43
nvk@vhv nvk@vhv is offline
Registered User
 
Join Date: Jan 2010
Posts: 294
You could check the processes. Check the user which is running the das processes:
ps -eaf | grep das
Reply With Quote
  #8 (permalink)  
Old 09-23-10, 08:40
db2cap db2cap is offline
Registered User
 
Join Date: May 2010
Posts: 87
that was so simple, Thanks
Reply With Quote
  #9 (permalink)  
Old 10-01-10, 12:47
jeeva86 jeeva86 is offline
Registered User
 
Join Date: Jun 2010
Posts: 8
nature truatt

Similar to db2ilist for listing DB2 instances, there's daslist to list the DAS user.
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