Failover cluster using BEA WL 7.0

Hi there,
          since this is my first posting here, let me first describe my
          background: I have some experience in developing J2EE applications
          using various application servers, I have some knowledge in setting up a
          network and a BEA server, but mostly in Unix environments. I know a
          little bit of the concepts of clustering, but never did it myself.
          Now I have some problem understanding the posibilities with BEA WL
          clustering. What I want to do is the following:
          I have two machines with BEA WL Server, one should be the "master",
          the other a "backup". Normally, the master should recieve all
          requests, i.e. the backup is idle then. Only if the master fails, the
          backup should take over its functionality (fail-over). When the master
          is back again, the backup returns control (fail-back). The process of
          fail-over and fail-back may take some time, and I do not really need to
          transfer sessions between them (i.e., if the master fails, all sessions
          will be terminated). So this is really a very very low level of
          "high-availabilty" - I simply want to make sure that there is another
          server which can process my requests, if the other fails.
          The BEA server run on two Windows 2000 Advanced Server (yuck!), the
          whole situation looks like this:
          |
          --------+
          | Apache | (Win 2000)
          --------+
          |
          --------+
          | FW |
          --------+
          |
          ----------------+
          --+           --+
          | BEA | | BEA | (Win 2000)
          --+           --+
          ----------------+
          |
          --------+
          | FW |
          --------+
          |
          I read a couple of documents on BEA clustering, I read some postings in
          various newsgroups, but till now, I still do not know
          a) if I really need BEA clustering services here - and if yes
          b) how to use BEA clustering in this siutuation - which, when using
          the Apache plugin, does round-robin all the time, AFAIK.
          Maybe I only need to deploy my application to two servers and use some
          "dispatcher", which directs all requests to the master normally, and
          only if that is not available, to the backup. Can't this be done
          without BEA Clustering with the hardware shown above (using the MS
          Clustering Service and/or the BEA Apache plugin)?
          A second question is if there will be any problem with the FW between
          the Apache and the BEA when using the Apache plugin.
          Any help appreciated!
          Thanks in advance
          Jonas
          

          Hi Jonas,
          My experience with WLS clustering is just at the level of preparing a proof of
          concept and doing testing with toy applications. So, although this helped me
          understand how to use it I can not say I have any experience in a production environment.
          Having said that, here are my comments.
          As far as I have seen, you do not need to do any clustering at all. One of the
          biggies about failover is to be able to recover the session data and, for that
          matter, WLS provides several options (replicate, file, JDBC, cookies).
          However, since you do not care about preserving the session information all you
          really need to do is to create a bunch of managed servers (not clustered), the
          administrator server, and the server with the plug-in (Apache, WLS, Netscape).
          The application would be load balanced accross the managed servers by the plug-in,
          and if any of them fails the other ones will continue working OK.
          I understand you are talking about only two application servers. Please note
          that you do not need to have one of them offline for backup; you can have both
          of them serving your application, which will help your performance, and if one
          fails the whole load will go to the other one.
          You could have the plug-in in WLS in the administrator server and in this way
          you would need only three servers.
          Hope this helps.
          Ziweth
          Jonas Rathert <[email protected]> wrote:
          >Hi there,
          >
          >since this is my first posting here, let me first describe my
          >background: I have some experience in developing J2EE applications
          >using various application servers, I have some knowledge in setting up
          >a
          > network and a BEA server, but mostly in Unix environments. I know
          >a
          >little bit of the concepts of clustering, but never did it myself.
          >
          >Now I have some problem understanding the posibilities with BEA WL
          >clustering. What I want to do is the following:
          >
          >I have two machines with BEA WL Server, one should be the "master",
          >the other a "backup". Normally, the master should recieve all
          >requests, i.e. the backup is idle then. Only if the master fails, the
          >
          >backup should take over its functionality (fail-over). When the master
          >
          >is back again, the backup returns control (fail-back). The process of
          >
          >fail-over and fail-back may take some time, and I do not really need
          >to
          >transfer sessions between them (i.e., if the master fails, all sessions
          >
          >will be terminated). So this is really a very very low level of
          >"high-availabilty" - I simply want to make sure that there is another
          >
          >server which can process my requests, if the other fails.
          >
          >The BEA server run on two Windows 2000 Advanced Server (yuck!), the
          >whole situation looks like this:
          >
          >
          > |
          > --------+
          > | Apache | (Win 2000)
          > --------+
          > |
          > --------+
          > | FW |
          > --------+
          > |
          > ----------------+
          > --+           --+
          > | BEA | | BEA | (Win 2000)
          > --+           --+
          > ----------------+
          > |
          > --------+
          > | FW |
          > --------+
          > |
          >
          >I read a couple of documents on BEA clustering, I read some postings
          >in
          >various newsgroups, but till now, I still do not know
          >
          > a) if I really need BEA clustering services here - and if yes
          >
          > b) how to use BEA clustering in this siutuation - which, when using
          > the Apache plugin, does round-robin all the time, AFAIK.
          >
          >Maybe I only need to deploy my application to two servers and use some
          >
          >"dispatcher", which directs all requests to the master normally, and
          >
          >only if that is not available, to the backup. Can't this be done
          >without BEA Clustering with the hardware shown above (using the MS
          >Clustering Service and/or the BEA Apache plugin)?
          >
          >A second question is if there will be any problem with the FW between
          >
          >the Apache and the BEA when using the Apache plugin.
          >
          >Any help appreciated!
          >
          >Thanks in advance
          >
          > Jonas
          >
          >
          >
          >
          >
          >
          >
          >
          >
          >
          >
          >
          

Similar Messages

  • Have any companies setup  a domain with cluster using  BEA platform8.1 sp2?

    Hi, everyone,
    Do you know who has setup a domain with cluster in production using BEA platform8.1 sp2. That is, the customer uses portal and integration in the same managed server, and uses the cluster technique.
    I want to know whether there was a successful case or not till now. If possible, please send me some information about it. My account is [email protected], or [email protected]
    Thank you very much.
    Loen xie

    Hi, everyone,
    Do you know who has setup a domain with cluster in production using BEA platform8.1 sp2. That is, the customer uses portal and integration in the same managed server, and uses the cluster technique.
    I want to know whether there was a successful case or not till now. If possible, please send me some information about it. My account is [email protected], or [email protected].
    Thank you very much.
    Loen xie

  • What are the host network requirements for a 2012 R2 failover cluster using fiber channel?

    I've seen comments on here regarding how the heartbeat signal isn't really required anymore - is that true?  We started using Hyper-V in its infancy and have upgraded gleefully every step of the way.  With 2012 R2, we also upgraded from 1gb iSCSI
    to 8GB Fiber Channel.  Currently, I have three NICs in use on each host.  One for "No cluster communication" on it's own VLAN.  Another for "Allow cluster network communication on this network" but NOT allowing clients, on
    a different VLAN.  And lastly the public network which allows cluster comms and clients on it (public VLAN).
    Is it still necessary to have all three of these NICs in use?  If the heartbeat isn't necessary any more, is there any reason to not have two public IPs and do away with the rest of the network?  (two for fault tolerance)  Does Live Migration
    still use Ethernet if FC is available?  I wasn't sure what all has changed with these requirements since Hyper-V first came out.
    If it matters, we have 5 servers w/160GB RAM, 8 NICs, dual HBAs connected to redundant FC switches, going to two SANs.  We're running around 30 VMs right now.  
    Can someone share their knowledge with me regarding the proper setup for my environment?  Many Thanks!

    Hi,
    You can setup cluster with a single network but that leaves you with single point of failure on the Networking front, it is still recommended to have a heartbeat network.
    Live migration would still happen though Ethernet, it has nothing to do with FC. Don't get confused, you had iSCSI for storage which used one of your VLAN and now you have FC for your storage.
    Your hardware specs looks good. You can set up the following networks -
    1. Public Network - Team two or more NICs (based on bandwidth aggregation)
    2. Heartbeat Network - Don't use teamed Adaptor
    3. Live Migration - Team two or more NICs (based on bandwidth aggregation)
    Plan properly and draw guidelines to visualize and to remove single point of failure at all points.
    Feel free to ask if you have some more queries.
    Regards
    Prabhash

  • Using orchestrator to create failover cluster. out of options

    Hi all,
    I am trying to build failover cluster using orchestrator 2012 R2 and then services on the cluster.
    However, I am so stuck now at the first stage:getting the cluster online.
    It is very basic, 2 nodes 2008R2 servers, shared storage for quorum, a virtual name and an IP.
    I try to put as little things as possible at start. I added the failover clustering feature into the orchestrator to avoid the double hop problem. I found that I can create the cluster with a command like this.
    C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
    -NonInteractive -Command {Import-Module 'C:\Windows\system32\WindowsPowerShell\1.0\Modules\FailoverClusters\FailoverClusters.psd1';New-Cluster -name clustername -node servername1,servername2 -staticaddress 1.1.1.1}
    I use the powershell.exe to avoid the 32bit powershell problem from orchestartor.
    I can successfully create the cluster using this same command if I run it manually inside my powershell prompt and it usually took 20secs to complete and shows the progress within powershell prompt.
    but when I put in the Run .Net Script and powershell in my orchestrator and run it. It shown success without give any warning/error but unfortunately I found that there are errors in the event log, as below
    Could not retrieve the network topology for the nodes.
    Security must be initialized before any interfaces are marshalled or unmarshalled. It cannot be changed once initialized
    I'd like to say that if I replace "New-Cluster" with "Test-Cluster". It runs normally and perform all tests with a report as output.
    Tried to turn off UAC (admin approval mode for all administrators)
    I’ve also created the disabeld cluster AD computer object with enough permissions before running the command (once again. I can create the cluster manually running the command)
    Also, I’ve set the orchestrator to run the runbook service using my user account. So the credential used for manual execution and orchestrator should be the same (the account is local administrators group member to both node)
    P.S. I found that the error Security must be initialized before any interfaces are marshalled or
    unmarshalled is not specific for Orchestrator + powershell but also for other products.
    Please help, thanks

    Turn out I need to use the PowerShell OIP from
    link
    Setup CredSSP authentication
    Then use the following script to call powershell 3.0
    $ABC = powershell {Import-Module ‘C:\Windows\system32\WindowsPowerShell\1.0\Modules\FailoverClusters\FailoverClusters.psd1′;New-Cluster -name clustername -node servername1,servername2 -staticaddress 1.1.1.1}
    finally can run the activity without issue

  • Reporting Services as a generic service in a failover cluster group?

    There is some confusion on whether or not Microsoft will support a Reporting Services deployment on a failover cluster using scale-out, and adding the Reporting Services service as a generic service in a cluster group to achieve active-passive high
    availability.
    A deployment like this is described by Lukasz Pawlowski (Program Manager on the Reporting Services team) in this blog article
    http://blogs.msdn.com/b/lukaszp/archive/2009/10/28/high-availability-frequently-asked-questions-about-failover-clustering-and-reporting-services.aspx. There it is stated that it can be done, and what needs to be considered when doing such a deployment.
    This article (http://technet.microsoft.com/en-us/library/bb630402.aspx) on the other hand states: "Failover clustering is supported only for the report server database; you
    cannot run the Report Server service as part of a failover cluster."
    This is somewhat confusing to me. Can I expect to receive support from Microsoft for a setup like this?
    Best Regards,
    Peter Wretmo

    Hi Peter,
    Thanks for your posting.
    As Lukasz said in the
    blog, failover clustering with SSRS is possible. However, during the failover there is some time during which users will receive errors when accessing SSRS since the network names will resolve to a computer where the SSRS service is in the process of starting.
    Besides, there are several considerations and manual steps involved on your part before configuring the failover clustering with SSRS service:
    Impact on other applications that share the SQL Server. One common idea is to put SSRS in the same cluster group as SQL Server.  If SQL Server is hosting multiple application databases, other than just the SSRS databases, a failure in SSRS may cause
    a significant failover impact to the entire environment.
    SSRS fails over independently of SQL Server.
    If SSRS is running, it is going to do work on behalf of the overall deployment so it will be Active. To make SSRS Passive is to stop the SSRS service on all passive cluster nodes.
    So, SSRS is designed to achieve High Availability through the Scale-Out deployment. Though a failover clustered SSRS deployment is achievable, it is not the best option for achieving High Availability with Reporting Services.
    Regards,
    Mike Yin
    If you have any feedback on our support, please click
    here
    Mike Yin
    TechNet Community Support

  • MSDTC set up in SQL Server 2008 failover cluster

    Hi Guys,
    I am in the process of setting up failover cluster using SQL Server 2008  (64Bit) Enterprise on Windows Server 2008 R2 (64Bit) I have completed almost all the works but I got few questions regarding MSDTC configuration whether the MSDTC disk should
    be assigned from SAN or it should be local to the disk ,  Separate disk for each nodes in the cluter or 1 disk to be used across all the servers for MSDTC in windows fail over cluster.
    With regards, Gopinath.

    Hi Gopinath,
    Please review the following similar blogs to get more details about configuring MDTC and pros & cons of different options.
    How to Configure Multiple Instances of Distributed Transaction Coordinator (DTC) on a Windows Server Failover Cluster 2008
    http://blogs.technet.com/b/askcore/archive/2009/02/18/how-to-configure-multiple-instances-of-distributed-transaction-coordinator-dtc-on-a-windows-server-failover-cluster-2008.aspx
    How to configure DTC for SQL Server in a Windows 2008 cluster
    http://blogs.msdn.com/b/cindygross/archive/2009/02/22/how-to-configure-dtc-for-sql-server-in-a-windows-2008-cluster.aspx
    Thanks,
    Lydia Zhang
    Lydia Zhang
    TechNet Community Support

  • SQL 2014 Failover Cluster

    Hi All,
    I am having permission issue while bringing sql cluster resource online.
    I had the cluster setup and working with ENT edition, inorder to change the SQL edition, I removed the node from the cluster, uninstalled all the binaries and create a new failover cluster using STD edition. Using the same network name/IP as before, however
    the setup started failing while trying to bring the clustered service online.
    Cluster network name resource 'SQL' failed to create its associated computer object in domain '' during: Resource online.
    The text for the associated error code is: Access is denied.
    Please work with your domain administrator to ensure that:
    - The cluster identity 'DBCLUS$' has Create Computer Objects permissions. By default all computer objects are created in the same container as the cluster identity 'DBCLUS$'.
    - The quota for computer objects has not been reached.
    - If there is an existing computer object, verify the Cluster Identity 'DBCLUS$' has 'Full Control' permission to that computer object using the Active Directory Users and Computers tool.
    There was no permission change in AD, and I verified all the proper permissions exits.
    In the properties tab, I see Kerberos status: Access is denied.
    Windows 2012 Cluster and Windows 2003 AD.
    I am stumped. Any help appreciated. Thank You.
    -Kranp.

    Hi All,
    I removed a node from the cluster and ran, cluster node <computername> /forcecleanup, to cleanup all the registery entries.
    Now I am trying to create a new windows cluster and am getting the below error
    Beginning to configure the cluster ********.
    Initializing Cluster ********.
    Validating cluster state on node ********.com.
    Find a suitable domain controller for node ********.com.
    Searching the domain for computer object '********'.
    Bind to domain controller \\********com.
    Check whether the computer object ******** for node ********.com exists in the domain. Domain controller \\********com.
    Computer object for node ********.com exists in the domain.
    Verifying computer object '********' in the domain.
    Checking for account information for the computer object in the 'UserAccountControl' flag for CN=********,CN=Computers,DC=********,DC=com.
    Enable computer object ******** on domain controller \\********.com.
    Configuring computer object '******** in organizational unit CN=Computers,DC=********,DC=com' as cluster name object.
    Get GUID of computer object with FQDN: CN=********,CN=Computers,DC=********,DC=com
    Validating installation of the Network FT Driver on node ********.com.
    Validating installation of the Cluster Disk Driver on node ********.com.
    Configuring Cluster Service on node ********.com.
    Waiting for notification that Cluster service on node ********com has started.
    Forming cluster '********'.
    Adding cluster common properties to ********.
    Creating resource types on cluster ********.
    Creating resource group 'Cluster Group'.
    Creating IP Address resource 'Cluster IP Address'.
    Creating Network Name resource '********'.
    Searching the domain for computer object '********'.
    Bind to domain controller \\********.com.
    Check whether the computer object ******** for node exists in the domain. Domain controller \\********com.
    Computer object for node exists in the domain.
    Verifying computer object '********' in the domain.
    Checking for account information for the computer object in the 'UserAccountControl' flag for CN=********,CN=Computers,DC=********,DC=com.
    Set password on ********.
    Configuring computer object '******** in organizational unit CN=Computers,DC=********,DC=com' as cluster name object.
    Get GUID of computer object with FQDN: CN=********,CN=Computers,DC=********,DC=com
    Provide permissions to protect object from accidental deletion.
    Write service principal name list to the computer object CN=********,CN=Computers,DC=********,DC=com.
    Set operating system and version in Active Directory Domain Services.
    Set supported encryption types in Active Directory Domain Services.
    Unable to successfully cleanup.
    An error occurred while creating the cluster and the nodes will be cleaned up. Please wait...
    An error occurred while creating the cluster and the nodes will be cleaned up. Please wait...
    There was an error cleaning up the cluster nodes. Use Clear-ClusterNode to manually clean up the nodes.
    An error occurred while creating the cluster.
    An error occurred creating cluster '********'.
    Access is denied
    To troubleshoot cluster creation problems, run the Validate a Configuration wizard on the servers you want to cluster.
    I can manually run clear-clusternode without any issues, verified all the permissions, exists.
    I am stumped. Any help appreciated. Thank You.
    -Kranp.

  • Enable Shadow Copies for Shared Folders in a Failover Cluster (2012 R2)

    I cannot find a reference on how to Enable Shadow Copies for Shared Folders in a Failover Cluster
    using separate disks for Data and Shadow Copies, using Windows Server 2012 R2.  I found an article for Server 2003, but that doesn't solve my issue. 
    Enable Shadow Copies for Shared Folders in a cluster.  Can someone point me to documentation on how to setup properly?
    I have a 3 server failover cluster, a single fileserver role with a 2 TB data storage drive and a 200 GB disk for shadow copy drive.  The 2 TB is ReFS and being used by Home Directories.  The 200 GB is also ReFS, but I didn't have a letter
    assigned, but it is associated with the fileserver role.
    Any help is appreciated.
    Find this post helpful? Does this post answer your question? Be sure to mark it appropriately to help others find answers to their searches.

    As mentioned above I spotted Shadow Copy configuration problems in clustered environment on Windows 2012 R2 with latest updates.
    Enabling Shadow Copy via Cluster Manager on disk will enable schedule and snapshots but schedule is not-cluster aware (is created locally on node) and "Previous Versions" are visible only locally but not via shared folders (UNC path accesible by
    clients)
    When I spotted this behavior I tried different way going via Computer Management and cluster resource name but console always hangs for me when using "Configure Shadow Copies". After many minutes configuration window is opened (Hurray!) but any
    action there will hang whole console again. Enabling Shadow Copies will fail with "0x80004005: Unspecified
    error" for creating scheduled task but "Next Run Time" column still shows "Disabled". Checking disk resource via Cluster Manager shows it is enabled and ?local? scheduled task is created.
    Computer management console still shows DISABLED and any action freezes whole console (only when cluster resource name is used).
    This fix I found, unfortunately, is not applicable to 2012 R2 OS: https://support.microsoft.com/en-us/kb/2894464
    To sum up there is a major bug in MS implementation in Shadow Copies for Shared Folders when clustering is used or it is still not supported in 2012 R2? Doing it outside cluster works as it should (without freezes and Previous Versions are available via
    UNC)
    There is no documentation about FileServer Clustering on 2012(R2) unfortunately.
    Could someone from MS clarify it?
    Many thanks
    Filip
    EDIT:
    Ok, one correction:
    Scheduled task is not created in "Failover Clustering" hive of Scheduled tasks as user may expect but failover of fileshare to other node will unregister/reregister it on active node only.

  • Windows Server 2012 R2 Scale out file server cluster using server disks as CSV

    Hi,
    My question is if I can create a Scale Out File Server Cluster with CSV using the disks that comes with the servers, we have 2 servers with 2 arrays each one, 1 array for the OS files and 1 array that we could use for the CSV.
    Regards.

    Hi,
    a SoFS needs some kind of shared Storage, this could be in the old days ISCSI or FC SAN and now also a Shared SAS JBOD with Clustered Storage Spaces.
    If you have 2  Servers with "local" Disks you need some sort of Software to create a Shared Disk Layer out of that local Disks, like Starwind or DataCore.
    Scale-Out File Server for Application Data Overview
    http://technet.microsoft.com/en-us/library/hh831349.aspx
    check out Step 1: Plan for Storage in Scale-Out File Server
    oh i forgot the normal 4th Option, some Kind of Clustered Raid Controller like HP or Dell offer in some Solutions.
    Udo
    Udo, clustered RAID controllers still require SAS disks mounted into external enclosure *OR* everything mounted into single chassis for Cluster-In-A-Box scenario (but that's for OEMs). The only two benefits somebody would have with them are a) ability to
    privide RAID LUs to Clustered Storage Spaces (non-clustered RAID controllers would be used as a SAS controllers only in pass-thru mode) and b) abillity to have caches synchronized so VM moved from one physical host to another would not start from the "cold"
    state. Please see LSI Syncro reference manual for details:
    Syncro 8i
    http://www.lsi.com/downloads/Public/Syncro%20Shared%20Storage/docs/LSI_PB_SyncroCS_9271-8i.pdf
    "LSI Syncro CS solutions are designed to provide continuous application uptime at a fraction 
    of the cost and complexity of traditional high availability solutions. Built on LSI MegaRAID 
    technology, the Syncro CS 9271-8i enables OEMs and system builders to use Syncro CS 
    controllers to build cost-effective two-node Cluster-in-a-Box (CiB) systems and deliver high 
    availability in a single self-contained unit.
    Syncro 8e
    http://www.lsi.com/downloads/Public/Syncro%20Shared%20Storage/docs/LSI_PB_SyncroCS_9286-8e.pdf
    LSI Syncro CS solutions are designed to provide continuous application uptime at a fraction
    of the cost and complexity of traditional high availability solutions. Built on LSI MegaRAID
    technology, the Syncro CS 9286-8e solution allows a system administrator to build a costeffective,
    easy to deploy and manage server failover cluster using volume servers and an offthe-
    shelf JBOD. Syncro CS solutions bring shared storage and storage controller failover into
    DAS environments, leveraging the low cost DAS infrastructure, simplicity, and performance
    benefits. Controller to controller connectivity is provided through the high performance SAS
    interface, providing the ability for resource load balancing, helping to ensure that applications
    are using the most responsive server to boost performance and help prevent any one server
    from being overburdened.
    So... Making long story short: 8i is for OEMs and 8e is for end-users but require a JBOD.
    Hope this helped :)
    StarWind VSAN [Virtual SAN] clusters Hyper-V without SAS, Fibre Channel, SMB 3.0 or iSCSI, uses Ethernet to mirror internally mounted SATA disks between hosts.

  • VM will not boot after moving using Failover Cluster Manager - "a disk read error occurred......"

    My current Configuration:
    3 node cluster, using clustered shared storage and about 22 VM's.   The Host servers are running 2012 Data Center while all guest are running 2012 Standard.  The SAN is EqualLogic and we are using HIT Kit 4.5.
    I have a CSV that is running out of space, so I created another CSV so that I could move some of the VM's to a new home.    I tested this by creating a test VM, and moved it successfully 3 times.     I then moved an actual
    LIVE VM and while it seemed to move ok, it will now not start.   The message is "a disk read error occurred Press ctrl+alt+del to restart".     I moved the test VM and it failed as well.    
    I have read several things about this, but nothing seems to relate to my specific issue.   I have verified that VSS is working and free of errors as well.    From the Settings menu for the VM, if I select "Inspect" the drive,
    the properties all look fine.    It is a VHDX and both the current file size and maximum disk size seem correct.
    The VM's were moved using the "move - virtual machine storage" option within Failover Cluster Manager.
    Suggestions?
    Thanks.

    Lets see if I can answer all of those and I appreciate the brain storming.   This really needs to work, correctly.
    1.  The Storage is moving.
    2.   VM's and SAN are on same device.
    3.  No, my  Clustered Shared Volume, CSV, is out of room, (more one that later)
    4.  No, I actually have 2 sans grouped together.   However, I'm moving the VM', form one CSV to another CSV on the Same san.  EqualLogic PS 6110 is the one I am trying to move VMS around on, and the other SAN not involved in any way except
    for it is in a SAN group is an EqualLogic PS6010.
    5.  No error During move, it took about 5-10 minutes, no error messages.   Note, I did a test and it worked GREAT 3 times.   Now both a live VM, and the test VM are doing the same thing.
    6.  No, the machine is not to large.   The test making was a 50 gig drive, just 2012 standard installed with updates.   The live VM was a 75 gig VM that was my Trend Micro Server, or anti-virus host.
    7.  Expand the existing SCV?   Yes I should be able to, but there is an issue there.   The volume was expanded correctly, Equallogic sees the added space, Fail Over cluster manager sees the added space, however disk manager only
    sort of does.    When looking at disk manager, there are 2 areas that tell you a little bit about the drive.   The top part and then the bottom part.   The top part only shows 500G, the original size, while the bottom part
    says that it is 1 TB in size.   I call Dell's technical support and after they looked at it I was told by the technician that they had seen this a couple of times and the only way to fix it was to move all the VM's to another CSV and delete the troubled
    CSV.   I thought about adding more space to the troubled CSV, but its on a production server with about 12 VM's running on it and I did not want to take a chance.   The Trend VM was running on CSV-1 and working fine.   
    I must admit that the test VM, was on CSV-2.    I moved the Test VM from csv-2 to csv-3 back and forth several times with no errors.   The Trend Server was on CSV-1 and was moved to CSV-3, however it failed.  Again, I then moved
    the test VM from CSV-2 to CSV-3 and it failed the same way.   I could not test the "TEST - VM" on csv-1 due to csv-1 not having enough space.
    8.   I did disable the network from the VM to see if that mattered it did not. 
    9.   I have not yet had a chance to connect the VHDX to a new VM, but I will do that in about an hour, hopefully.    Once I am able to test that suggestion I will post the results as well.
    Again, thanks for all the suggestions and comments, as I had rather have lots to look at and try.   I hope I answered them well enough.
    Kenny

  • Using an instance in a failover cluster as a witness server

    Firstly I absolutely hate the idea of doing this with a passion . . . and then some, in my mind a witness server should have as few if not zero dependencies on any other SQL Server HA technology as possible, it should be a stand alone SQL Server instance.
    However, technically would you be able to use an instance which is already in a failover cluster as a witness for a mirrored pair of databases ?.

    Yes you can use cluster instance as witness.
    https://msdn.microsoft.com/en-IN/library/ms191309.aspx

  • BizTalk using a SQL failover cluster in IAAS?

    The "BizTalk Offerings: Server, IaaS, and PaaS Feature List" (see
    http://social.technet.microsoft.com/wiki/contents/articles/19743.biztalk-offerings-server-iaas-and-paas-feature-list.aspx) say that when running BizTalk as IAAS in Azure,
    No Failover Cluster Instance (FCI) for SQL Server.
    What does this mean?
    Is it not possible to create a BizTalk instance which uses a SQL Server Failover Cluster in Azure?
    Kind regards,
    Martin

    Hi Leonid,
    Thanks for your answer. I got the impression that HA is possible now for SQL Server on Azure IAAS.
    See also
    http://blogs.msdn.com/b/microsoft_press/archive/2014/08/18/from-the-mvps-sql-server-high-availability-in-windows-azure-iaas.aspx
    Kind regards,
    Martin

  • Unable to create a clustered VM using Remote Server Administration Tools - Failover Cluster Manager

    Hi
    I am using two Hyper-V Server 2012 R2 and a single WS2012 Datacenter Edition with GUI Interface for management purpose.
    I have installed Failover Clustering feature on these two Hyper-V servers and remote server administration tools for Failover Clustering on WS2012 DC Edition with GUI.
    I have created cluster using powershell cmdlets on Hyper-V server because I was unable to create a cluster using RSAT-Failover Clustering (May be some privileges issues).
    The problem is " I am still not able to create a Hyper-VM using Failover Cluster Manager on WS2012 DC Edition server". It gives me an error "Invalid operation"
    Any Help regarding this issue will be very appreciated.
    Thanks in Advance.....
    Abhinav | MCTS-Server Virtualization

    Thanks Tim for your response but atleast I should be able to create and configure VMs for high availability. 
    I think this is not the issue which I am facing. It gives me an error "invalid class". There is something missing.
    Please check and let me know if it can be solved. Any help will be really appreciated.
    Thanks in advance.
    Abhinav | MCTS-Server Virtualization

  • Difference between scalable and failover cluster

    Difference between scalable and fail over cluster

    A scalable cluster is usually associated with HPC clusters but some might argue that Oracle RAC is this type of cluster. Where the workload can be divided up and sent to many compute nodes. Usually used for a vectored workload.
    A failover cluster is where a standby system or systems are available to take the workload when needed. Usually used for scalar workloads.

  • The Cluster Service function call 'ClusterResourceControl' failed with error code '1008(An attempt was made to reference a token that does not exist.)' while verifying the file path. Verify that your failover cluster is configured properly.

    I am experiencing this error with one of our cluster environment. Can anyone help me in this issue.
    The Cluster Service function call 'ClusterResourceControl' failed with error code '1008(An attempt was made to reference a token that does not exist.)' while verifying the file path. Verify that your failover cluster is configured properly.
    Thanks,
    Venu S.
    Venugopal S ----------------------------------------------------------- Please click the Mark as Answer button if a post solves your problem!

    Hi Venu S,
    Based on my research, you might encounter a known issue, please try the hotfix in this KB:
    http://support.microsoft.com/kb/928385
    Meanwhile since there is less information about this issue, before further investigation, please provide us the following information:
    The version of Windows Server you are using
    The result of SELECT @@VERSION
    The scenario when you get this error
    If anything is unclear, please let me know.
    Regards,
    Tom Li

Maybe you are looking for

  • How do I use the Kuler API?

    For more information on the Kuler APIs and guidelines for usage and application naming, see the Kuler Update (5/30/13): We're working to rebuild the Kuler API to offer more robust capababilities.  Until then, we're no longer issuing new API keys.  If

  • Why are my files opening in AME (newb)?

    hi all, i have a host of files with some coming from my PC days and am currently using Aperture to store and create m4v and mov files. right now i have AVI, mpg, mp4, PDF etcetera that i am trying to organize. when i doubleclick on some of these file

  • CD Drive From G4

    I retrieved my old G3 from the attic and set it up. I had replaced the combo drive from my G4 with a super drive and thought I would install the combo drive in my G3. I did and everything fits, but the push button on the G3 won't open the tray. Any i

  • 3G Black & White photo

    Hello, When i view a black / white photo on my iPhone, it will turn into a mess. When i leave me finger on the screen the photo will be ok. When i don't do that i get a photo like this: http://img209.imageshack.us/img209/967/img0006yg1.png Can Apple

  • Problems with new itunes and gen 1 touch.

    just downloaded the new itunes and am trying to update my ipod gen 1, itunes wont recognize my ipod and i tried all the ways to get it back on. ideas?