Richard,

YES! You certainly need a dedicated ip for each machine!

Take for example the following scenario:

1 out of every 3 times you hit your web server you find a page that is out
of date.

How do you know which server the problem is on? This is easy enough to tell
by going directly to the server and looking at the source, but there are
lots of times where you will want to know exactly is happening on a specific
server.

Here is another example.  If you use application.cfm and go to clear your
application variables.. How can you be sure on a load balanced site that you
have hit all of your servers? The easy way is to place your clear app
template on a dedicated ip for each server.

Once you're using dedicated ip's setting up verity is the same as on a
single box you just have to make sure you run your templates to update
verity from the dedicated ip not the load balanced one.

Benjamin Fitts
Web Developer
uclick, LLC
www.uclick.com
[EMAIL PROTECTED]

Get your favorite comics emailed daily for FREE!
Visit uComics.com - The best comics site in the universe!
http://uComics.com


-----Original Message-----
From: Richard Gilbert [mailto:[EMAIL PROTECTED]]
Sent: Saturday, December 16, 2000 9:04 PM
To: CF-Server
Subject: Re: HELP! Verity on a Cluster


Claudio,

Perhaps I am just not experienced enough with collection-creation scripting.
The way you suggest, I will need a dedicated IP for each machine, won't I?
As it is set up now, load balancing prevents me from knowing which machine I
am on at any given time.

Richard





----- Original Message -----
From: "Claudio Betancourt" <[EMAIL PROTECTED]>
To: "CF-Server" <[EMAIL PROTECTED]>
Sent: Friday, December 15, 2000 11:42 AM
Subject: RE: HELP! Verity on a Cluster


> Dude, just write a script that runs on both servers and dynamically
> creates/populates the collections... it doesn't get any easier than that.
> Another thing you can do is create the collection on a separate server
> accessible by both CF servers and use a qualified path to that external
> collection.
>
> Claudio
>
>
> -----Original Message-----
> From: Richard Gilbert [mailto:[EMAIL PROTECTED]]
> Sent: Friday, December 15, 2000 11:27 AM
> To: CF-Server
> Subject: Re: HELP! Verity on a Cluster
>
>
> Benjamin:
>
> OK, so you do it manually?
> That's a thought, but we will have over 100 individual sites on this
> cluster...
>
> I'll keep you posted as to what else I find out...
>
> Richard
>
> ----- Original Message -----
> From: "Benjamin Fitts" <[EMAIL PROTECTED]>
> To: "CF-Server" <[EMAIL PROTECTED]>
> Sent: Friday, December 15, 2000 10:36 AM
> Subject: RE: HELP! Verity on a Cluster
>
>
> > Richard,
> >
> > I dunno if anyone has answered you yet but this is what I do for the
> search
> > on Doonesbury.com
> >
> > I created a non-load balanced site for each web server.  This site is
only
> > accessable on an internal ip address.  This site has access to
> > CFAdministrator and also to some cfml templates.  So these sites are
like
> > www1 and www2.
> >
> > I then go into my cf administrator on both sites and create the verity
> > collections. (www1.mydomain.com/CFIDE/administrator and www2...)
> >
> > Then on each machine individually I run my cfml templates to populate my
> > collections. (www1.mydomain.com/generate_files/updateverity.cfm and
> www2...)
> >
> > This works fine for me.  There may be better ways to do it. If so I'd be
> > interested in hearing about them!
> >
> > Benjamin Fitts
> > Web Developer
> > uclick, LLC
> > www.uclick.com
> > [EMAIL PROTECTED]
> >
> > Get your favorite comics emailed daily for FREE!
> > Visit uComics.com - The best comics site in the universe!
> > http://uComics.com
> >
> >
> > -----Original Message-----
> > From: Richard Gilbert [mailto:[EMAIL PROTECTED]]
> > Sent: Friday, December 15, 2000 10:08 AM
> > To: CF-Server
> > Subject: HELP! Verity on a Cluster
> >
> >
> > Good Morning!
> >
> > I have an urgent matter which I'm sure someone out there has encountered
> > before, and can help me with.
> >
> > We are in the process of migrating sites over to a clustered server,
> > involveing two replicating boxes, which we call "web1" and "web2."
> >
> > Our problem is, how to go about creating verity collections that will
work
> > on both machines on the cluster?
> >
> > At present, we are using
> > <CFCOLLECTION ACTION="Create" PATH="#Path#"
COLLECTION="#CollectionName#">
> >
> > to create the collection.
> >
> > But since we are load balancing, we never know which box the collection
is
> > being created on.
> > This part we can handle, by specifying a path directed at "Web1." But
that
> > raises issues involving CF Server, as you can imagine:  The files will
end
> > up on both machines, but only one machine will recognize them as a
> > collection!
> >
> > How to force a collection to be created on two machines at once?
> >
> > Please help!
> >
> > Thanks in advance,
> > Richard Gilbert
> >
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
To unsubscribe, send a message to [EMAIL PROTECTED] with 
'unsubscribe' in the body or visit the list page at www.houseoffusion.com

Reply via email to