Re: dsmc sched as another user

2002-06-22 Thread Don France
s.com) -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED]]On Behalf Of Gerald Wichmann Sent: Thursday, May 16, 2002 10:15 AM To: [EMAIL PROTECTED] Subject: Re: dsmc sched as another user Ya good point and I thought of that. Fortunately it's not a big issue here. The later

Re: dsmc sched as another user

2002-05-22 Thread Eduardo Martinez
Hello, You can use sudo to grant root access to the dsmc command to any user you define, or I think you can use the Users directive on the dsmc.sys file and put there all the users you allow to execute the command. = "Do or Do Not, there is no try" -Yoda. The Empire Strikes Back _

Re: dsmc sched as another user

2002-05-16 Thread Gerald Wichmann
evelopment Engineer Zantaz, Inc. 925.598.3099 (w) -Original Message- From: Thomas Denier [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 16, 2002 8:34 AM To: [EMAIL PROTECTED] Subject: Re: dsmc sched as another user > Try using sudo. > You can allow your non-root user execute only the dsmc

Re: dsmc sched as another user

2002-05-16 Thread Gerald Wichmann
rsday, May 16, 2002 8:36 AM To: [EMAIL PROTECTED] Subject: Re: dsmc sched as another user I've never tried this on a LINUX client, but try putting the USERS option in the dsm.sys file: USERS myname yourname etc For *X clients, USERS specifies who (besides root) can execute dsm or dsmc. It&

Re: dsmc sched as another user

2002-05-16 Thread Prather, Wanda
ge- From: Gerald Wichmann [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 15, 2002 9:14 PM To: [EMAIL PROTECTED] Subject: dsmc sched as another user On linux when starting the dsmc sched process you need to be root. Otherwise it says "ANS1817E Schedule function can only be run by a T

Re: dsmc sched as another user

2002-05-16 Thread Thomas Denier
> Try using sudo. > You can allow your non-root user execute only the dsmc command as root. I think this would allow the non-root user to execute dsmc as root with any operands, not just the 'sched' operand. This would be a serious security exposure. The non-root user could replace any file on th

Re: dsmc sched as another user

2002-05-15 Thread Eduardo Martinez
Try using sudo. You can allow your non-root user execute only the dsmc command as root. = "Do or Do Not, there is no try" -Yoda. The Empire Strikes Back ___ Do You Yahoo!? Yahoo! Messenger Comunicacisn instantanea gratis con tu gent

dsmc sched as another user

2002-05-15 Thread Gerald Wichmann
On linux when starting the dsmc sched process you need to be root. Otherwise it says "ANS1817E Schedule function can only be run by a TSM authorized user." I'm trying to write a script that gets run by a non-root user to start the scheduler. Is it possible to get around this limitation somehow? I