Need to cluster two virtual webs and few services

Environment
OS = Windows 2003 R2
I was to HA an application which has two virtual webs hosted at IIS
and also around 8 windows services on which the
application is running. Please advice
Any comment will be appreciated. Thanks. Zahid Haseeb.

Still not clear.
You want to configure HA for your web application to avoid down time? If yes then go for Windows Network Load Balancing its integrated with windows OS.
You have to configure identical website in two or multiple servers. In other words mirrors.
http://support.simpledns.com/KB/a182/the-system-failed-to-register-host-resource-records.aspx
http://support.microsoft.com/kb/323437/en-us
But if there is any problem related to websites (lets say, some issue with web site due to code change in one server then still user will keep landing to faulty server.).
If you are sure than you can develop identical update in all member servers then go for NLB.
Regards Suman B. Singh

Similar Messages

  • I need to deactivate two old computers and reinstall CS3 on two new computers. How can I do this if one is long gone and the other just crashed?

    I need to deactivate two old computers and reinstall CS3 on two new computers. How can I do this if one is long gone and the other just crashed?

    contact adobe support and request an activation count reset, http://helpx.adobe.com/x-productkb/global/service1.html

  • Diagnostics Data for Virtual Machine and Cloud service

    Hi,
    We have an azure cloud account, contains Virtual Machine(Windows) with worker role and one Web Role. In this setup, we need to collect diagnostics data of virtual machine and cloud service. How to enable the diagnostics data in our setup and How to retrive
    the data
    I have read the below link says diagnostics data stores in WAD Table. How to read the data from table? Is there any query available.
    Or can we get this data from REST API. We need the perfomance data of every 5 min . Please help me to solve this.
    http://msdn.microsoft.com/en-us/library/azure/hh411534.aspx
    Thanks & Regards
    Rathidevi

    Hi,
    You can configure Azure diagnostics by using Visual Studio. Azure diagnostics captures system data and logging data on the virtual machines and virtual machine instances that run your cloud service and brings transfers that data into your storage account.
    References :-
    http://msdn.microsoft.com/en-us/library/azure/dn186185.aspx
    http://azure.microsoft.com/en-us/documentation/articles/cloud-services-dotnet-diagnostics/
    Regards,
    Mekh.

  • Constantly "Cluster resource 'Virtual Machine' in clustered service or application 'SERVER' failed

    Hi...
    I have an IBM BladeCenter S with 3 blades and an IBM System Storage DS3300 (ISCSI).
    In each blade is running Windows Server 2008 R2 with
    HYPER-V,
    Failover Clustering with Cluster Shared Volumes.
    I have observed that many errors occur constantly in "Failover Cluster Manager" and some VM´s are relocated to another blade automatically, however thoses VM´s sometimes no longer responds to network activity.
    The errors I have observed in the "Failover Cluster Manager" are:
    Source: Microsoft-Windows-FailoverClusting
    Event ID: 1069
    Description:
    Cluster resource 'Virtual Machine' in clustered service or application 'SERVER' failed.
    Source: Microsoft-Windows-FailoverClusting
    Event ID: 1205
    Description:
    The Cluster service failed to bring clustered service or application 'SV-DBURAS' completely online or offline. One or more resources may be in a failed state. This may impact the availability of the clustered service or application.
    Another error (warning type) that is constantly generated in the SYSTEM events (Mirage is the storage name):
    Source:        ds4dsm
    Event ID:      769
    Description:
    IO error being retried via alternate controller Mirage:1
    Source:        ds4dsm
    Event ID:      10
    Description:
    Mirage:0 Failover command issued.
    Source:        ds4dsm
    Event ID:      801
    Description:
    Failover succeeded to Mirage:0.
    Thank you in advance any help! 

    Hi,
    I suggest referring to the following articles:
    http://technet.microsoft.com/en-us/library/cc756225(WS.10).aspx
    http://technet.microsoft.com/en-us/library/cc773525(WS.10).aspx
    Tim Quan - MSFT

  • Iphone 3gs need activation after update by itune and no service

    iphone 3gs need activation after update by itune and no service
    what can i do ?

    No need to Multiple post... see your other Thread...
    https://discussions.apple.com/thread/5846382?tstart=0

  • Clustering Virtual Office and Netstorage Services in a DMZ

    Gudday Guys,
    We are relative novices with implementing Virtual Office and Netstorage
    but we currently have it set up to front end our student storage system.
    As the system will support 40,000 students, we are looking to move from a
    single server implementation to a cluster with it running on at least two
    servers to share the load. In addition, in order for students to access
    their files from home, we intend deploying the cluster into the DMZ and
    using SSL to connect from outside.
    Before we set this up, I have a few questions. Firstly, can we set the
    cluster up in its own tree so that its replication etc can be confined in
    the DMZ or are we forced to set it up in our existing tree which is where
    the users and storage reside? We could then pass the authentication
    traffic through the conduits to our replica servers. If we can do this,
    are there any special tricks/tips?
    Any help or suggestions would be greatly appreciated. Thanks. Bill G.

    > We don't allow http access directly from the outside - PERIOD! That's a
    > Policy.
    no problaem, that's fine.
    > We use iChain to front end some of our existing Webapps but we decided to
    > do this slightly differently this time and host the webapp itself in the
    > DMZ and the services behind the firewall. That way we can easily access it
    > both from within and outside the district.
    well.......
    > I've opened conduits for Authentication to the other tree (Port 524 tcp
    > and udp) and also SLP (Port 427 TCP and UDP). I'm having trouble getting
    > access to the DAs in the other tree. Any Thoughts?
    you need to open up more ports. The client uses a "high" port as the source
    port and 427 as the destination port when talking SLP. The DA will respond
    to the client's source port. The source port from the server will be 427 but
    the destination port will not be. You will need to open ports from the
    client to allow high ports. 1024 to <whatever> is the normal range.
    <whatever> supposedly never goes over 1500 or so.
    NETSTAT -A will show you what its using.
    Cheers!
    Richard Beels
    ~ Network Consultant
    ~ Sysop, Novell Support Connection
    ~ MCNE, CNE*, CNA*, CNS*, N*LS

  • Virtual network, virtual machine and cloud service

    Hi everyone
    I am new to Microsoft Azure and very confused about Microsoft VM and Virtual network relationship.
    I have a cloud service project created which has two worker roles in it and its deployed to Azure portal successfully, the problem is they need to connect to SQL database (which is on our prod machine outside of Azure) and in the config file of both these
    worker roles I have the cluser IP address added ( I believe its an internal Ip address),
    Now we have a virtual machine and a virtual network created on azure too (Not by me, so I have no idea how that is created)
    Some how I need to connect my cloud service to either the virtual machine or virtual network to get the sql connection going. What do I need to do to make that happen?
    How does the cloud service connect to virtual machine?
    I am so confused .. Please help with this.
    Thanks
    -Sarah

    Hi Sarah,
    Once an Azure VM is created, it belongs to a cloud service.
    http://azure.microsoft.com/en-us/documentation/articles/cloud-services-connect-virtual-machine/
    Do you mean that you want to create a VM in a virtual network and a cloud service?
    If yes, please follow the steps below:
    1. Create a Virtual network.
    2. Create a VM and select "create a new cloud service", and choose the virtual network you have created.
    3. After the VM is running, you can create other VMs into that exsting VM, and they will share the same public IP address and in the same virtual network.
    Best regards,
    Susie
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Need to create a virtual server and give its access to another admin

    Dear Sir,
    I am a new admin and have 5 Blade server "HP ProLiant BL660c Gen8".
    I access these servers through HP enclosure.
    I have to install Hyper-V on server 1 which consisted of the OS windows server 2012 R2 Datacenter edition.
    I created a plan to create 5 Hyper-V VM's on the physical server and I requested the IT department network Admin that I want these 5 VM's to able to connect to each other.
    The network Admin created a Trunking configuration on the physical server and after this setup he provided me Hyper-v node IP address and 5 more IP addresses for the 5 Hyper-v VM's.
    Now it was left to me to Add the Hyper-v role and create 5 VM's.
    While Adding the Hyper-V role, I was asked in the middle of the setup to add the network adapter for
    connecting to external network.
    I went inside the network connection settings and I see one network adapter "Microsoft Multiplexer"
    which had the IP address of the Hyper-V node which was given  to be me by Network Admin.
    Besides this I found following Network Adapter: (Mgmt,Trunk):(Mgmt A, Trunk A);(Mgmt B, Trunk B) =Total
    6 Network Adapter out of which only "Mgmt" was configured with the IP address of the Hyper-v node given by my Network Admin. Remaining all other Network adapters IPV4 configuration
    was unchecked except "Mgmt" 
    So I selected the "Mgmt" connection while Installing the Hyper-v role
    SO I chose this Network connection for adding the Hyper-V role.
    My question: Did I chose the correct Network Adapter.
    After doing this I created a VM-1 and tried to assign the IP address given by the Network Admin. But the network Admin did not provide me the default gateway so I used the deafult gateway according to the IP address and used the last digit as "1"
    like a general installation.
    Now my question is: 1.How can I use this VM to be used as a Virtual server?
    2. I would like to open this VM through my browser by entering the IP address of this VM-1. How can I do this?
    Because I access my physical server through the IP address. SO in the similar way I want to access this VM-1 through the IP address
    OR is there any alternate way to access this VM-1 separately.
    My Requirement: I need to give VM-1 access to another admin to Install his application on it. SO how to give him to access this VM directly?
    This is my main query.
    Waiting for your reply.
    Thanks & Regards,
    Ahmed

    Jawin, Jacob, etc.. are fine for creating COM clients but COM servers is a totally different story. I suspect you'll either have to write your own JNI or get out your C/C++ compiler.

  • Help needed to compare two Key Figures and show out put

    hello experts,
                       I am comparing the Sales data for two year/month. I need to compare these two KF and show the result only if one is greater than the other by 40%. Sample
    Jan/2008                             Jan /2007
    400                                      600
    500                                      300
    300                                      700
    600                                      400 
    The columns should be outputted only if Jan 2008 is greater than Jan 2007 by 40% for all customers in a business area. Thank you all in advance.
    Regards,
    -Akash

    Hi Akash,
    Your requirement could be met by
    Creating a Calculated Key Figure say variance = ( ( Jan2008 - Jan2007 ) / Jan 2008 ) *100
    Then create a new Condition on  Variance so as to display rows only when Variance > 40
    Hope this solves ur issue.Do revert
    Vasavi

  • I have originally been able to purchase apple apps and In game app and all of apple products but I got the iOS 7 update and i need to enter two security questions and I can't recall ever knowing about them and I cant buy things now can someone please help

    Please help would be appreciated :)

    Did yo call APple/iTunes as Ana said?
    From a Kappy  post
    The Best Alternatives for Security Questions and Rescue Mail
    1.  Send Apple an email request at: Apple - Support - iTunes Store - Contact Us.
    2.  Call Apple Support in your country: Customer Service: Contact Apple support.
    3.  Rescue email address and how to reset Apple ID security questions.
    An alternative to using the security questions is to use 2-step verification:
    Two-step verification FAQ Get answers to frequently asked questions about two-step verification for Apple ID.

  • Need To Share XP Virtual machine on Macbook Pro in Fusion

    I have an XP Virtual machine that I need to share on our Macbook Pro. The problem is that even if I create it in shared folders, I can't share it with anyone but the user who created it. I've discovered that when I check the permssions, there is a "ghost" user called "Staff" and I can't change any of the permissions for "Staff".
    I would appreciate any assistance that anyone can provide. As I'm in the early stages of building the VM, I can delete and recreate if necessary.

    Vincentjuhhh wrote:
    How much RAM do I need to run a virtual machine and also have a fast macbook pro that opens applications in 1 second?
    That's like asking how many horsepower you need to go from 0-60 in under 6 seconds.  If the vehicle you're driving (the virtual machine) is a Mack Truck pulling 15 Tons of steel, you need quite a few more horses than if you're talking about a F1 race car with a carbon fiber body.
    This isn't a question that can be answered based on the information you've provided.
    Reduce the resources allocated to the VM and see if performance of your Mac apps improves to an acceptable level.
    Given the price of RAM these days, there's virtually no reason not to increase the amount of RAM you have to the maximum your computer will support.

  • What does virtual host and port mean in a system in ESB console

    Hi !
    When you click on a system in ESB console you can see and change 'cluster name' , 'Virtual host' and 'Port' .
    What does this mean ?
    As default the port is 8888 even though the installation uses port 80.
    If I change the port, I see no difference.
    Could someone please explain ?

    It is used to generate the endpoint urls in the wsdl's for the services you have deployed. It needs to be set to the esb server and port number where the services are installed. So if your esb installation uses port 80 you need to change 8888 to 80. Try the wsdl and look at the url of the endpoint.
    Kind Regards,
    Andre

  • IIS Virtual Directory and Application Pool for Large Images folder

    I have a large images folder used for Upload and Download with approx. 1.5 TB for a web site.
    My Website use AppPool_A.
    For performance reasons, do I need to create different Virtual Directory and different Application Pool (AppPool_B) for Images folder. Assuming, if the number of users increase in upload/download images the memory & cpu utilization will be
    more and App Pool recycle happens more often. And other impact is if Website and Images are in same App Pool, the application performance slow.
    Pls. suggest
    AnilKumar Bedide

    Hi,
    Please post on IIS fourm instead of here.
    http://forums.iis.net/
    Best regards,
    Barry
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • New Fields need to reflected in the Web UI CRM

    Hi Gurus,
                     I am new to the  CRM 2007, two structures are being added in the standard transaction IB52 through the EEWB, can u tell the guided procedures for reflecting these structures in the WebGUI CRM 2007 also.I came to know i need to enhance the IBDETAIL through the transaction BSP_WD_CMPWB . But i dont know how to proceed....

    Hi Amit,
                           Thanks for the reply, Now the Component IBDETAIL has several views which are shown at the same time at the browser through the view sets . Now i need to add two more views and these newly added views should be reflected in the browsers also, when this IBDETAIL is called .Can you suggest related documents to add the views in the BSP Components

  • Report with two ALV grids and a header

    Hi experts,
    I have a report with two ALV grids in the same screen, each one in a separated container. The information displays it correctly. The report has been implemented by using OO Programming.
    My real trouble is in the header. It must have a logo, a title with a specific font and other information.
    I'll attach a capture of my need:
    [Report with two ALV grids and a header|http://picasaweb.google.com/lh/photo/AcQD49QPmm-0L_jL2iMedA?feat=directlink]
    Then, I want to set up the header you can see, with logo, a font with specific features. Obviously, the header you see has taken from another report. But is the same idea.
    I've tried with a third container, using the CL_GUI_CONTAINER and CL_GUI_CONTAINER classes, but it doesn't work.
    Any idea? Would welcome any help you can provide.
    Thanks in advance,
    Jorge Rojas

    Hi, Jorge.
    Should the header be a"attached" to any of the ALV? Or it should be carried alone?
    If first applies, you've given the solution yourself: put the info & logo in first ALV's header and invoke it from the proper method.
    You could use CL_GUI_DOCKING_CONTAINER CLASS to divide screen in several containers and then, in the upper one, I would create another one docking container to divide the screen into two: the written info could be performed with an HTML viewer class and the logo with a CL_GUI_PICTURE element.
    Cheers.

Maybe you are looking for