Hello,

i've got a problem while trying to cluster a FTP-site:

I've already createn the cluster ressource as a "Gerneric
Script" pointing towards the script: CLUSFTP.VBS, located
in \Windows\System32\Inetsrv.

When I now stop or start the cluster ressource, it seem
to work very well - no Errror- but it doesn't!

Stopping or starting this ressource does not influence
the FTP-site "My FTP Site" I was going to cluster.

Is there a modification of the script CLUSFTP.VBS
necessary to tell the script which FTP-Site hast to be
stopped or started?

Or what else can I do do get "My FTP Site" influenced by
the Cluster-Manager?

Thanks for help,
Soeren

RE: IIS 6.0 and Windows 2003 Cluster by Jay

Jay
Thu Nov 25 02:09:02 CST 2004

Hi Soeren,

In the explanation on the MS site on how to cluster IIS and FTP they say
both scripts are samples.

These two scripts implement a couple of methods of which two are Offline and
Online.
In the Online method the code to start the service is provided.
All other methods, including the Offline one, have no code.

You have to write it yourself in order to stop the service when the resource
goes offline.

You can simply copy the code from the Online method and modify this to get
the correct result.

I hope this helps.

Jay

"Soeren Hanisch" wrote:

> Hello,
>
> i've got a problem while trying to cluster a FTP-site:
>
> I've already createn the cluster ressource as a "Gerneric
> Script" pointing towards the script: CLUSFTP.VBS, located
> in \Windows\System32\Inetsrv.
>
> When I now stop or start the cluster ressource, it seem
> to work very well - no Errror- but it doesn't!
>
> Stopping or starting this ressource does not influence
> the FTP-site "My FTP Site" I was going to cluster.
>
> Is there a modification of the script CLUSFTP.VBS
> necessary to tell the script which FTP-Site hast to be
> stopped or started?
>
> Or what else can I do do get "My FTP Site" influenced by
> the Cluster-Manager?
>
> Thanks for help,
> Soeren
>

Re: IIS 6.0 and Windows 2003 Cluster by Giegie

Giegie
Fri Jan 21 04:49:18 CST 2005

Hi,

The script should use STARTED instead of RUNNING and STOPPED for the
offline function!

Giegie

Jay wrote:
> Hi Soeren,
>
> In the explanation on the MS site on how to cluster IIS and FTP they
say
> both scripts are samples.
>
> These two scripts implement a couple of methods of which two are
Offline and
> Online.
> In the Online method the code to start the service is provided.
> All other methods, including the Offline one, have no code.
>
> You have to write it yourself in order to stop the service when the
resource
> goes offline.
>
> You can simply copy the code from the Online method and modify this
to get
> the correct result.
>
> I hope this helps.
>
> Jay
>
> "Soeren Hanisch" wrote:
>
> > Hello,
> >
> > i've got a problem while trying to cluster a FTP-site:
> >
> > I've already createn the cluster ressource as a "Gerneric
> > Script" pointing towards the script: CLUSFTP.VBS, located
> > in \Windows\System32\Inetsrv.
> >
> > When I now stop or start the cluster ressource, it seem
> > to work very well - no Errror- but it doesn't!
> >
> > Stopping or starting this ressource does not influence
> > the FTP-site "My FTP Site" I was going to cluster.
> >
> > Is there a modification of the script CLUSFTP.VBS
> > necessary to tell the script which FTP-Site hast to be
> > stopped or started?
> >
> > Or what else can I do do get "My FTP Site" influenced by
> > the Cluster-Manager?
> >
> > Thanks for help,
> > Soeren
> >