Does the 2012r2 failover cluster support the Linux system high ability

Hi,
Can i install the CentOS highability in Hyper-V? Does Hyper-V support it?
Thanks.

Hi,
Can i install the CentOS highability in Hyper-V? Does Hyper-V support it?
Thanks.
There are two possible ways to go and you're referenced both. First is HA VM. If physical host would fail VM marked as "HA" would be re-booted on another physical host in the cluster. That approach is completely OS-agnostic and would work with Linux (or
any other supported OS) inside a VM. See:
Configure VM for HA
http://technet.microsoft.com/en-us/library/cc753787.aspx
Second one is guest VM cluster which is actually job of an inside-the-VM OS, Hyper-V just provides a platform (and possibly shared storage). In this case you do configure your Linux cluster as it would run bare metal. See:
Guest
VM Cluster
http://blogs.technet.com/b/keithmayer/archive/2013/03/21/virtual-machine-guest-clustering-with-windows-server-2012-become-a-virtualization-expert-in-20-days-part-14-of-20.aspx
You just need to pick up proper shared storage for your cluster, would it be shared SAS (provided by Hyper-V as "shared VHDX" emulation) or iSCSI or FC.
Good luck :)
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.

Similar Messages

  • Does Weblogic Server 5.1 supports RedHat Linux 6.2?

    Hello All,
    Does Weblogic Server 5.1 supports RedHat Linux 6.2?
    Best Regards,
    Samuel Yung
    [email protected]

    FYI.
    I am running RH 6.2 and Weblogic 5.10 with no problems.
    w/Apache 1.3.12
    Only using WL for EJBs and jdbc pool at this time. So your milage may vary.
    Michael Girdley wrote:
    No, not yet. Version 6.0 will.
    The platform support page for WebLogic Server is located at:
    http://www.weblogic.com/platforms/index.html
    This page has the latest and greatest information on the platforms that
    WebLogic is certified and supported on.
    Thanks,
    Michael
    Michael Girdley
    BEA Systems Inc
    "Samuel Yung" <[email protected]> wrote in message
    news:[email protected]..
    Hello All,
    Does Weblogic Server 5.1 supports RedHat Linux 6.2?
    Best Regards,
    Samuel Yung
    [email protected]
    /\/\i|<e
    Mike Kincer
    Solutions Developer/Engineer
    Atlas Commerce "ebusiness evolved"
    Office phone: +1-607-741-9988
    mailto:[email protected] [http://www.atlascommerce.com]

  • Does Weblogic Server 5.1 supports RedHat Linux 7?

    Does Weblogic Server 5.1 supports RedHat Linux 7?
    Thanx in advance.

    FYI.
    I am running RH 6.2 and Weblogic 5.10 with no problems.
    w/Apache 1.3.12
    Only using WL for EJBs and jdbc pool at this time. So your milage may vary.
    Michael Girdley wrote:
    No, not yet. Version 6.0 will.
    The platform support page for WebLogic Server is located at:
    http://www.weblogic.com/platforms/index.html
    This page has the latest and greatest information on the platforms that
    WebLogic is certified and supported on.
    Thanks,
    Michael
    Michael Girdley
    BEA Systems Inc
    "Samuel Yung" <[email protected]> wrote in message
    news:[email protected]..
    Hello All,
    Does Weblogic Server 5.1 supports RedHat Linux 6.2?
    Best Regards,
    Samuel Yung
    [email protected]
    /\/\i|<e
    Mike Kincer
    Solutions Developer/Engineer
    Atlas Commerce "ebusiness evolved"
    Office phone: +1-607-741-9988
    mailto:[email protected] [http://www.atlascommerce.com]

  • Where does the svc system get its infos from?

    The longer I work with Solaris 10, the more I dread this awful "services" construction and its unwieldy administration.
    I have a newly setup machine with two zones, one created right after the other, meaning they should be identical.
    /usr is, as usual, lofs'ed into both zones, and contains a /usr/local/samba dir with a handcompiled 3.0.30 release.
    I have not created any manifests as I intended to simply delete the 'onboard' samba service and start the new version
    via the classical init script.
    I boot both zones.. and one starts "/usr/local/samba/smbd -D -f /etc/smb.conf", and the other starts (or tries to) "/usr/sfw/sbin/smbd -D".
    I inspected the manifest xmls for the network/samba service, and in both zones the entry lists /usr/sfw as start method.
    svccfg listprop network/samba also reports /usr/sfw for both zones.
    Where did the one zone get the info to start the /usr/local samba installation, and where did it get the (correct) conf file parameter?
    Why does svccfg report a different startup method property than it really runs on svcadm enable?
    I have grepped through all of /lib/svc, /etc/svc and /var/svc and nowhere is any reference to the /usr/local file nor the conf parameters.
    Swapping the svc repository.db file between both zones also swaps the problem around - so it must be somewhere in there,
    but as it's no longer a human readable file, I'm out of luck there. How did the /usr/local path and parameters get into that DB file?
    Does the service system search the filesystem for known daemon binary names and other guesswork? And if it does such voodoo,
    why didn't it do the same in the other identical zone?
    rant Did we really need to get this svc "feature"? Until now I have seen no advantage from it, and only incurred a huge load of inconvenience,
    be it the additional work of creating manifests for new services or debugging problems that I never had in a decade or two of init script usage.
    We have all seen for many years how well this registry/service stuff worked on Windows..*/rant*

    >
    I boot both zones.. and one starts "/usr/local/samba/smbd -D -f /etc/smb.conf", and the other starts (or tries to) "/usr/sfw/sbin/smbd -D".
    I inspected the manifest xmls for the network/samba service, and in both zones the entry lists /usr/sfw as start method.I take it you mean the full path with /usr/sfw in it, not "/usr/sfw" all by itself....
    What do you get for:
    svcprop -p start/exec network/samba:defaultThat should display the start string it uses.
    Where did the one zone get the info to start the /usr/local samba installation, and where did it get the (correct) conf file parameter?I can only assume that some program inserted that string into the service. As you said, it's not in the manifest, so it didn't come from there.
    Why does svccfg report a different startup method property than it really runs on svcadm enable?
    I have grepped through all of /lib/svc, /etc/svc and /var/svc and nowhere is any reference to the /usr/local file nor the conf parameters.
    Swapping the svc repository.db file between both zones also swaps the problem around - so it must be somewhere in there,
    but as it's no longer a human readable file, I'm out of luck there. How did the /usr/local path and parameters get into that DB file?
    Does the service system search the filesystem for known daemon binary names and other guesswork? And if it does such voodoo,
    why didn't it do the same in the other identical zone?
    rant Did we really need to get this svc "feature"? Until now I have seen no advantage from it, and only incurred a huge load of inconvenience,
    be it the additional work of creating manifests for new services or debugging problems that I never had in a decade or two of init script usage.As with many such things, the advangages are greater when the environment is more complex. For starting a single job, you won't see the benefits as much.
    Of course, the milestone services still run startup scripts out of /etc/rc[S23].d, so those are perfectly valid places to run a startup script.
    Darren

  • How much space on the hard/flash drive does the Operating System use on the macbook

    I Would like to buy a MacBook but the actual space on the flash hard drive is quite minimal. How much of this small space does the operating system use?

    In order for Yosemite needs to have at least 10 GB of free space for the use of OS X and the things it does. If you have less then that the performance with start to degrade until eventually OS X will freeze up.
    If you think you will be getting close to that you might want to consider getting and external disk drive where you can store some of your file such as music, videos movies and photos.

  • How does the production system take the benefit from user-exits.

    How does the production system take the benefit from user-exits.

    and it is not the production system that benefits. its the company and the people working with SAP that benefits from the user exits which allow SAP to be altered for the company specific situations.

  • How does the PRODUCTION SYSTEM take the benifit from the USER EXITS?

    how does the PRODUCTION SYSTEM take the benifit from the USER EXITS?
    please explain

    and it is not the production system that benefits. its the company and the people working with SAP that benefits from the user exits which allow SAP to be altered for the company specific situations.

  • Does the Linux suse10.2 supports Oracle 10g XP database?

    Hi,
    I like to install Oracle 10g XE Database on my Linux suse10.2 operating system. I am not sure that the Linux suse10.2 OS supports the installation of Oracle 10g XE database. If it supports kindly let me know which version of 10g XE supports.
    Thanks in advance,
    Senthil.

    These Linux distributions are currently supported:
    Red Hat Enterprise Linux RHEL3 and RHEL4
    Suse SLES-9
    Fedora Core 4
    Red Flag DC Server 5.0/MIRACLE LINUX V4.0/Haansoft Linux 2006 Server (Asianux 2.0 Inside)
    Debian 3.1
    Werner

  • How does the Linux version differ from the Windows version?

    I am considering the purchase of the Linux version of LabView and was
    curious if anyone has compared the two platforms? For instance, are there
    many feature differences? What abilities do you lose in the Linux platform?
    I currently have LabView 6.1 with the datalogging and supervisory control
    module. I would have to buy the whole package again for the Linux version.
    The company I work for builds computerized machines for the wood working
    industry and each one is equipped with a computer running Windows. I think
    by having Linux running on them we would save money and have a more
    configurable OS without all the extras. My only concern is if the
    functionality is too limited in the Linux version. Any insight wou
    ld be
    appreciated.
    Thanks,
    -Surcher

    "vg" wrote in message
    news:[email protected]..
    > The Datalogging and Supervisory Control Module will only work on the
    > Windows OS. It was not designed for Linux.
    How about the datasocket connections? Do they work the same?
    -Surcher

  • Windows Server 2012R2 Failover Cluster error with mounted volumes

    Hi all,
    I've a problem with mounted volume on a WSFC build on top of Windows Server 2012R2, the situation is:
    M: is the volume hosting mounting points
    disk-1, disk-2, disk-3 are volume mounted on M:\SomeFolder
    Theese volumes are used by a SQL Server Failover Cluster Instance, but my problem is related to WSFC. I've set dependencies so disk-1, disk-2, disk-3 depend upon H:
    If I try a failover of the role "SQL Server" I observe that when the disk come online in the other node they fail with this error:
    Cluster resource 'disk-1' of type 'Physical Disk' in clustered role 'SQL Server (ISQL2014A)' failed. The error code was '0xaa' ('The requested resource is in use.').
    Based on the failure policies for the resource and role, the cluster service may try to bring the resource online on this node or move the group to another node of the cluster and then restart it.  Check the resource and group state using Failover Cluster
    Manager or the Get-ClusterResource Windows PowerShell cmdlet.
    If I manually take offline H: and than bring it online and then manually take online all disk (1 to 3) they come online with no error.
    I'm going crazy!

    I've found the root of the problem: the servers are virtual machine on a VMware ESX 5.5 infrastructure, VMware claims that on 5.5 multipath is supported for raw device mapping disks but disabling multipath (I've set to fixed path) the Windows Server Failover
    Cluster stops to get problems.
    Now we have opened a support call with VMware.

  • 2008R2 to 2012R2 = Failover Cluster Manager not found ..gray out feature.

    Hello everyone,
    I just upgraded from our Hyper-V host running Windows Server 2008R2 to 2012R2,
    I didn't get any errors during the upgrade and everything looked fine except that the failover cluster manager is no longer exist ..I went to add it from the server manager and found that the feature already exist but it is grayed out, I can not remove it and
    add it again!
    how to get the failover manager cluster working again ?
    Thanks
    Misbah

    ok, the fix seems simple,
    I needed to go from server manager and select remove role/features and then re-add it.
    going to add roles/feature will not allow me to remove any feature ..it is just for adding features.

  • How does the fault system work with AppleCare warranty extension?

    I'm an owner of an iPhone 4S on Telus Mobility in Canada and I have two year AppleCare warranty extension that is linked to my phone. I've had my iPhone for over a year now with no issues, so this question is meant for reference if and when I do need to make a claim.
    When I bought my AppleCare, the representative never explained to me how the fault system works, or if and what I pay in the event of a claim, or really anything else related to AppleCare. My friend told me if I pay a certain amount of money during a claim, I can get a new iPhone. Is this true? Are there limitations of the AppleCare?
    Could somebody please explain to me in a fairly decent amount of detail how AppleCare works, how the fault system works, and anything else I would need to know about AppleCare? Thanks.

    Here's the link explaining it:
    http://www.apple.com/support/products/iphone.html
    This would work in the U.S. - I think (but am not sure) it will work in Canada as well.

  • Why can not  load the Linux System?

    I want to install Linux as the second OS on my notebook.I downloaded the Fedora8 software on the C: partition and decompressed it on the C: partition too. Then I copied and decompressed the file "isolinux " on the D: partition.
    I installed the software "grub4dos" and made some changes in the document: \boot\grub\menu.lst. When I restart the computer and choose the Fedora8 from the loader menu, the Linux installation process can not be started and show the follow message:"Because follow document is lost,you can not start Windows:<Winder root>\system32\hal.dll. please copy it on."
    What is the reason?
    Message was edited by:
    frank.qian

    Hi,
    I suppose it caused by grub4dos utility. Could you try using WinGrub?
    Regards
    Terry

  • Windows Server 2012r2 Failover Cluster Event Trace Log files

    Hi
    The only documentation I can find regarding event trace log files (Diagnostic.etl.*) for Failover Clustering relate to Server 2008/2008r2, which state that the etl files should be in C:\Windows\System32\winevt\Logs.
    I have been exploring a clustering lab for Server 2012r2 and cannot find these files in that folder.
    Strangely the PS cmdlet Get-ClusterLog still works!
    Where are the etl files?
    TIA

    Hi,
    Please check if the log is available in C:\ProgramData\Microsoft\Windows\WER\ReportQueue\.
    If not, you can use Get-ClusterLog with the Destination parameter to get the log file.
    Destination
    Specifies the location to copy the cluster log(s) to. To copy to the current folder use "-Destination ." for this parameter.
    http://technet.microsoft.com/en-us/library/ee461045.aspx
    Thanks.
    Jeremy Wu
    TechNet Community Support

  • How does  the Logical System GUID get created

    In R3 table CRMPRLS has a logical GUID for its logical system name.  How does this get created/updated?  Is it created during the initial replication of the data between R3 and CRM?   Why I am wondering is my systems where working ok in my QA environment then something happen to change LSGUID in my CRMPRLS table on R3.  So now my middleware is not working.  I will use notes 588701 and 765018 to fix the problem, but I am trying figure out what caused it before it happens again in my production environment.
    We are doing one thing to mention is that our R3 environment is being setup to talk to 2 different CRMs.  I am wondering if the setup of the second CRM caused the guid to change.  If so what step during the middleware setup of CRM would cause that?
    Thanks.
    Matthew

    HI Matthew,
    We are facing a similar issue. Could you please let us know the activities done to get the issue resolved?
    Did you revert back the changes done as suggested in the Note 588701, if yes can you let me know where the changes has been done and how has it is reverted back?
    Also, in the table CRMPRLS in R/3 we do not see an entry for the external SRM system.
    Please note, for replicating material into SRM we use the CRM Middleware.
    BR// 420

Maybe you are looking for

  • Not able to get the sound from my tv to come through my surround sound speakers

    I have a new Samsung 46" tv and a new yamaha receiver also a new Samsung blu-ray player.  I currently have an HDMI cable going from my tv to my receiver and a short HDMI cable going to my Blu-ray player and the old style red and white rca cables from

  • ?-multiple screens transparent able to see all the components in all screen

    iam developing a ui , in that i have to place multiple panels or multiple containers over the content pane where as every container should be transparent , and i should able to see all the component in all the containers in the top container , help m

  • Position text box  in centre part of region

    Hi I want to position of componentes (text box, buttons, combo box) in region at center. i.e if i have region having only two text boxes and i want to put it in centre part of form/region. How it can be done, do i need to write any code or from APEX

  • Kernel Panic during repair permission

    Persistent, even after normal reboots. The repair permission runs fine in the mode where you hold down command and R before startup, I am running Lion btw, but kernel panics occur everytime when you do repair permission under the normal operation sys

  • HT3986 how to write on mac drive from windows

    I installed windows 7 64 bit through boot camp. After that I found that I couldn't create folders or copy files to my Mac drive while I am in windows. Is there any solution?