blackrs
-
Total Posts
:
3
-
Reward points
:
20
- Joined: 3/16/2010
-
Status: offline
|
IISREST.exe permission denied
-
Monday, June 28, 2010 8:24 AM
( #1 )
All, Our unix guys hit my Windows 2003 R2 box via rsh, and when they attempt to run an IISRESET command, they get a permission denied, and a message that states that the user must be a member of the domain admins or local admins. Other commands work fine. They log in with a local user that is a member of the local admin ("servername -l servername+username"), and as I mentioned, other commands do work. Anyone experience this or found a workaround? Thanks. Roger
|
|
Rodney
-
Total Posts
:
6450
-
Reward points
:
1180
- Joined: 7/9/2002
- Location: /Tools lab
-
Status: offline
|
Re:IISREST.exe permission denied
-
Monday, June 28, 2010 12:27 PM
( #2 )
It may be a function of how the security token is getting created. On that machine, for the specific user, was the regpwd command run? This securely stores the password to the local machine only allowing for a full security token. (I'm assuming they are doing the 'rsh' login without a password).
|
|
blackrs
-
Total Posts
:
3
-
Reward points
:
20
- Joined: 3/16/2010
-
Status: offline
|
Re:IISREST.exe permission denied
-
Tuesday, June 29, 2010 7:37 AM
( #3 )
no we are not using a password--just using .rhosts with the machine name + username. I will give the regpwd a shot. thx.
<message edited by blackrs on Tuesday, June 29, 2010 7:40 AM>
|
|
blackrs
-
Total Posts
:
3
-
Reward points
:
20
- Joined: 3/16/2010
-
Status: offline
|
Re:IISREST.exe permission denied
-
Tuesday, June 29, 2010 12:19 PM
( #4 )
That did the trick--I had to enable the SETUID option, then do the regpwd, and also had to run the command in a "wrapper," but it got the job done. Thanks for the help.
|
|