A Web site does not appear in the IIS Server list when you create an IIS Server Instance on a Windows 2000 server cluster (888186)
The information in this article applies to:
- Microsoft Windows 2000 Advanced Server
SYMPTOMSIf you try to create a Microsoft Internet Information Services (IIS) Server Instance resource on a Microsoft Windows 2000-based server cluster, the Web site that you created does not appear in the IIS Server list of the Parameters dialog box. However, if you try to stop or try to start the Web site by using the Internet Information Services Microsoft Management Console (MMC) snap-in, you receive the following error message: You must use Cluster Administrator to start or stop this item. Therefore, you cannot manage the Web site. CAUSEThis issue occurs if the metabase determines that this Web site is managed by the Cluster service. A managed Web site does not appear in the IIS Server list when you configure a new IIS Server Instance resource.RESOLUTIONTo resolve this issue, configure the Web site so that it is no longer managed by the Cluster Service. To do this, follow these steps: Step 1: Determine the instance number of the affected Web siteTo determine the instance number of the affected Web site, follow these steps: - Click Start, click Run, type cmd, and then click OK.
- Change to the Inetpub\Adminscripts folder. To do this, type cd \inetpub\adminscripts, and then press ENTER.
- Type cscript adsutil.vbs enum w3svc/1, and then press ENTER.
- View the information that is returned to determine the name of the Web site. For example, information that is similar to the following is returned:
Microsoft (R) Windows Script Host Version 5.1 for Windows
Copyright (C) Microsoft Corporation 1996-1999. All rights reserved.
KeyType : (STRING) "IIsWebServer"
ServerState : (INTEGER) 2
ServerComment : (STRING) "Default Web Site" Note that this example shows the default Web site. - Follow steps 3 and 4 to determine the instance number of the Web site that you experience this problem with. To do this, increment the instance number that appears after w3svc/ in the Adsutil command by one every time that you run the command. For example, the second time that you run this command, type cscript adsutil.vbs enum w3svc/2, and then press ENTER.
Step 2: Set the ClusterEnabled property of the affected Web site to FalseAfter you determine the correct instance number of the Web site that you experience this problem with, set the Web site properties so that this Web site is not managed by the cluster. To do this, set the ClusterEnabled property to False. To do this, follow these steps: - Click Start, click Run, type cmd, and then click OK.
- Change to the Inetpub\adminscripts directory. To do this, type cd\inetpub\adminscripts, and then press ENTER.
- Type cscript adsutil.vbs set w3svc/affected Web site instance number/ClusterEnabled false, and then press ENTER. For example, if you experience this issue with the Web site instance 2, type cscript adsutil.vbs set w3svc/2/ClusterEnabled false, and then press ENTER.
Step 3: Restart Internet Information ServicesRestart Internet Information Services to cause these settings to take effect. To do this, follow these steps: - Click Start, click Run, type cmd, and then click OK.
- Type iisreset, and then press ENTER.
Modification Type: | Major | Last Reviewed: | 12/9/2004 |
---|
Keywords: | kbClustering kbtshoot kbprb KB888186 kbAudITPRO |
---|
|