Whats the best way to go about load balancing Exchange 2010 CAS

My server guys want to LB the Exchange 2010 client access servers, this will be the 7th Context on my Ace 4710.
see table for ports that are used
Port
Usage
25
smtp
80
http various
110
POP3 clients
135
RPC end point mapper
143
imap4 clients
443
SSL various
993
secure imap 4 clients
995
secure pop3 clients
6001
rpc related outlook anywhere
6002
rpc related outlook anywhere
6003
rpc related outlook anywhere
60200
rpc CAS
60201
exchange address book service
whats the best way of going about this?
do I just LB the IP addresses of the Servers and ignore the ports?
do i have to do anything special for ports 993 and 995 secure imap and pop?
I am sure there are more questions I shold be asking!

OK
so If I have a single serverfarm with all services do I filter on  the virtual
address something like below?
class-map match-any EXCH_vip
match virtual-address 172.16.93.2 tcp eq 25
match virtual-address 172.16.93.2 tcp eq 80
match virtual-address 172.16.93.2 tcp eq 110
match virtual-address 172.16.93.2 tcp eq 135
match virtual-address 172.16.93.2 tcp eq 143
match virtual-address 172.16.93.2 tcp eq 443
match virtual-address 172.16.93.2 tcp eq 993
match virtual-address 172.16.93.2 tcp eq 995
match virtual-address 172.16.93.2 tcp eq 6001
match virtual-address 172.16.93.2 tcp eq 6002
match virtual-address 172.16.93.2 tcp eq 6003
match virtual-address 172.16.93.2 tcp eq 60200
match virtual-address 172.16.93.2 tcp eq 60201

Similar Messages

  • Whats the best way to go about learning C?

    I'm an almost complete noob when it comes to programming. I did write a few simple pascal programs about 10 years ago at school, thats about it.
    What I hope to achieve is (hopefully) not that complex, but I'm not sure where to start learning. My reason for wanting to learn is this: I really love MOC (music on console) but I ended up wanting a GUI player which still worked without the mouse. Every one I tried just isnt a patch on MOC, IMO, or just has one or other feature that doesnt work without a mouse. So it occurred to me, I have the source code for all these GUI players and the source for MOC, perhaps I can "modify" MOC and create a GUI version, or alternatively write some kind of front end to MOC.
    So far, I have had a go with Glade and Anjuta IDE, but my knowledge of C being almost nonexistent is making things tough. I'm probably trying to do it wrong anyway, my thought was to create a GUI in glade and make it call functions from the moc source... :?:
    So I need a crash course in C programming with Glade (I think?) and I'm not sure what the best way to proceed is.
    Any tips on how best to learn? I ask here because you all seem to be the most knowledgable group I can think of

    I'm not trying to discourage you, but the idea of Frankensteining all that C source into your own custom GUI music player is likely to cause nothing but hours of frustration. C is a great language for system programming, but for most application software it's far too low level and for most beginners it's far too dangerous (it lets you do bad things that can kill your app in dozens of intersting and extremely hard to debug ways).
    What I would suggest is that you first off break the problem in half. Use a client/server approach. The server does all the low-level heavy lifting of decoding/decompressing the music files and sending them to your audio subsystem. Something like Music Player Daemon (MPD) is perfect for the server part and is specifically designed to be controlled by a separate client program.
    Then all you have to do is write the GUI client of your dreams. For that I would recommend something like Python plus the GUI library of your choosing (Qt, GTK, wxWidgets, etc. all have nice Python bindings). Python is a far easier beginner language than C and can do much more work with much less code. You'll spend less time mucking around looking for memory leaks and invalid pointer references and more time actually making your GUI do useful work Oh, and there just happens to be a Python MPD client library so the task of communicating with the server gets even easier.

  • What the best way to go about replacing the HDD in u410 with an SSD

    I've just been given a U410 for Christmas.  My initial experience with the pc, bearing in mind that I've only had a it a few hours, is that it appears to be quite a good little laptop.  Then again compared to my previous laptops it wouldn't take a lot to beat them.
    Anyway what I would like to do is replace the standard 500gb HDD which came with the laptop, with a spare 240gb SSD that I acquired earlier in the year, while keeping the contents / os from the original drive.
    My initial plan was to clone the drive to the ssd and then just swap them out.  However this was not to be, as Acronis is not picking up the HDD and Clonezila will not complete the process as the drives are of different sizes.
    Does anyone have any suggestions on how to tackle what I initially thought was going to be a relatively simple process.
    Solved!
    Go to Solution.

    I hadnt found this but sucessfully completed it with the todo backup utility and a few manual changes. I suppose you could also use the EasyGiG that comes with Cruicial SSD drives for cloning. (I chose a 250GB Cruicial M4)
    See this posting for a great description of those partitions:  Making Sense of drive partitions
    Here's what I did.
    1. First I copied the filed formt he 20GB partition that held all of 1 GB of data over to the WIndows partition, this is a stupid partition that only holds drivers.
    2. I removed the stupid partition in the windows disk manager and expanded the Windows partition to use that data as well. You can do this after the clone as well but I didnt want the clone to create that partition.
    3. I cloned the the SATA drive to the SSD drive using Todo Backup, it was very quick... Under 1/2 hour.
    4. After cloning, the partitions on the SSD did not have the same attributes as the SATA drive did, which caused it to not be able to boot. The windows diskpart utility is your friend here.
    5. open a command prompt and run: diskpart (i actually used 2 command prompts side by side for easy reference)
    type 'list disk' to show your disks, 'select disk' to give focus to a disk, for mine disk 2 was the SATA drive and disk 3 was the SSD.
    type 'list partition' -> 'select partition' to change which partition you are working on (there are 6 or 7) on the SATA.
    type 'detail partition' to get the details of the partition you are working on.
    6. Now heres how you make the changes, be sure to only make changes on the SSD at this point as the changes are immediate and could cause you problems if you modify the SATA drive you are running from.
    get the details of each SATA partition and look for the line called ''Type". You need to note the string next to it that looks like: de94bba4-06d1-4d40-a16a-bfd50179d6ac
    on the corresponding SSD partition you need to change that value to mathc the SATA value by using the command: set id=de94bba4-06d1-4d40-a16a-bfd50179d6ac (or whatever it was on the source partition)
    verify the change with "detail partition" and "list partition",  rinse and repeat for each partition
    7. Now swap the HDD's and for me it booted immediately, and significantly faster performance all around. A worthwhile upgrade, even considering the drive space you sacrifice. ( get an external or a NAS to store your big files )
    Good luck, no warranty on this procedure, it worked for me, YMMV.

  • Should the admin/user folder and all of its sub folders be moved to the hdd or just parts of it? (eg. picture, movies, documents)  What is the best way to go about doing this.  Also should a 2t hdd be partitioned.

    iMac with 256ssd and 2t hdd. Should the admin/user folder and all of its sub folders be moved to the hdd or just parts of it? (eg. picture, movies, documents)  What is the best way to go about doing this.  Also should a 2t hdd be partitioned.

    Yes, you can move your user directories to the HD and keep your OSX and Applications on the SSD drive.
    Whether you partition your HD or not depends on how much data you have and how you propose to use your HD.
    Are you planning to use your iMac as a Time Machine backup volume? If so, partition it off.
    Do you have huge data files, eg video, music, photos?
    How much of your 2tb drive will be "free" once it is loaded with all your data?
    A little more information is required before the optimal configuration can be recommended for your use.

  • We have always used one iTunes account and I want to crate a new account for my daughter.  What is the best way to go about this and will she need to download free apps again?

    We have always used one iTunes account and I want to crate a new account for my daughter.  What is the best way to go about this and will she need to download free apps again?

    Not going to happen the way you want it to.
    When you add a gift card balance to the Apple ID, it's available for the Apple ID.
    Probably best to create unique Apple ID's for each... this will also make things easier in the future as purchases are eternally tied to the Apple ID they were purchased with.

  • Hi I would like to totally reformat my Macbook Pro. What is the best way to go about it?

    I have a Macbook Pro and would like to do a complete reformat. I installed Moutain Lion when it came out and do not wish to pay again since I've already paid. I have OS 10.6.4 discs with me which didnt come with my MB but with my previous one. What is the best way to go about it? I have bootcamp and wish to get rid of it (one of the many reasons of wanting to reformat)
    Thanks

    You can use the Boot Camp Assistant to remove the Bootcamp Partition  - best way to do it.
    If you use the Recovery Disk Assistant to create a recovery usb thumbdrive you can boot to that and repartition the MacHd and reinstall the OS directly.
    When you purchase the OS you are free to reinstall without repurchasing as long as yo have access tot he Apple Id you used to make the purchase
    DL1433 - & - HT4848

  • HT5621 My husband and I both have iPhone 5. We currently share the same apple I'd. How do we get separate ones. Him keeping his and me getting a new one? What is the best way to go about doing this?

    My husband and I both have iPhone 5. We currently share the same apple I'd. How do we get separate ones. Him keeping his and me getting a new one? What is the best way to go about doing this?

    FAQ apple id http://support.apple.com/kb/HT5622?viewlocale=en_US

  • What is the best way to go about getting a wireless connection on the go?

    Im new to the aple product. I just recently bought a New Macbook Pro and wanted to know what is the best way to go about connecting to the internet while not at home and on the go. I was thinking of maybe a USB internet stick. But dont know who provides them and who would be the best choose to go with for a nice price every month. If that was the best choose in the first place. Im living in the U.S.A so if you could help ill really apprecaite it. THANKS

    Hi! I'm writing in beginning of October so I don't know if you've found a solution.
    Your MacBook Pro probably has a WiFi card built in. You don't need to have a USB connector.
    Turn on AirPort, go to Network and choose the network that is available to you. It might ask for a password, so get it from the cashier. My MBP connects wherever I go, as long as there is a network available.
    Good luck.
    RS

  • I have 21,000  photos stored in iphoto. I have a WD 1.5TB backup external hard drive.  What is the best way to erase about half of my photos on my internal hard drive?

    I have 21,000  photos stored in iphoto. I have a WD 1.5TB backup external hard drive.  What is the best way to erase about half of my photos on my internal hard drive?

    Here's one way to do what you want:
    Make sure the drive is formatted Mac OS Extended (Journaled)
    1. Quit iPhoto
    2. Copy the iPhoto Library from your Pictures Folder to the External Disk.
    Now you have two full versions of the Library.
    3. On the Internal library, trash the Events you don't want there
    Now you have a full copy of the Library on the External and a smaller subset on the Internal
    Some Notes:
    As a general rule: when deleting photos do them in batches of about 100 at a time. iPhoto can baulk at trashing large numbers at one go.
    You can choose which Library to open: Hold down the option (or alt) key key and launch iPhoto. From the resulting menu select 'Choose Library'
    You can keep the Library on the external updated with new imports using iPhoto Library Manager

  • HT1430 If Lock/Sleep buttom is unresponsive what is the best way to go about trying to reset iPhone 4

    If Lock/Sleep buttom is unresponsive what is the best way to go about trying to reset iPhone 4

    You could go to settings/general/accessibility/assistive touch and get most of the functions of the sleep /wakebutton but you will not be able to reset that way.

  • What is the best way to learn about galaxie s3 from novice viewpoint?

    what is the best way to learn about galaxie s3 as a complete beginner?  nothing that is taken as a given by other discussions is known by me.  i instantly get lost.

    Do you already have the phone, or are you planning on getting the phone.
    You could sign up for a free workshop at one of your local Verizon stores. You could read the owners manual. You could peruse thru the topics on THIS Verizon site.
    I thought there was a thread which gave a bunch of tips/tricks for the GSIII, but I can't seem to find it. There IS one for the Galaxy Note II which MAY be helpful with the GSIII, though.

  • Wipe my hard drive clean except for the OS whats the best way?

    I need to wipe my hard drive clean except for the OS whats the best way?

    From Kappy (note: with this method, you will need to update to the present OS version using the appropriate Combo Update from Apple Downloads.)
    Boot from the OS X Installer Disc One that came with the computer. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Utilities (Installer menu if using Panther or Jaguar) menu. After DU loads select the startup volume from the left side list then click on the Erase tab. Set the format type to Mac OS Extended (Journaled) then click on the Options button. Select the one pass Zero Data option and click on the OK button. Then click on the Erase button.
    Note: You can skip the Zero Data option if you are not concerned about removing sensitive personal data from the hard drive. If you choose to skip this part of the process then it is possible for others to recover data from the hard drive. The Zero Data procedure will prevent others from getting access to your personal information.
    This process will take 30 minutes to several hours depending upon the size of the hard drive. After formatting has completed quit DU and return to the installer. Now complete the OS X installation. At the completion of the installation do not restart the computer. Instead just shut it off. The next user will be presented with the Setup Assistant when they turn on the computer just as it would if new out of the box.
    https://discussions.apple.com/message/12364050?messageID=12364050#12364050

  • Whats the best way to get a copy of a clients DB onto an internal test DB?

    Hi there
    We have a client who hosts an Oracle 9i DB in house and we need to get a copy of this DB onto our own servers for testing purposes. What is the best way to go about doing this?
    I was reading about the data pump for exporting and importing [http://www.exforsys.com/tutorials/oracle-10g/oracle-10g-using-data-pump-export.html]
    Would this meet my requirements and how easy is it to do? Also what type of export would I need to do (there a 5+ schemas using different tablespaces)
    Sorry if this is all a bit vague, but i am not a DBA and have been tasked with doing this :(
    Thanks in advance,
    Toby
    edit: sorry i meant a 9i DB
    Edited by: redeye on Nov 5, 2009 11:21 AM

    If you want to export schemas/objects from 9i db you wouldn't be able to use datapump for exporting them,although you can import the dump file that will be created using the datapump.
    Determine what schemas you need at the test(destination) database, and then export them from the source(clients db) database.
    Also make sure that on the target database server, os paths where the oracle related files will be created(redo logs,datafiles...) are the same as the ones that are on the source database.

  • Im having trouble with my ipad mini in regards with the icloud back up notification; if i press "ok" it doesnt dis appear, i couldn open my ipad/turn off because of this notification; whats the best way to get rid of this? please help

    im having trouble with my ipad mini in regards with the icloud back up notification; if i press "ok" it doesnt dis appear, i couldn open my ipad/turn off because of this notification; whats the best way to get rid of this? please help

    Have you tried a soft-reset ? Press and hold both the sleep and home buttons for about 10 to 15 seconds (ignore the red slider if it appears), after which the Apple logo should appear - you won't lose any content, it's the iPad equivalent of a reboot.

  • Whats the best way to do a re-install?

    Hi
    I upgraded to Leopard the day it was released and I have had nothing but problems so I am wanting to do a fresh install. My question is, what is the best way to go about this whilst trying to make it as painless as possible... I am mostly concerned with all my logins.. I would have a few hundred FTP logins and though I have copied the keychain over in the past I found it to be a bit of a pain...
    If there a way I can copy all of my home directory somewhere and then re-install Leopard and then copy my home directory back over so I don't have to worry about all of my preferences and logins??
    scott

    Before you do anything I'd recommend that you create a new account, set the computer to log into that account automatically (or at least not to log into any account on startup) and the shut down the computer. Then restart and log into the new account. Go online, play a game, do the sort of thing that seems to bring on the crashing/freezing/problems. If the problem shows up you've confirmed that you need to work on the computer. If it doesn't show up you know your problem is in your account and you can move your documents and data - *but not your library!* into this new account.
    If the problem does continue there are two ways to proceed. You could clone your current hard drive, erase it, reinstall the OS, and then migrate your applications. I'd recommend against using Migration Assistant on your data. I'd do that manually, again, ignoring your Library folder. You'll have to reserialize your programs and perhaps reinstall a couple. But at least part of your trouble might be in your library.
    The above is a lot of work on your part and will take quite a few hours after the OS is installed which is about an hour itself. Before doing this, I'd try performing an Archive & Install. (After starting up with the Leopard disk, click on the options button to see this option.) It will replace the old System & Library with a new one. The downside is that it might not work - but if your first Leopard installation was a simple install and your problems have existed from day one, it probably will do the job. If it doesn't you've wasted a couple hours - none of it spent babysitting the computer. Once you've started the process you can walk away from it.

Maybe you are looking for