Link to home
Start Free TrialLog in
Avatar of jum4
jum4

asked on

Setting up IIS in a server cluster (Windows 2003)

Going to set up IIS in a 2 node server cluster, to create a clustered FTP service.

http://www.microsoft.com/windows2000/en/server/IIs/htm/core/iiclusus.htm

the above is a guide for 2000, anybody aware of one for 2003.

anybody got any tips or advice.

thanks
ASKER CERTIFIED SOLUTION
Avatar of xqs
xqs
Flag of Netherlands image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jum4
jum4

ASKER

thanks for the input but i've checked those already.

anybody actually done this on 2003 who could guide me through.


thanks
Avatar of jum4

ASKER

Well this is how i did it!


1. Start the Cluster Administrator tool, and then create a group, or use an existing group, to contain the following resources:• A Physical Disk resource.
• An IP Address resource.
• A Network Name resource.
For additional information about how to create a resource in Windows Server 2003, see the "Create a new resource" topic in Cluster Administrator Help.
2. Bring the IP Address resource and the Network Name resource online. To do this, right-click a resource, and then click Bring Online.  
3. Create a Web or FTP site that points to a folder on a shared hard disk by using the IIS Manager tool. Assign the same IP address that you configured for the IP Address resource to the Web or FTP site. For additional information about how to deploy IIS 6.0, see the Deploying Internet Information Services (IIS) 6.0 guide. To obtain this guide, visit the following Microsoft Web site:
http://technet2.microsoft.com/WindowsServer/f/?en/Library/089c5959-6537-4246-bbe8-6ad5425c65371033.mspx 
4. In the group where you created the resources in step 1, create a new Generic Script resource. Point this Generic Script resource to one of the following Visual Basic scripts, depending on the kind of site that you want to create:• %systemroot%\System32\Inetsrv\Clusweb.vbs
• %systemroot%\System32\Inetsrv\Clusftp.vbs
To do this, follow these steps:a.  Start the Cluster Administrator MMC snap-in.  
b.  Right-click the group that you used in step 1, point to New, and then click Resource.
c.  In the Name box, type a descriptive name for this resource, click Generic Script in the Resource type list, and then click Next.
d.  View the entries in the Possible owners list to make sure that the appropriate cluster nodes appear, and then click Next.
e.  In the Available resources list, click the IP Address resource, click Add->, and then click Next.
f.  In the Script filepath box, type the path of the script that you want to use. For example, to create a clustered Web site, type the following:
%systemroot%\System32\Inetsrv\Clusweb.vbs
g.  Click Finish, and then click OK on the following message that appears:
Cluster resource 'ResourceName' created successfully.
 
5. Bring the Generic Script resource online. To do this, right-click the resource, and then click Bring Online.
6. Test the connectivity to the clustered Web site. To do this, visit the Web site by using a Web browser program, such as Microsoft Internet Explorer



http://technet2.microsoft.com/WindowsServer/en/Library/5d39b359-a911-4813-b41b-04604699159b1033.mspx?mfr=true


Well thats that//