Re: IIS6 on 2003 Cluster - cannot get working!!

From: Mike Rosado [MSFT] (mikeros_at_online.microsoft.com)
Date: 03/01/05


Date: Tue, 1 Mar 2005 09:59:35 -0600

Hi Stephen,

If the DCOM Security permissions are not set properly, those are the exact
same errors you would see in the Cluster Log.

Here are some steps to properly reset the permissions. Give this a try and
post back if it resolved your problem or not.

1. At a command prompt, type the following command to open Distributed COM
Configuration Properties:

        "dcomcnfg.exe" (without the quotation marks)

2. Expand Component Services/Computers

3. Right click on My Computer and select Properties.

4. From Properties, select the Default COM Security tab.

5. Under Access Permissions click on "Edit Default"

6. Add the Administrator account, set "Access Permission" to "Allow".

7. Apply the changes and reboot the box.

8. If you find that Administrator already is listed and has Allow selected
under "Access Permissions", remove the Administrator account, reboot, and
re-add it. You will likely have to reboot again. The reason we have to
reboot, is because we need to reset the ACLs for the DCOM service. We found
that we couldn't simply Stop the service so the reboot was necessary.

-- 
Hope this helps,
Mike Rosado
Windows 2000 MCSE + MCDBA
Microsoft Enterprise Platform Support
Windows NT/2000/2003 Cluster Technologies
====================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
====================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
<http://www.microsoft.com/info/cpyright.htm>
-----Original Message-----
"Stephen Lappin" <stephen.lappin@rtel.dot.com> wrote in message
news:C8B65FE8-16F6-41C1-B8D9-6863E6D4ACD0@microsoft.com...
> Hi,
>
> I am now using the correct resource type, and getting the following errors
> in the cluster log:
>
> 00000b78.00000434::2005/03/01-15:19:39.312 INFO Generic Script <Website>:
> Loaded script engine 'VBScript' successfully.
> 00000b78.00000434::2005/03/01-15:19:39.312 INFO Generic Script <Website>:
> Loaded script 'C:\WINDOWS\system32\inetsrv\clusweb.vbs' successfully.
> 00000b78.00000434::2005/03/01-15:19:39.328 ERR  Generic Script <Website>:
> Script Error: Line=13, Character = 4
> 00000b78.00000434::2005/03/01-15:19:39.328 ERR  Generic Script <Website>:
> Source: Microsoft VBScript runtime error
> 00000b78.00000434::2005/03/01-15:19:39.328 ERR  Generic Script <Website>:
> Description: Permission denied: 'GetObject'
> 00000b78.00000434::2005/03/01-15:19:39.328 ERR  Generic Script <Website>:
> Error: 2148139078 (0x800a0046) - Description: Permission denied:
'GetObject'
> (Source: Microsoft VBScript runtime error)
> 00000b78.00000c30::2005/03/01-15:19:39.328 ERR  [RM] OnlineResource
failed,
> resource Website, status =  2147614729.
>
>
> I think line 13 is
>     set objWmiProvider = GetObject("winmgmts:/root/cimv2")
>
> Sláinte mhath
> Stephen
>
> "Shon Shah [MSFT]" wrote:
>
> > Stephen,
> >
> > I could not stop thinking about this error and finally I think I got to
the
> > root cause of it :-) I think you are creating "Generic Service" resource
> > instead of "Generic Script" resource and this is evident from the log
> > statement. Try creating "Generic Script" resource and it should work
fine!
> >
> > 00000c1c.000006b4::2005/02/17-17:41:32.421 ERR  Generic Service <IIS>:
> > Unable to read parameters from registry  for Service '(null)' . Error:
13,
> > property in error is 'ServiceName' .
> >
> > Hope this helps.
> >
> > -- 
> > Regards,
> > Shon Shah
> > Software Design Engineer/Test
> > Microsoft Cluster Server
> >
> > This posting is provided "AS IS" with no warranties, and confers no
rights.
> > Use of included script samples, if any, are subject to the terms
specified
> > at http://www.microsoft.com/info/cpyright.htm
> >
> > Please do not send email directly to this alias. This alias is for
newsgroup
> > purposes only.
> >
> > "Stephen Lappin" <stephen.lappin@rtel.dot.com> wrote in message
> > news:2009D52C-F95D-4CB8-BCF6-12EC324220B8@microsoft.com...
> > > Hi,
> > >
> > > Yes, the script does really does contain 'w3svc', and I can start/stop
the
> > > service from the command line.
> > >
> > > Guess I'll have to log an incident with MS support. Thanks for your
help.
> > >
> > > Sláinte mhath
> > > Stephen Lappin
> > >
> > > "Shon Shah [MSFT]" wrote:
> > >
> > >> 1. Can you please re-check if the following line in Online( )
function of
> > >> clusweb.vbs script really contains 'w3svc'?
> > >>
> > >>     set objService = objWmiProvider.get("win32_service='w3svc'")
> > >>
> > >> 2. Are you able to start and stop w3svc service from command line
using
> > >> commands like "sc stop w3svc" and "sc start w3svc"?
> > >>
> > >> Looks like an interesting error to me. I tried different combinations
> > >> like
> > >> disabling w3svc, specifying different invalid service names in
> > >> clusweb.vbs,
> > >> uninstalling IIS etc but none of these caused the error mentioned
below.
> > >> Not
> > >> sure why the service being queried for is (null) and whose
ServiceName
> > >> property is mentioned in the error. It might be possible that the
issue
> > >> is
> > >> specific to this particular configuration and I would suggest
contacting
> > >> Microsoft product support unless others on the newsgroup have more to
> > >> add.
> > >>
> > >> All the best!
> > >>
> > >> -- 
> > >> Regards,
> > >> Shon Shah
> > >> Software Design Engineer/Test
> > >> Microsoft Cluster Server
> > >>
> > >> This posting is provided "AS IS" with no warranties, and confers no
> > >> rights.
> > >> Use of included script samples, if any, are subject to the terms
> > >> specified
> > >> at http://www.microsoft.com/info/cpyright.htm
> > >>
> > >> Please do not send email directly to this alias. This alias is for
> > >> newsgroup
> > >> purposes only.
> > >>
> > >> "Stephen Lappin" <stephen.lappin@rtel.dot.com> wrote in message
> > >> news:F6C8684C-4C4A-49A4-82EF-FE6EF7F844AD@microsoft.com...
> > >> > Hi,
> > >> >
> > >> > Yes, looking at the log, I find the following:
> > >> > 00000c1c.000006b4::2005/02/17-17:41:32.421 ERR  Generic Service
<IIS>:
> > >> > Unable to read parameters from registry  for Service '(null)' .
Error:
> > >> > 13,
> > >> > property in error is 'ServiceName' .
> > >> >
> > >> > I have called the resource IIS. I have not editied the clusweb.vbs
in
> > >> > any
> > >> > way. Any further ideas?
> > >> >
> > >> > Sláinte mhath
> > >> > Stephen
> > >> >
> > >> > "Shon Shah [MSFT]" wrote:
> > >> >
> > >> >> Stephen,
> > >> >>
> > >> >> Looking at log statements containing "ERR  Generic Script
> > >> >> <YourResourceName>" towards the end of the log file
> > >> >> %windir%\cluster\cluster.log might be a good starting point. Those
log
> > >> >> statements should give more details as to why the resource can not
be
> > >> >> brought online.
> > >> >>
> > >> >> Hope this helps.
> > >> >>
> > >> >> -- 
> > >> >> Regards,
> > >> >> Shon Shah
> > >> >> Software Design Engineer/Test
> > >> >> Microsoft Cluster Server
> > >> >>
> > >> >> This posting is provided "AS IS" with no warranties, and confers
no
> > >> >> rights.
> > >> >> Use of included script samples, if any, are subject to the terms
> > >> >> specified
> > >> >> at http://www.microsoft.com/info/cpyright.htm
> > >> >>
> > >> >> Please do not send email directly to this alias. This alias is for
> > >> >> newsgroup
> > >> >> purposes only.
> > >> >>
> > >> >> "Stephen Lappin" <stephen.lappin@rtel.dot.com> wrote in message
> > >> >> news:9BFF7376-93A8-4570-8C53-F14D849F506F@microsoft.com...
> > >> >> > Help!
> > >> >> >
> > >> >> > I am attempting to get an IIS 6 website running on a Win 2003
Server
> > >> >> > cluster. I have setup the generic script as described below.
> > >> >> >
> > >> >> >
http://www.microsoft.com/resources/documentation/WindowsServ/2003/enterprise/proddocs/en-us/Default.asp?url=/resources/documentation/WindowsServ/2003/en
terprise/proddocs/en-us/sag_MSCScheck_19.asp
> > >> >> >
> > >> >> > However, whenever I try to bring this service online, I get the
> > >> >> > following
> > >> >> > error:
> > >> >> >
> > >> >> > An error occurred attempting to bring the 'IIS' resource online.
> > >> >> > The cluster resource could not be brought online by the resource
> > >> >> > monitor.
> > >> >> > Error ID: 5018 (0000139a).
> > >> >> >
> > >> >> > The generic script I am using is
> > >> >> > %systemroot%\system32\inetsrv\clusweb.vbs
> > >> >> >
> > >> >> >
> > >> >> > -- 
> > >> >> > Sláinte mhath
> > >> >> > Stephen Lappin
> > >> >>
> > >> >>
> > >> >>
> > >>
> > >>
> > >>
> > >>
> >
> >
> >


Relevant Pages

  • Problem with Domain Computer account
    ... I use log on script that copy one file from cluster share to local computer. ... Same is on security permissions, ... that Domain computer has full control included file that it copy ...
    (microsoft.public.windows.server.security)
  • Re: Multiple Login
    ... > Microsoft is going to release something this year that supports this). ... I created a logon and logoff script that will either increment or decrement this ... I clicked Advanced on the permissions window ... who haven't been created yet the attribute is initialized by how the logon script ...
    (microsoft.public.windowsxp.security_admin)
  • Re: MDAC and SBS2003 SP1
    ... the issue may be caused by permissions. ... Microsoft Management Console program, ... Component Checker utility has been redesigned to provide XML support. ... installation issues with the Microsoft Data Access Components (MDAC). ...
    (microsoft.public.windows.server.sbs)
  • Re: RAS/VPN problems
    ... Right click RemoteAccess, select Permissions. ... System and Network Service have Full ... Microsoft CSS Online Newsgroup Support ... This newsgroup only focuses on SBS technical issues. ...
    (microsoft.public.windows.server.sbs)
  • RE: no OWA
    ... have the correct permissions was the "inetpub" folder. ... Correct the settings in IIS: ... click to check the "Hide All Microsoft Services" ...
    (microsoft.public.windows.server.sbs)