This is a discussion on obtaining authority to run list applications - ordinary users within the DB2 forums, part of the Database Server Software category; --> Hi, Some of my users would like to use the 'list applications' command to view processes being run. But ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, Some of my users would like to use the 'list applications' command to view processes being run. But I do not want them to belong to the SYSMAINT group or any other system group( DBADM/SYSCTRL/SYSADM). As far as I know this is the only way one can use that command. Is there any other way where I can give them authority/permissions that just allows them to run the that command without having other system type authority. aix 5.2 db2 8.1. 4 thanks Peter |
| |||
| Peter Sands wrote: > Hi, > Some of my users would like to use the 'list applications' command to > view processes being run. But I do not want them to belong to the > SYSMAINT group or any other system group( DBADM/SYSCTRL/SYSADM). As > far as I know this is the only way one can use that command. Is there > any other way where I can give them authority/permissions that just > allows them to run the that command without having other system type > authority. I have used the freeware 'sudo' tool to allow users to execute specific commands (like list applications) with increased authority, this works quite well. ----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet News==---- http://www.newsfeeds.com The #1 Newsgroup Service in the World! >100,000 Newsgroups ---= East/West-Coast Server Farms - Total Privacy via Encryption =--- |
| |||
| There's a new group SYSMON_GROUP...not sure if it's on your fixpack level. Peter Sands wrote: > Hi, > Some of my users would like to use the 'list applications' command to > view processes being run. But I do not want them to belong to the > SYSMAINT group or any other system group( DBADM/SYSCTRL/SYSADM). As > far as I know this is the only way one can use that command. Is there > any other way where I can give them authority/permissions that just > allows them to run the that command without having other system type > authority. > > aix 5.2 > db2 8.1. 4 > > thanks > Peter |
| ||||
| peter_sands@techemail.com (Peter Sands) wrote in message news:<6b009995.0411080847.1931ad72@posting.google. com>... > Hi, > Some of my users would like to use the 'list applications' command to > view processes being run. But I do not want them to belong to the > SYSMAINT group or any other system group( DBADM/SYSCTRL/SYSADM). As > far as I know this is the only way one can use that command. Is there > any other way where I can give them authority/permissions that just > allows them to run the that command without having other system type > authority. > > aix 5.2 > db2 8.1. 4 > > thanks > Peter You could write a shell script that the could execute that would run the command. Set the permissions to 711 so they could run it, but not read the file. Just attach to the instance as the instance owner and list applications in the script. |