Hyper-V Multi Node deployment question

Hi Folks
we are working on a HyperV cluster ( 5 nodes + SaS Storage) based on 2012 R2 .
I have  a lot of experience with VMware but not much with Hyper-V .
in a nutshell ; I know that we need to deploy MS Cluster and HyperV roles . here is a couple of questions ; they are generic :
1- I know it's possible to start the cluster and then install VMM later ; however I prefer to avoid any re-configuration
, also in one tech-net article I saw a note saying that If I want to use VMM later ; I should configure all network requirements
through VMM ... so I am a bit confused ; do we need VMM to be there before forming the cluster and set up all networks or
it's better to have VMM in-place and do configuration through that ?
2- I saw in TechNet where you can even send cluster traffic through virtual switch .. this doesn't make sense to me as I am under impression that fail-over cluster is a separate service and it's outside hyper-v ; so how come it's using a virtual switch for
heart-beat ?
here is the article :
http://technet.microsoft.com/en-us/library/dn550728.aspx

Hi Ali,
After you enabled hyper-v and configured external (checked "allow management operation system...")/internal virtual switch , the management OS will get a virtual NIC connect to the virtual switch .
Maybe  the following article will help you out :
http://blogs.msdn.com/b/virtual_pc_guy/archive/2008/01/08/understanding-networking-with-hyper-v.aspx
Best Regards
Elton Ji
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.

Similar Messages

  • R12.1 Multi Node Install Questions

    Hi All,
    I'm planning R12.1.3 multi tier install. and I need your help to know which server to use for APPS and which for DB
    Server 1:
    8GB RAM
    High CPU
    Server 2:
    4GB RAM
    Medium CPU
    Shall I install DB on sever 1 or 2?
    Also shall i start the install of DB tier first or APPS tier first?
    This is an internal PROD instance that will be used by maximum 3 people.
    Thanks
    Mohammed

    Server 1:
    8GB RAM
    High CPU
    Server 2:
    4GB RAM
    Medium CPU
    Shall I install DB on sever 1 or 2?I would say Server 1 as you can set SGA size to greater than 4 GB
    Also shall i start the install of DB tier first or APPS tier first?Run Rapid Install on the database node then on the application node -- http://docs.oracle.com/cd/B53825_08/current/acrobat/121oaig.pdf
    Thanks,
    Hussein

  • Question on multi-node R12 install

    I assume that for a Multi-node install of R12, we have to run rapidwiz on nodeA and choose "Install Oracle Application release 12.1.1" , choose the appropriate services for this node ex: "Batch Processing"
    then once the install is done, copy the config.txt file over to NodeB and run rapidwiz on nodeB and choose "Install Oracle Application release 12.1.1" , choose the appropriate services for this node ex: "Web, root and other services" ..
    This is not really clear in the R12 Rapid Install guide
    Can someone confirm
    Thanks

    Hi;
    Briefly you should follow those:
    1. Copy stage both server
    2. Create same mount point both server (let us say /u01)
    3. Create same folder on both server under /u01 (let us say /u01/PROD)
    4. Give 777 permission to stage and /u01/PROD folder
    5. Dont forget to both server entery to /etc/hosts on both server
    6. Start installation first db side
    7. While you are making multinode installation copy config.txt to apps server
    8. Start installation on apps server and give config.txt for instalaltion
    PS: Ofcourse create user :)
    Hope it helps
    Regard
    Helios

  • Has anyone installed XMLP in a multi-node appsTiers  environment?

    We are experiencing a problem with installing XMLP 4.5.
    Our EBS 11i(11.5.9) configuration: dbTier is on HP-UX, admin/CM of appsTier is on HP-UX and web/forms of appsTier is on Windows, i.e two nodes appsTier.
    Applying the major patch 3554613 (XMLP 4.5) created $APPL_TOP/xdo/11.5.0 on both UNIX and Windows nodes. But the $JAVA_TOP/oracle/apps/xdo is only created on UNIX node.
    When we reported the problem of XMLP in relation to OA Framework (see my other posting on this forum) to Oracle, the support engineer said the patch should create %JAVA_TOP%\oracle\apps\xdo on Windows too. But he is not sure as he only has a single node environment.
    We tried a couple of times of reapplying the patch without any luck.
    We start wondering if the XMLP 4.5 can be successfully installed in a multi-node appsTiers environment.
    So my question is:
    Has anyone successfully installed XMLP in a multi-node appsTiers environment?
    Thanks.

    Hi
    XMLP is installed on the apps middle tier so it should be no problem. The only thing, once you have it installed is if you want to use our cfg file you'll need to have the cfg file installed on all nodes.
    Whats the TAR number ?
    Tim

  • How to setup multi node installation

    Hi all,
    I have successfully installed Oracle E-Business Suite 11.5.10 in a single node.
    But, I would like to get some suggestions on How to perform the multinode installation in which all the application tier servers in independent nodes?
    If the nodes are placed in different places geographically, how can I move all these nodes in to a single network? Is this possible?
    Please guide me.
    Thanking in advance
    Rameshkumar

    1. Is it right if I assumed that we must check that
    box if we want to install apps tier in more than one
    server so that if we only want to install apps tier
    in only one server then we don't need to check that
    option? Or we better check it even no matter how many
    server we installed apps tier into? You only need to check that box if you intend to used a shared application tier filesystem for a multi-node installation. If you are only going to have one app tier server, you don't need to check the box. If you plan on multiple apps tiers, each with its own copy of the application tier file system, you also don't need to check that box.
    2. If I still uncheck that option will there be any
    problem such as in backup & restore, clone, testing
    activity, etc?No, should not be any problem at all.
    3. When we created user for each db tier and apps
    tier, what will be better, create the same user for
    both tiers or differentiate user for each db tier and
    apps tier? I'm thinking of using same user for both
    tiers to avoid privilege problem later on.
    I'd recommend the same user for application tier files on all nodes in the system, and a different user for database-tier files. For example, in our system the database software (RDBMS ORACLE_HOME) and database datafiles are owned by 'oracle', and the EBS application files (APPL_TOP, forms and web server, etc) are owned by a user called 'applprod' (though of course you should choose a user name that makes sense in your environment.
    4. Can we start clone process in db tier and apps tier >paralel in multinode environment or still start clone >process in db tier first then apps tier?Still need to do the db tier first, since 'adcfgclone.pl appsTier' will want to talk to a database. :-)
    Regards,
    John P.
    Message was edited by:
    jpiwowar (forgot to answer the 4th question the first time, whoops)

  • Multi-track recording question

    Multi-track recording question
    Hey, just need some help on multi tracking using audition, hope this is the right forum?
    Wanted to know if anyone has a clue about assigning inputs from an audio interface to separate tracks on a recording program (ie: Adobe audition)
    I record live with my band alot, and have every amp and the kit mic'd up, but how do i make it so that each microphone is recording to a different track on the PC?
    My interface is an M audio fast track ultra, if that is of any use.
    Any advice appreciated! Thanks!

    FreeCT wrote:
    Wanted to know if anyone has a clue about assigning inputs from an audio interface to separate tracks on a recording program (ie: Adobe audition). I record live with my band alot, and have every amp and the kit mic'd up, but how do i make it so that each microphone is recording to a different track on the PC?
    In Audition, assuming that you can see all of the inputs available in the Hardware Setup, you find the right-facing arrow (input assign) on each track in MV's Main view, and you click on the box it's pointing to, go to Mono, and select the input you want for that particular track. The mono ones say [01M], [02M], etc. If you want to record a stereo track, then select the Stereo option where the inputs are paired and say [01S] et seq. This would have input 1 as left, input 2 as right.
    If you can't see all of the inputs available, try selecting the ASIO driver in Hardware Setup...

  • How to do data migration between single node and multi node HANA systems ?

    Data migration between single node and multi node HANA systems ?
    What are limitations ?
    What should be the best practices ?

    Data migration between single node and multi node HANA systems ?
    What are limitations ?
    What should be the best practices ?

  • How to run all Concurrent Requests in a single node in a multi node env

    DB;11.1.0.7
    Oracle Apps:12.1.1
    OS:Linux 86x64 Red Hat
    PCP setting is enabled.
    Load Balancer is enabled.
    APPLDCP=ON
    Could anyone please share - How to run all Concurrent Requests in a single node in a multi node env where there are 3 web tier nodes?
    Thanks for your time!
    Regards,

    PCP setting is enabled.
    Load Balancer is enabled.
    APPLDCP=ON
    Could anyone please share - How to run all Concurrent Requests in a single node in a multi node env where there are 3 web tier nodes?Concurrent requests will be processed by the CM nodes and it has nothing to do with the 3 web tier nodes you have.
    If you mean the database instance, then please see these docs.
    How to run a concurrent program against a specific RAC instance with PCP/RAC setup? [ID 1129203.1]
    In A PCP/RAC Configuration, How To Find Out On Which RAC Instance FNDSM Is Currently Running? [ID 1089396.1]
    Thanks,
    Hussein

  • Clone multi-node RAC and ASM to single node

    Hi everyone.
    I need clone system with 3 application server and 2 oracle database RAC and ASM to single-node. The operating system is RHEL 5.
    I see some metalink notes, but we can't found nothing. I find notes with multi-node to single-node, but nothing with RAC to non-RAC.
    The eBS version is 11.5.10.2 and database version is 10.2.0.3
    Is possible this clone?
    Thanks very much.

    Hi User;
    Please follow below and see its helpful:
    EBS R12 with RAC and non-RAC
    Re: RAC to single instance ebs R12
    Re: Clone Oracle Apps 11.5.10.2 RacDB to Non-RAC DB
    Re: CLONING R12 RAC to NON RAC CLONING giving error RMAN-05517 temporary file
    [b]Migrating the DB-Tier (DB and CM) to Two node non RAC cluster[/b]
    Also check:
    http://www.oracle.com/technology/pub/articles/chan_sing2rac_install.html
    Regard
    Helios

  • Oracle 10g multi node installation

    Hi,
    Multi node installation for Oracle 10g Appl Server
    - Node A: Install core business Database server.
    - Node B: Install Application Server Infrastructure (OID, repository database).
    - Node C: Install Application server middle tier (forms, reports, portal, discoverer, java) at node C. must specify the OID server (node B). And configurre tnsnames to access database server (node A).
    steps for this. Any doc or link
    Thanking you
    regards,

    As simple as you mentioned.
    1.- Install db in node A
    2.- Install Infra in node B, you will get a servername and port for OID (look on $OH/install/portlist.ini to get it), and the password, usually the same as for the System and Sys users for the repository.
    3.- Install Apps in node C, even if you install infra and apps in same node, the installer will always promp for the OID server name and port wich I mentioned earlier.
    4.- Configure node C tnsnames to access node A
    Hope this helps
    Greetings.

  • Migrating from single-node to multi-node (2 Node)

    Hi,
    We have decided to migrate our existing 11.5.9 application from single-node to 2 Node(multi-node). Please let me know what services should reside on each node (Recommended by Oracle).
    Forms, Reports, Apache on one node and CM, Admin, DB on another ?
    (or)
    DB on one node and all other on another node ?
    And please let me know the steps I should follow to achieve the task as well.
    Thank & Regards,
    Abdullah

    Hi;
    I suggest please review our previous posts and check notes:
    shared appltop/distributed appltop
    Re: two nodes
    In R12 shared appltop/distributed appltop
    shared appltop -Which node
    Re: shared appltop
    Shared appltop in R12
    Shared appltop in R12
    shared APPL TOP or shared application
    shared APPL TOP or shared application
    Regard
    Helios

  • Multi Node Redundant QR Server Configuration

    I have a multi server and multi node FAST ESP configuration setup. (2 columns)
    The goal being that should 1 server become unavailable, the other QR server can be configured (in the search application) to service the search requests.
    However, the problem i have is when i take the non admin server offline (shutdown) and use the QR server on the admin node, i get an error stating that "One or more nodes unavailable for search"
    Does anyone know where in the configuration this would be set?
    I've looked at what i believe to the be the obvious configurations (nodeConf,topfdispatcher,search-1) and they all point to their respective machine names.
    Any advice?
    Kevin Sperring

    Kevin,
    This is expected if one of the search node is down.
    If you want qrservers to provide results despite partial availability of nodes, you will need to enable allowpartialresults on the FAST Admin node:
    ($FASTSEARCH/etc/config_data/QRServer/[cluster]/etc/qrserver/qrserverrc) .If you don't have the parameter, please add it on this file (allowpartialresults =1 ) and restart the qrservers.
    If you want qrservers to shut down http sessions upon problems connecting to its local fdispatch (which partial is NOT a case of), you could add the httpdisable flag.
    Edit the file $FASTSEARCH/etc/config_data/QRServer/[cluster]/etc/qrserver/qrserverrc and change the value httpdisable=0 into httpdisable=1.

  • Financial Analyzer Web access after multi-node setup

    hey guys
    any idea on the follwoing
    Financial Analyzer Web access after multi-node setup
    any hints will be helpfull
    fadi

    Thank you Fadi for this quick idea.
    I will try to apply it in our environment.
    If we couldn't do it, I think that we have other two options; first options is to reinstall OFA in the Web Server Node where there is a Metalink note states how to move OFA from server to server. The second option is changing the configuration files of OFA to reference the Web Server in the new node.
    I will update you with the results.
    Regards,
    M.Muhtadi

  • Will the Application Scope be shared across the cluster in a multi-node OC4

    Hi,
    I have the following requirement:
    Users of the application can only have single (browser) session. When a user who already has a session connects again, he should no longer be allowed to access the older session.
    My proposed implementation is:
    -     After successful login – possibly using a Session Listener - an entry is made in a HashMap UserSessions that lives in the application scope. Key is the username, value is the session id (HttpSession.getId()).
    -     For every request, using a ServletFilter, we check whether the session is still in the UserSessions HashMap for the current user. If a new session has been created for the same user, the session id for that new session is in the UserSessions map and the servletfilter will not find the session. In that case, the filter should invalidate the session and forward to the user to an error page.
    However, the application will run on a multi-node OC4J cluster. I am starting to wonder:
    Will the Application Scope be shared across the cluster in a multi-node OC4J environment?
    I know session state can be shared. But what application state/scope?
    Does anyone know? Do I have to do anything special in the cluster or the application to get this to work?
    Thanks for your help.
    Lucas

    gday Lucas --
    Application scope is not replicated across JVM boundaries with OC4J.
    I'm sure this used to be described in the doc, but I can't find it now from a quick scan.
    If you wanted to use this type of pattern, you could look to use a Coherence cache as distribution mechanism to share objects across multiple JVMs/nodes.
    -steve-

  • R12 Single node to Multi-node Configuration

    Hi All!
    We have a single node setup (Applications and Database are on the same server). Now, our management decided to setup a Multi-node configuration and i'm the one who will do this.
    The plan is to use Oracle ASM and RAC for the database and for the Application is to have a multiple application servers. For the database, we will be using a minimum of 3 servers and another 3 servers for the application. Is this possible? How can this be done. Can someone point or give some link or infos on how to do this. We're going to use the existing data on the single node server.
    Thanks and Regards,
    cmadiam82

    Hi,
    We have a single node setup (Applications and Database are on the same server). Now, our management decided to setup a Multi-node configuration and i'm the one who will do this.Contratulations. This is a good oppurtunity.
    The plan is to use Oracle ASM and RAC for the database and for the Application is to have a multiple application servers. For the database, we will be using a minimum of 3 servers and another 3 servers for the application. Is this possible? How can this be done. Can someone point or give some link or infos on how to do this. We're going to use the existing data on the single node server.For a start you can read
    http://gjilevski.wordpress.com/2009/12/13/rac-enabling-ebs-12-1-1/
    http://www.appsdba.info/index.php?module=pagemaster&PAGE_user_op=view_page&PAGE_id=52&MMN_position=44:44
    http://www.appsdba.info/index.php?module=pagemaster&PAGE_user_op=view_page&PAGE_id=61&MMN_position=57:57
    Thanks

Maybe you are looking for

  • Confirming Inventory Document

    Hi, I am trying to write off stock for a particular material. As WM has been implemented  I have created a transfer order (through T-code LT01) with movement type 999 and destination storage bin INVCLR . I have created an inventory document (LI01N)fo

  • Sporadic issues while starting SOA suite

    Hi All, I Installed successfully the SOA suite and am able to do all the development in ESB and able to registered the services in ESB. some time while starting the SOA suite am seeing randomly the ESBconssle,Application server console and BPEL conso

  • How many times should the computer cycle on-off when doing a factory reset?

    I have a Toshiba A665-S6065 which can not boot.  Yesterday I tried the Auto Recovery by holding the 0 while booting, and following the default instructions.  It seemed to complete without errors.  But the computer will still not boot.  Today, when re

  • Is this website affiliated with Mozilla Firefox or is it a fake?

    I'd like to report a phishing site imitating Mozilla Firefox. It's a fake update in the 3 series of Firefox. I was on Google images and I suddenly get redirected to a page that resembles an update page for Mozilla Firefox. It tells me to update Adobe

  • Preview Pane shifted up, hiding top line of message - ideas?

    Somehow, in the last week or so, something happened to cause the previewed message to be moved up, behind the list of messages, so that the "from" party is line in the header is hidden. There is a scroll bar on the right as normal, but it won't scrol