Ask a Question related to Coldfusion Server Administration, Design and Development.

  1. #1

    Default Load balance

    We are in the process of configuring failover & load balance on coldfusion
    MX7 on win2003 server .

    We have two win2003 servers which have been configured with hardware load
    balance using NLB.

    I installed the coldfusion MX 7 software using multiserver option on both
    the servers & the installation is successful on both the servers. Our
    webserver is IIS.

    When I try to register a remote instance in coldfusion for loadbalance, I am
    getting an error - " Network Error".

    Has anyone successfully configured cluster /loadbalance on MX7 with the above
    configuration. Any suggestions??

    Thanks


    IT_Bentley Guest

  2. Similar Questions and Discussions

    1. Coldfusin MX 6.1 Load Balance and Shared File Access
      I'm hoping someone can help me with this problem. I have 2 CF Servers behind a Hardware Load balancer and the content is stored on a NAS device...
    2. CFMX 7 Hardware Load balance woes
      We recently migrated from cf 5 (on win2k server) to cf mx 7 (on win 2k3 server) and have our in house app behind a hardware load balancer (we do not...
    3. Load balance / session question
      I'm thinking about using Win2003's load balancing on a couple of web servers. Currently I run CFMX 6.1 on one server. If I decided to use the...
    4. Load balance?
      I am thinking about using the Win2003 load balance option on a couple of my servers. I also have heard that you can load balance CFMX 6.1. What...
    5. Load Balance WS
      Hi All, I have a Web Service which is being called heavily, I have 4 spare boxes to use. How can I load balance my WebServices across them. BTW I...
  3. #2

    Default Re: Load balance

    Try checking out Brandon Purcells articles on NLB. We followed them for the
    most part, and got things up and running with only minor variations.
    Maybe start here:
    [url]http://www.macromedia.com/devnet/mx/coldfusion/j2ee/articles/balancing_j2ee.html[/url]

    Also look at his Blogs on his own site BPurcell.com

    Tom Lebel



    tlebel Guest

  4. #3

    Default Re: Load balance

    I finally was able to create a cluster with two local instances & one remote
    instance.

    I can get the local instances to failover - if one instance goes down, cold
    fusion fails over to the other instance. But If both the local instances crash,
    the connections to failover to the remote instance. But I am getting
    "Internal error 500 - can not connect to Jrun Server" error

    How can I get the remote instance to take over??

    Any suggestions.



    IT_Bentley Guest

  5. #4

    Default Load balance

    Hi there,
    I have two FMS 2 server that I need to use as a failover and load balance to
    maintain 100% uptime. Does anybody know what would be the best practise doing
    that or do you know of material to read about this.
    Best regards,
    Boris

    Click Here Guest

  6. #5

    Default Re: Load balance

    The best approach really depends on the type of applications you're deploying.
    If the apps are single user (like a recording app), the easiest way is to use a
    hardware load balancer. If you're deploying multiuser apps and you need to be
    sure you're routing users to the appropriate server, you might consider
    building a "gatekeeper" sort of application that handles routing users.

    If you can describe the apps you'll deploy, I can make some suggestions.

    JayCharles Guest

  7. #6

    Default Re: Load balance

    Hi again,
    Thank you for your answer.
    The setup is two FMS 2 servers running on 2 X 64 bit Intel Cpu, 4GB memory in
    each box. Each box fiber connected to San and the boxes has a very large link
    to the internet. The plan is to host hundreds of videos in various quality (up
    to full screen) and users will then stream them to their computers. One of my
    plan was to have the router which connects the boxes to the internet ping them
    and see if they are alive and which one give a quicker reply and send the user
    to that one. I don?t know if this is best practice or if there are some
    recommendation from Adobe at least I have not found them.
    Thank you very much for your help.
    Boris.


    Click Here Guest

  8. #7

    Default Re: Load balance

    I have a similar situation. We're serving video on demand only - no apps - from
    FMS2. We want to bring up a second server - no edge servers - and load balance
    across the two in round-robin fashion. I've seen info about load balancing with
    edge servers but I'm wondering if we can't simply configure the external load
    balancer to round-robin, checking port 1935. If it is alive, send request to
    that server. If not send to other server. We can deal with admin through each
    server's real IP - obviously not through the VIP.

    Any reason why this wouldn't work?

    jegrossman Guest

  9. #8

    Default Re: Load balance

    The Best way I know is having a Layer 4-7 switch doing a load balancing with
    two or more Edge FMS servers and one Origin FMS servers. The FMS Origin server
    will be attached to the Storage where the videos are placed. Every time a user
    requests the video, Load balancer will turn to one of the Edge servers. If the
    edge server is not having the video, it will request the video from origin and
    the same is streamed to the client. On Subsequent requests the Edge don't have
    to go to origin or to storage.

    But in your scenario if you have only two servers, you can have them behind a
    Layer4-7 switch.

    newtoflashcom Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139