One database, Authoring + Production servers.
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > Microsoft Content Management Server > One database, Authoring + Production servers.




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    One database, Authoring + Production servers.  
Alan Lakman


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
02-28-04 04:34 AM

I have read in some posts on the site that to enable real
time production of content one can have only one Database,
and two CMS servers. One server that can be used for
authoring (read+Write) and one server that can be strictly
used for displaying content (end user facing with read
only capacity)..

The concern that I have is, if we have it that way...
when we enable host headers on production server, how will
the authoring server behave. Will this setting be
reflected for the authoring server as well because they
are using the same database or is the host header setting
not stored in a database.

If it is stored in a dtabase how can we handle such a
situation???

Thanks for any ideas/thoughts..

Alan.





[ Post a follow-up to this message ]



    Re: One database, Authoring + Production servers.  
Stefan [MSFT]


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
02-28-04 10:34 AM

Hi Alan,

your concern is right.
You would have to ensure that name resolution is different of authors then
for subscribers.
This can be achieved by either using different DNS servers or by using local
host files.

Another solution would be to use the following workaround on the authoring
system which allows to map different host header names to one channel:
http://download.microsoft.com/downl...>
MCMS+2002+-+(complete)+FAQ.htm#477EA7E7-CA78-456B-BC4D-B3E3AE832ABE

Please be aware that the following hotfix needs to be installed: 824597

Cheers,
Stefan.

--
This posting is provided "AS IS" with no warranties, and confers no rights.


"Alan Lakman" <anonymous@discussions.microsoft.com> wrote in message
news:368b01c3fdb2$6e2c9f50$a501280a@phx.gbl...
> I have read in some posts on the site that to enable real
> time production of content one can have only one Database,
> and two CMS servers. One server that can be used for
> authoring (read+Write) and one server that can be strictly
> used for displaying content (end user facing with read
> only capacity)..
>
> The concern that I have is, if we have it that way...
> when we enable host headers on production server, how will
> the authoring server behave. Will this setting be
> reflected for the authoring server as well because they
> are using the same database or is the host header setting
> not stored in a database.
>
> If it is stored in a dtabase how can we handle such a
> situation???
>
> Thanks for any ideas/thoughts..
>
> Alan.







[ Post a follow-up to this message ]



    Re: One database, Authoring + Production servers.  


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
02-28-04 12:34 PM

Thanks v much for the reply.
But what do is it that needs to be doen in the localhost
files and how could you be setting something that is
different for an author and a subscriber in a localhost
file.(which file particularly? is it lmlhosts?)???
Thanks again ..
Alan

>-----Original Message-----
>Hi Alan,
>
>your concern is right.
>You would have to ensure that name resolution is
different of authors then
>for subscribers.
>This can be achieved by either using different DNS
servers or by using local
>host files.
>
>Another solution would be to use the following workaround
on the authoring
>system which allows to map different host header names to
one channel:
>http://download.microsoft.com/download/4/2/5/4250f79a-
c3a1-4003-9272-2404e92bb76a/MCMS+2002+-+(complete)
+FAQ.htm#477EA7E7-CA78-456B-BC4D-B3E3AE832ABE
>
>Please be aware that the following hotfix needs to be
installed: 824597
>
>Cheers,
>Stefan.
>





[ Post a follow-up to this message ]



    Re: One database, Authoring + Production servers.  
dwc


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
02-28-04 04:35 PM

For the record, I think sharing a CMS database between your authoring server
 and your production server is a very bad idea.  The host header issue is so
mething I would steer clear of altogether.  Also, you will run into more iss
ues than just host header m
apping.  For example, if you change the standard properties on a published p
osting, that posting is taken out of publication until the standard properti
es are approved.  This is because the edit and live versions share their sta
ndard properties.

The Microsoft reccommended solution for a production environment is to have 
at least one authoring server and one publishing server each with their own 
database.  Then you can automate content deployment from one server to the o
ther with the MCMS Site Dep
loyment API, either in vbscript or in your application itself.





[ Post a follow-up to this message ]



    Re: One database, Authoring + Production servers.  
Stefan [MSFT]


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
02-28-04 06:34 PM

Hi Alan,

I talked about the "hosts" file.
You need to associate the IP address of the server you want to address with
the host header (DNS) name.

Cheers,
Stefan.

--
This posting is provided "AS IS" with no warranties, and confers no rights.


<anonymous@discussions.microsoft.com> wrote in message
news:385701c3fdf4$fe03df20$a501280a@phx.gbl...
> Thanks v much for the reply.
> But what do is it that needs to be doen in the localhost
> files and how could you be setting something that is
> different for an author and a subscriber in a localhost
> file.(which file particularly? is it lmlhosts?)???
> Thanks again ..
> Alan
> 
> different of authors then 
> servers or by using local 
> on the authoring 
> one channel: 
> c3a1-4003-9272-2404e92bb76a/MCMS+2002+-+(complete)
> +FAQ.htm#477EA7E7-CA78-456B-BC4D-B3E3AE832ABE 
> installed: 824597 







[ Post a follow-up to this message ]



    Re: One database, Authoring + Production servers.  
Trevor Grant


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
02-29-04 04:34 AM

Hi dwc

You have valid points. However, the recommended solution from MS does not
take into account sites that are mission critical and require information to
be updated the moment it becomes available, especially intranet apps.

Trevor

"dwc" <anonymous@discussions.microsoft.com> wrote in message
news:FC7BBE32-2FF5-475C-B3EF-0B8F757A5312@microsoft.com...
> For the record, I think sharing a CMS database between your authoring
server and your production server is a very bad idea.  The host header issue
is something I would steer clear of altogether.  Also, you will run into
more issues than just host header mapping.  For example, if you change the
standard properties on a published posting, that posting is taken out of
publication until the standard properties are approved.  This is because the
edit and live versions share their standard properties.
>
> The Microsoft reccommended solution for a production environment is to
have at least one authoring server and one publishing server each with their
own database.  Then you can automate content deployment from one server to
the other with the MCMS Site Deployment API, either in vbscript or in your
application itself.







[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 07:49 PM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register