Quote:
|
Originally Posted by sathyaram_s
Leave it to null and the default is the local admin group
update dbm cfg using sysadm_group ''
Cheers
Sathyaram
|
Hi All,
I am using DB2 V8.2 on Win XP profressional. I have the same ID on both local and domain, both in admin group. My original sysadm_group = admin. I could update dbm cfg (requres sysadm), but could not catalog a node! Inspired by Sathyaram's msg, I updated sysadm_group to null, then the behavior changed:
Code:
C:\Program Files\IBM\SQLLIB\BIN>db2 "catalog tcpip node xxxxxx remote yyyyyy server 50000 ostype linux"
SQL1092N "XXXXX " does not have the authority to perform the requested
command.
C:\Program Files\IBM\SQLLIB\BIN>db2 update dbm cfg using SYSADM_GROUP ''
DB20000I The UPDATE DATABASE MANAGER CONFIGURATION command completed
successfully.
C:\Program Files\IBM\SQLLIB\BIN>db2 "catalog tcpip node xxxxxx remote yyyyyy server 50000 ostype linux"
DB20000I The CATALOG TCPIP NODE command completed successfully.
DB21056W Directory changes may not be effective until the directory cache is
refreshed.
Why could I update dbm cfg but could not catalog a node? How can you explain that?
Thanks,
Gary