Cluster Script

Cluster Script

am 18.07.2007 14:46:27 von Simon Skinner

Hi,

Is there a script which update other IIS servers in the cluster when a
change is made to one?

Many thanks

Simon

Re: Cluster Script

am 18.07.2007 23:16:05 von Ken Schaefer

Not at the moment. IIS7.0 can help here with the "shared configuration"
option.

At the moment your option are:
a) use an additional look, like Application Center, that can synchronise
things across machines
-or-
b) write a tool or scripts that update the configuration, and run these
against all machines. (i.e. do not update a single machine and sync the
changes, but rather push the changes to all machines)

Cheers
Ken

"Simon Skinner" wrote in message
news:6364DF4D-6E08-4F9B-8666-C18C25846118@microsoft.com...
> Hi,
>
> Is there a script which update other IIS servers in the cluster when a
> change is made to one?
>
> Many thanks
>
> Simon

Re: Cluster Script

am 19.07.2007 15:47:20 von Simon Skinner

Thank you
"Ken Schaefer" wrote in message
news:OdDoeDYyHHA.1188@TK2MSFTNGP04.phx.gbl...
> Not at the moment. IIS7.0 can help here with the "shared configuration"
> option.
>
> At the moment your option are:
> a) use an additional look, like Application Center, that can synchronise
> things across machines
> -or-
> b) write a tool or scripts that update the configuration, and run these
> against all machines. (i.e. do not update a single machine and sync the
> changes, but rather push the changes to all machines)
>
> Cheers
> Ken
>
> "Simon Skinner" wrote in message
> news:6364DF4D-6E08-4F9B-8666-C18C25846118@microsoft.com...
>> Hi,
>>
>> Is there a script which update other IIS servers in the cluster when a
>> change is made to one?
>>
>> Many thanks
>>
>> Simon
>

Re: Cluster Script

am 20.07.2007 01:45:40 von John Campbell

I thought iiscnfg.vbs would do exactly this. eg
Run the iiscnfg /copy command to copy the IIS configuration on your node to
the other nodes in the server cluster. At a command prompt, navigate to the
systemroot\System32\Inetsrv directory on your node, and then type iiscnfg
/copy /ts target server /tu userid /tp password where the following is true:
. /ts is another node in the same cluster.

. /tu is the user ID to use when connecting to the target server.

. /tp is the password associated with the specified user ID.






"Simon Skinner" wrote in message
news:E8A301C0-D4FE-4696-BC8D-E73C2010E39F@microsoft.com...
> Thank you
> "Ken Schaefer" wrote in message
> news:OdDoeDYyHHA.1188@TK2MSFTNGP04.phx.gbl...
>> Not at the moment. IIS7.0 can help here with the "shared configuration"
>> option.
>>
>> At the moment your option are:
>> a) use an additional look, like Application Center, that can synchronise
>> things across machines
>> -or-
>> b) write a tool or scripts that update the configuration, and run these
>> against all machines. (i.e. do not update a single machine and sync the
>> changes, but rather push the changes to all machines)
>>
>> Cheers
>> Ken
>>
>> "Simon Skinner" wrote in message
>> news:6364DF4D-6E08-4F9B-8666-C18C25846118@microsoft.com...
>>> Hi,
>>>
>>> Is there a script which update other IIS servers in the cluster when a
>>> change is made to one?
>>>
>>> Many thanks
>>>
>>> Simon
>>
>