Re: IIS6 on 2003 Cluster - cannot get working!!
From: Stephen Lappin (stephen.lappin_at_rtel.dot.com)
Date: 03/01/05
- Next message: Mike Rosado [MSFT]: "Re: IIS6 on 2003 Cluster - cannot get working!!"
- Previous message: Shane: "Re: File sharing"
- Next in thread: Mike Rosado [MSFT]: "Re: IIS6 on 2003 Cluster - cannot get working!!"
- Reply: Mike Rosado [MSFT]: "Re: IIS6 on 2003 Cluster - cannot get working!!"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 1 Mar 2005 07:41:03 -0800
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/enterprise/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
> >> >>
> >> >>
> >> >>
> >>
> >>
> >>
> >>
>
>
>
- Next message: Mike Rosado [MSFT]: "Re: IIS6 on 2003 Cluster - cannot get working!!"
- Previous message: Shane: "Re: File sharing"
- Next in thread: Mike Rosado [MSFT]: "Re: IIS6 on 2003 Cluster - cannot get working!!"
- Reply: Mike Rosado [MSFT]: "Re: IIS6 on 2003 Cluster - cannot get working!!"
- Messages sorted by: [ date ] [ thread ]