database - How to add db2 user as SYSADM -


i'm new db2 , working environment information lost. known information 1 user id db2inst1. need grant sysadm permissions user. root password didn't know. how can ? possible way grant sysadm permission db2inst1 user ? have tried several ways mentioned in db2 related websites. still i'm unable full fill task.

thanks ! manula thantriwatte

if instance configuration parameter sysadm_group set, member of group specified therein have sysadm authority. if parameter not set, members of primary group of instance owner user (presumably db2inst1 in case) have sysadm authority.

to check parameter value:

db2 dbm cfg | grep sysadm_group 

to set it:

db2 update dbm cfg using sysadm_group whatever 

you'll need restart instance after changing parameter.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -