Understanding cluster computing

Ok so I have written this program in python2.7 that runs on a desktop machine running Arch Linux. Without getting into the big details, this program takes a data-point, performs a series of mathematical manipulations, and each Process [from multiprocessing.Process] first creates what needs to be written to the database, places them in queues, takes them out in the main process, then places them into into new processes that write them to the database.
Everything is working but the new issue is the time, the number of calculations has gotten so high that a single point will take somewhere between 7 and 8 seconds to complete before it can grab a new entry. I know this doesn't sound like a lot of time but for this environment it is significant, truthfully I would like everything to be done in about .1 to .5 a second, question being, how do I get there?
I don't know anything about the world of super computing or high performance computing and there seems to be several ways to implement it, but for different reasons. I have an idea of what I do not want, I don't want to adjust the program to take on distributive computing at the application layer, I think this is an example of what I don't want.
I have a slight idea of what I do want:
1) Build a server rack, centered around a motherboard like this and components that work with it.
2) Have the OS only on the master of the cluster, basically I don't want a distribution day where I am stuck updating the distribution of each motherboard/CPU(s) combo in the cluster.
3) I like arch linux but am not married to it, so anything that will work will do.
4) That I can ssh in, do whatever commands are necessary and then just ./run.py the application and the OS, or whatever, handles the distribution of the workload across all the nodes in the cluster without the application needing any additional coding for it to make use of all that power (outside of the already used multiprocessing.Process).
I haven't read anything specific on the Arch Linux site about the OS doing this, I have read this about Gentoo and this other software that I think is its own OS called Rock. Am I on the right track looking at these two pieces of software? Anyone have anything to say about them, why one would be better suited to my purpose than the other? Or another well documented tutorial I could follow? Anyone every done anything like this already and knows exactly what software and configuration I should use? Thank you for your time.

Just to echo what jakobcreutzfeldt said, before you spend thousands of dollars on more hardware, work on optimizing the code and rewriting in C (or Fortran as suggested above - I think C has some practicality advantages without sacrificing performance, but that's another conversation).
Even if you don't know C, or don't know it well enough, you can definitely hire someone to revise/rewrite the code for much cheaper than what you'd pay for all that hardware.
Or ... use the forums and archers will compete against each other for the fastest implementation of the code for free.  Apparently we'll even test the code, and generate performance reports - all for free.  Of course I'm being mildly facetious as the code for your project may be much more complicated - but nonetheless it sonuds like a project many programmers would enjoy, so contracting someone shouldn't be hard.
Last edited by Trilby (2014-05-15 11:27:44)

Similar Messages

  • Mac Cluster computer

    A business by me is going out of business and they are getting rid of 3 G5 xserve cluster nodes. I am going to start doing some heavy processor hungry rendering on my Mac Pro 8 core now. Not wanting to use up all my processor power on my mac pro I thought about setting up a Mac cluster computer. But im worried about the fact that the cluster Nodes are G5's and and my Mac pro is Intel based and am worried about compatibility issues. Could I set up a cluster computer using this hardware? And could i set it up using only ethernet cables? (using an ethernet switch). Im new to this type of thing an understand that it will be a very hard thing to accomplish since i have no experience in this type of thing. And i just have one last question, Are there any Apps or software that would make this task easier for me to accomplish?
    Thanks,
    John

    XGrid:
    You need one modern Mac running Mac OS X Server to act as Controller. The compute nodes can be older Macs running older versions of MacOS X, or even straight-unix workstations running Open Source work-alike agents.
    http://www.apple.com/pr/library/2004/01/06Apple-Previews-Xgrid-Technology.html
    Mac OS X 10.6 Server Admin: Xgrid Overview
    100-page .pdf manual:
    Mac OS X Server v10.6 - Xgrid Administration and High Performance Computing
    EDIT: Added a few more links

  • What is  Grid and Cluster computing means ?

    Hi ,
    The following terminology is very confusing. Could you please explain. What is this means ? and how they are different from each othere, etc.
    - Cluster computing-
    - Grid computing
    - Parallel computing
    - Distributed computing
    - supercomputers or conventional supercomputers
    Thanks
    Siva

    Hans has already given an excellent reply. So I shall be just echoing the same and since it's quite early for me in the morning and it's not a weekend for me as well so my reply would be limited.
    Grid Computing: What we mean by multiple administrative domains ?As you might have read in the link given by me and also on many other links on the web, there is no defined thing like this available. It's a concept. When in 10g, this concpet finally came, it was completely not possible to define except saying this that we are going to have many servers combined which can do the work for us as like one and we don't need to know which one is working for us and which one note. I remember an example given by HJR, electricity hubs. As being a consumer, we just need to bother about this that when we switch on the tubelight, it should be on. We are really not concerned that from which transformer, the electricity is going to actually come to the tube light. And that's exactly what Grid Computing is , you need a resource, you would get it, from where, you are not supposed to know. And looking at this aspect, this is not something which started happening from 10g only except this that a formal marketing name, Grid Computing , came into the picture. Oracle's RAC(earlier called OPS) is exaclty doing the same since version 6-presenting a multi-system environment as one to you. Now, there is another concept added in it called administrative domains. Again, this IMO, is a term and with the Grid Comptuing concept getting matured, it's implementations are also becoming clear. Like in 11.2 RAC, we have got a concept of Server Pools which means , in a cluster of 4 nodes, you can divide your OLTP work on Node 1 and 2, DWH on Node 3,4. And in these server pools, you can add and remove the nodes on the fly and pools would take care of the things on their own. Now, since we have managed to seggregate the roles of operations in two different set of nodes which are still part of one single cluster, we can manage things differently. And I think that's what can be called(loosely) Administrative Domains. Again, this is just one of the many examples I think as Hasn has mentioned, the definitions would really stand correct in the right context where they are used. And it's also possible that I might have given a completely wrong picture to you as well.
    Is Clustering & Distributed computing, are the same ? Multiple computers are involved
    Clustering & Distributed computing to compute the data, then what is the difference. ?Well, no, that's not true. Clustering is combining computing power of many computers as one and use it to do "divide and rule" . And Distributed computing is where you actually do the same work divided across many machines. For example, if you would do a transaction and if it spans across many machines and when you would commit, if all would say that they are okay with what you have done, it's Distributed computing. Just many computers are there in both doesn't make them same.
    3) There is no end to this thing I guess. We are in an environment where needs, demands are growing constantly. There is no such thing that what is large, fast anymore. What you call a supercompyter today, tomorrow it may work as a normal machine. Things are becoming faster, smaller and the thirst for more is just growing . I don't think that it's something that you should be bothered much about. In the last 20years or so, there is a constant evolution happening in technology and I can't think myself where this would end and what will be the final outcome of this rat-race of "faster, larger" .
    Hope it does makes some sense and helps you.
    Aman....

  • Compressor 4.1 shared cluster computer not appearing - but slave can see master

    On my main "master" machine, I cannot see one of my shared cluster machines. However, on the particular shared cluster machine (slave) that my "master" cannot see, the slave can see the master in the list of shared computers. So, in other words, I suppose I could launch the Compressor job from the "slave" machine [since the source file is on a network drive that all machines can access], but it doesn't make any sense.
    Why can't the "master" see the "slave".
    I've tried restarting the master computer, tried turning off wifi and ethernet on the master computer, tried manually inputting the IP address and host name on the master computer in the list of shared computers by hitting the "plus" button. Also tried setting the "Use network interfaces" option to either both, ethernet only, or wi-fi only, also tried resetting the compressor queue, and trashing the Compressor preferences.
    Nothing works. What's strange is that this master computer was able to see the slave computer two weeks ago, using Compressor 4.1. Nothing has changed. They are both on the same 10.0.0.x network and subnet. The master machine can ping the slave machine.
    Any ideas?

    Just posted this in this discussion forum. Might be helpful even though its specifically for Compressor V4.0.
    Run through some of the the procedure if you are on Compressor V4.0 earlier.
    https://discussions.apple.com/thread/5781288?tstart=0
    As you're using Compressor V4.1, check the cluster and compressor logs for errors and network and file system permission errors:
    ~/Library/Logs/Compressor (new in V4.1) to see what he jobcontroller and services node are doing
    check /var/logs (system log)
    else for compressor V4.1 it seem sensitive to hardware configurations now.
    might be of some help.
    w

  • Sending me round the bend, no mail in my iCloud inbox, it asks me for ios5 it is on the iPad, also got an account, I do not understand any computer stuff stmp etc so please do not be tetchy just simple help newbie here

    This pad is so stupid, iCloud iOS5, iTunes pallet IID etc etc, I have ios5, I have an iCloudd account it will not send or receive mails in iCloud, please
    Do not be tech here, I do not even understand stmp etc, why is it not getting mail in easy steps please.

    You should be able to chat with an agent via Contact Customer Care; click on the Still need help? button.

  • Issues in understanding parallel computing in Labview

    In my data acquisistion project, I use case strructres in while loops to navigate through my entire project. Some of the while loops are:
    Producer loop 
    Consumer loop 
    Acquistion loop 
    Logging loop and so on...
    My procuder loop usually contains buttons which link to the appropriate case structure in the consumer loop via Enqueue message.vi Everything works fine untill I preform some "parallel computing". 
    For example, If I press run button which activates a case structure in Producer loop and later activates a case structure in consumer loop and goes on untill it ends up in an appropriate loop and continues to run in that loop.
    Now, if I press log button it goes through all the loops and ends up in the loop where it is intended to be. It all works fine.
    Now the issue, Sometimes these loops just hang up at a spot. They dont send message queues. They just continue the loop that was last run. Further pressing of any buttons on the GUI does nothing in the vi. I have no clue why labview behave like this. Sometimes it works if I press the button in certain sequence and that sequence does not make any sense, it was all just trail and error. The error is not even on the hardware side, as I have tested it with the simulated devices in MAX. I believe that this mostly happens when i try to run two case structures in the same loop, but I though labview can do parallel computing. what are your views on this situation?
    Labview Learner
    Solved!
    Go to Solution.

    Ashaironix wrote:
    basic question is will labview be able to handle running two case structures parallely within a same while loop. 
    Two different case structures?  Yes.  Two cases inside the same case structure?  No.
    From your description earlier, it sounds like you are having loops inside of your case structure.  If that is the case, then you are blocking your loop with the case structure from being able to check for messages.  Everything inside of a While loop must complete before it can iterate to run again.  If you have a repetitive case to run, reenqueue that state so that you can check for messages and run again when it gets dequeued.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • Home Sharing More Than One Computer

    I'm relatively new to Apple TV, but I don't understand the "Computer" tab in the main section. I setup the Apple TV with my wife's account info so when I pass over "Computer" I see her account. Last week I added my account expecting to see both accounts in the drop-down, but it seems that I have to log out and then back in to switch. There are some things on my computer that I would like to show via Apple TV, but this logging on and off of the Home Sharing is frustrating with that joy-stick dial. Did I do something wrong or is this the way it works?

    Hello WanderNotLost,
    The article linked below details some useful information and troubleshooting steps that can help resolve issues with playback on your Apple TV.
    Apple TV (2nd and 3rd generation): Troubleshooting playback performance
    http://support.apple.com/kb/TS3623
    Cheers,
    Allen

  • Should one use MPIO and/or CSV in a Windows 2012 R2 guest cluster?

    Should one use MPIO and/or CSV in a Windows 2012 R2 guest cluster using VMware ESXi 5.5 presented Fiber LUN RDMs.
    If MPIO were implemented is there a preference for HW manufacturer DISM vs. MS DISM in a guest cluster?
    What partition size/offset is recommended for the MSR partition (currently set to 1000 MB) - unfortunately seeing storage validation error with failing block write at block 2048 (which in return may be related to VMware ESXi 5.5. disk partition layout)
    The current setup works without using MPIO (question is would it help overcome the current failing persistent SCSI-3 reservation warning.)
    What were the benefit of using CSV if any in a guest cluster? The Luns in scope would eventually hold SQL data and log files.
     Thanks for your input already.
    Sassan Karai

    Hi,
    Regardless of what type of the shared storage is failover cluster have to use the shared storage, the shared storage can redirect the failed node data to others node, accordingly
    the failover cluster can get the high availability.
    From you descripted error there must you choose the VMware® unsupported storage with failover cluster, please refer the following VMware® official KB then reconfirm your topology
    design is supported.
    Third party KB:
    VMware vSphere support for Microsoft clustering solutions on VMware products
    http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1037959
    The related KB:
    Failover Clustering Hardware Requirements and Storage Options
    http://technet.microsoft.com/zh-cn/library/jj612869.aspx
    More information:
    Validate Storage Spaces Persistent Reservation Test Results with Warning
    http://blogs.msdn.com/b/clustering/archive/2013/05/24/10421247.aspx
    Understanding Cluster Validation Tests: Storage
    http://technet.microsoft.com/en-us/library/cc771259.aspx#PersistentReservation
    Shared storage for Windows Failover Cluster with MPIO
    http://blogs.technet.com/b/storageserver/archive/2011/05/31/shared-storage-for-windows-failover-cluster-with-mpio.aspx
    Hope this helps.
    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.

  • Windows 2012 Failover Cluster - File server role (vCO)

    Hi, 
    I wonder if anybody can shed some light on a query i have.
    A windows 2012 failover cluster will be built in AD domain example.uk.  Cluster File server roles will be created and will reside in this domain also.
    We also have a requirement to run a cluster file server role in the child domain off secure.example.uk.  Is this possible? or do the file server roles and related vCO's have to reside in the same domain as the cluster (CNO).
    I know the CNO can be used to create the VCO but could a prestage a VCO in the child domain of secure.example.uk.
    Mark

    Hi Mark,
    By default CNO will create 
    VCO automatically in default domain computer OU, we generally use the
    KISS principle to place the CNO and VCO to the same OU, and as far as I know there no known design document indicate the VCO can be placed in different domain, therefore I suggest you place the CNO and V CO at same OU.
    More information:
    When Creating a New Resource or Role in Windows Server 2012 R2 Failover Cluster, the Network Name Fails to Come Online or Failed to Create Associated Computer Object in Domain
    http://blogs.technet.com/b/askpfeplat/archive/2014/11/17/when-creating-a-new-resource-or-role-in-windows-server-2012-r2-failover-cluster-the-network-name-fails-to-come-online-or-failed-to-create-associated-computer-object-in-domain.aspx
    CNO Blog Series: Increasing Awareness around the Cluster Name Object (CNO)
    http://blogs.technet.com/b/askcore/archive/2012/09/25/cno-blog-series-increasing-awareness-around-the-cluster-name-object-cno.aspx
    How to Create a Cluster in a Restrictive Active Directory Environment
    http://blogs.msdn.com/b/clustering/archive/2012/03/30/10289577.aspx
    Prestage Cluster Computer Objects in Active Directory Domain Services
    https://technet.microsoft.com/en-us/library/dn466519.aspx
    I’m glad to be of help to you!
    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 Support, contact [email protected]

  • 2 node cluster windows 2008 R2 cluster won't form

    Hi,
    I'm trying to build a 2 node cluster and having no luck at all.   My validation works great but when I go to create the cluster it fails on the forming cluster section after about 2 minutes.   I seem to have everything in order and can't
    figure out the problem.   Here is what is in the cluster log.
    000010b0.00001108::2010/08/26-20:43:54.067 INFO  [CHANNEL 192.168.210.236:~59824~] graceful close, status (of previous failure, may not indicate problem) ERROR_SUCCESS(0)
    000010b0.00001108::2010/08/26-20:43:54.067 ERR   [SM] Caught GracefulClose(1226)' because of 'channel to remote endpoint 192.168.210.236:~59824~ is closed' authenticating.
    000010b0.000012d8::2010/08/26-20:43:54.067 INFO  [SV] Authentication and authorization were successful
    000010b0.000012d8::2010/08/26-20:43:54.067 DBG   [SM] SrvCtxt initialized with package Kerberos, MaxTokenSize = 12000, RequiredCtxAttrib = 133122, HandShakeTimeout = 30000
    000010b0.00001108::2010/08/26-20:43:54.067 DBG   [SM] Handling auth handshake posted by thread id 4824
    000010b0.00001108::2010/08/26-20:43:54.067 DBG   [CHANNEL 192.168.210.236:~59824~]/recv: Attempting to perform I/O on closed stream.
    000010b0.00001108::2010/08/26-20:43:54.067 DBG   [CHANNEL 192.168.210.236:~59824~] Not closing handle because it is invalid.
    000010b0.00001108::2010/08/26-20:43:54.067 INFO  [CHANNEL 192.168.210.236:~59824~] graceful close, status (of previous failure, may not indicate problem) ERROR_SUCCESS(0)
    000010b0.00001108::2010/08/26-20:43:54.067 ERR   [SM] Caught GracefulClose(1226)' because of 'channel to remote endpoint 192.168.210.236:~59824~ is closed' authenticating.
    000010b0.000012d8::2010/08/26-20:43:54.067 DBG   [CHANNEL 192.168.210.236:~59824~] Not closing handle because it is invalid.
    000010b0.0000106c::2010/08/26-20:44:52.906 INFO  [CS] Service Stopping...
    000010b0.0000106c::2010/08/26-20:44:52.906 INFO  [CORE] Node quorum state is 'Not yet formed or joined a cluster'. Form/join status with other nodes is as follows:
    000010b0.0000106c::2010/08/26-20:44:52.906 INFO  [NODE] Node 1: Farthest reported progress joining with node iQCXSQL2 (id 2) is: Authenticate Initial Connection at time 2010/08/26-20:43:54.004: status 802 [SV] Authentication failed
    000010b0.0000106c::2010/08/26-20:44:52.906 INFO  [CORE] Node 1: Proposed View is <ViewChanged joiners=() downers=(1) newView=101() oldView=001(1) joiner=false form=false/>
    000010b0.0000106c::2010/08/26-20:44:52.906 INFO  [RGP] Node 1: Stable_`0 => Opening`1
    000010b0.0000106c::2010/08/26-20:44:52.906 INFO  <class mscs::detail::ConsensusMessage>
    000010b0.0000106c::2010/08/26-20:44:52.906 INFO    <senderId> 1 </senderId>
    000010b0.0000106c::2010/08/26-20:44:52.906 INFO    <bestEpochSeen> 0 </bestEpochSeen>
    000010b0.0000106c::2010/08/26-20:44:52.906 INFO    <lastStableView> 001(1) </lastStableView>
    000010b0.0000106c::2010/08/26-20:44:52.906 INFO    <proposedView> 101() </proposedView>
    000010b0.0000106c::2010/08/26-20:44:52.906 INFO    <stage> Opening`1 </stage>
    000010b0.0000106c::2010/08/26-20:44:52.906 INFO    <inStage> () </inStage>
    000010b0.0000106c::2010/08/26-20:44:52.906 INFO    <inStagePrev> () </inStagePrev>
    000010b0.0000106c::2010/08/26-20:44:52.906 INFO    <joiners> () </joiners>
    000010b0.0000106c::2010/08/26-20:44:52.906 INFO    <trimmedNodes> (1) </trimmedNodes>
    000010b0.0000106c::2010/08/26-20:44:52.906 INFO    <innerScreen> () </innerScreen>
    000010b0.0000106c::2010/08/26-20:44:52.906 INFO    <pruningResult> () </pruningResult>
    000010b0.0000106c::2010/08/26-20:44:52.906 INFO    <matrix>
    000010b0.0000106c::2010/08/26-20:44:52.906 INFO      <ConnectivityMatrix>
    000010b0.0000106c::2010/08/26-20:44:52.906 INFO        <row id='0'00000000000000000000000000000000/>
    000010b0.0000106c::2010/08/26-20:44:52.906 INFO      </ConnectivityMatrix>
    000010b0.0000106c::2010/08/26-20:44:52.906 INFO    </matrix>
    000010b0.0000106c::2010/08/26-20:44:52.906 INFO    <gemBlob> <counted_ptr p = 'nullptr'/> </gemBlob>
    000010b0.0000106c::2010/08/26-20:44:52.906 INFO  </class mscs::detail::ConsensusMessage>
    000010b0.000006fc::2010/08/26-20:44:52.906 INFO  [RGP] Node 1: Timer Tick Started
    000010b0.0000106c::2010/08/26-20:44:52.906 DBG   [NODE] Node 1: eating message sent to the dead node 2
    000010b0.0000106c::2010/08/26-20:44:52.906 INFO  [RGP] Node 1: Just sent farewell regroup message
    000010b0.000010b8::2010/08/26-20:44:52.906 DBG   [NODE] Node 1: just about to send a message of size 0 to 1
    000010b0.000010b8::2010/08/26-20:44:52.906 DBG   [NODE] Node 1: message to node 1 sent
    000010b0.000010b8::2010/08/26-20:44:52.906 DBG   [NODE] Node 1: just about to send a message of size 361 to 1
    000010b0.000010b8::2010/08/26-20:44:52.906 DBG   [NODE] Node 1: message to node 1 sent
    000010b0.000006fc::2010/08/26-20:44:53.218 INFO  [RGP] Node 1: Timer Tick Started
    000010b0.0000106c::2010/08/26-20:44:53.420 INFO  [DM]: Shutting down, so unloading the cluster database.
    000010b0.0000106c::2010/08/26-20:44:53.420 INFO  [DM] Shutting down, so unloading the cluster database (waitForLock: true).
    000010b0.0000106c::2010/08/26-20:44:53.420 DBG   [DM] Unloading Hive, Key \Registry\Machine\Cluster, discardCurrentChanges true
    000010b0.0000106c::2010/08/26-20:44:53.420 INFO  [CS] Service Stopped...
    000010b0.0000106c::2010/08/26-20:44:53.420 INFO  [CS] About to exit service...
    Just to make sure I have given both nodes every permission under the sun.  I have tried creating the cluster computer in AD beforehand and disabling the computer and I have tried letting clustering services create the computer to no avail.  
    Please help!

    Here is the complete log Edwin.   Thank you.   
    000010b0.0000121c::2010/08/26-20:41:52.722 INFO  -----------------------------+ LOG BEGIN +-----------------------------
    000010b0.0000121c::2010/08/26-20:41:52.722 INFO  [CS] Starting clussvc as a service
    000010b0.0000121c::2010/08/26-20:41:52.722 INFO  [CS] cluster service logging level is 5
    000010b0.000012d0::2010/08/26-20:41:52.738 INFO  [CS] Creating cluster node <vector len='1'>
    000010b0.000012d0::2010/08/26-20:41:52.738 INFO      <item>ClusSvc</item>
    000010b0.000012d0::2010/08/26-20:41:52.738 INFO  </vector>
    000010b0.00000fd8::2010/08/26-20:41:52.738 INFO  [StartupConfig]: Initializing.
    000010b0.00000fd8::2010/08/26-20:41:52.738 INFO  [StartupConfig]: Local node name: iQCXSQL1.
    000010b0.00000fd8::2010/08/26-20:41:52.738 INFO  [StartupConfig]: Initializing NetFT adapter management information.
    000010b0.00000fd8::2010/08/26-20:41:52.738 INFO  [NETFT] Initializing NetFT driver manager
    000010b0.00000fd8::2010/08/26-20:41:52.738 INFO  [CORE] Initializing.
    000010b0.00000fd8::2010/08/26-20:41:52.738 INFO  [GEM] Initializing.
    000010b0.00000fd8::2010/08/26-20:41:52.738 INFO  [MM] Initializing.
    000010b0.00000fd8::2010/08/26-20:41:52.738 INFO  [MRR] Node 1: Initializing.
    000010b0.00000fd8::2010/08/26-20:41:52.738 INFO  [Causal] Node 1: Initializing.
    000010b0.00000fd8::2010/08/26-20:41:52.738 INFO  [EM] Initializing.
    000010b0.00000fd8::2010/08/26-20:41:52.738 INFO  [GUM] Node 1: Initializing.
    000010b0.00000fd8::2010/08/26-20:41:52.738 INFO  [DM] Node 1: Initializing.
    000010b0.00000fd8::2010/08/26-20:41:52.800 INFO  [CLFS] Initializing CLFS logger.
    000010b0.00000fd8::2010/08/26-20:41:52.800 DBG   [CLFS] Largest written record has size 131072 bytes
    000010b0.00000fd8::2010/08/26-20:41:52.800 DBG   [CLFS] Deleting old marshalling area.
    000010b0.00000fd8::2010/08/26-20:41:52.800 DBG   [CLFS] Marshaling area resized
    000010b0.00000fd8::2010/08/26-20:41:52.800 INFO  [TM] Initializing.
    000010b0.00000fd8::2010/08/26-20:41:52.800 INFO  [JPM] Node 1: Initializing.
    000010b0.00000fd8::2010/08/26-20:41:52.800 INFO  [VER]: Initializing.
    000010b0.00000fd8::2010/08/26-20:41:52.800 INFO  [CCM] Initializing.
    000010b0.00000fd8::2010/08/26-20:41:52.800 INFO  [FTI] Initializing.
    000010b0.00000fd8::2010/08/26-20:41:52.800 INFO  [ReM] Initializing.
    000010b0.00000fd8::2010/08/26-20:41:52.800 INFO  [HM]: Initializing.
    000010b0.00000fd8::2010/08/26-20:41:52.800 INFO  [NETFT] Starting NetFT eventing for FTI
    000010b0.00000fd8::2010/08/26-20:41:52.816 DBG   [NETFTAPI] received NsiInitialNotification
    000010b0.00000fd8::2010/08/26-20:41:52.816 DBG   [NETFTAPI] received NsiInitialNotification
    000010b0.00000fd8::2010/08/26-20:41:52.816 INFO  [NETFT] FTI NetFT event handler ready for events.
    000010b0.00000fd8::2010/08/26-20:41:52.816 INFO  [IM] Initializing.
    000010b0.00000fd8::2010/08/26-20:41:52.816 INFO  [NM] Initializing.
    000010b0.00000fd8::2010/08/26-20:41:52.816 INFO  [NSM] Initializing.
    000010b0.00000fd8::2010/08/26-20:41:52.816 INFO  [CM] Initializing.
    000010b0.00000fd8::2010/08/26-20:41:52.816 INFO  [RCM] Initializing.
    000010b0.00000fd8::2010/08/26-20:41:52.816 INFO  [QUORUM] Node 1: Initializing.
    000010b0.00000fd8::2010/08/26-20:41:52.816 INFO  [STARTUP] Node 1: startup config
    000010b0.00000fd8::2010/08/26-20:41:52.816 INFO  <StartupConfig localNodeId='1' testMode='false' newCluster='true'
    000010b0.00000fd8::2010/08/26-20:41:52.816 INFO      <ClusterName> iqcxcluster </ClusterName>
    000010b0.00000fd8::2010/08/26-20:41:52.816 INFO      <PaxosTag> 0:0:0 </PaxosTag>
    000010b0.00000fd8::2010/08/26-20:41:52.816 INFO      <ConfiguredNodes> (1 2) </ConfiguredNodes>
    000010b0.00000fd8::2010/08/26-20:41:52.816 INFO      <NodeWeights> (1 2) </NodeWeights>
    000010b0.00000fd8::2010/08/26-20:41:52.816 INFO      <Nodes>
    000010b0.00000fd8::2010/08/26-20:41:52.816 INFO          <Node name='iQCXSQL1' id='1'/>
    000010b0.00000fd8::2010/08/26-20:41:52.816 INFO          <Node name='iQCXSQL2' id='2'/>
    000010b0.00000fd8::2010/08/26-20:41:52.816 INFO      </Nodes>
    000010b0.00000fd8::2010/08/26-20:41:52.816 INFO      <LocalHiveFile> C:\Windows\Cluster\CLUSDB </LocalHiveFile>
    000010b0.00000fd8::2010/08/26-20:41:52.816 INFO      <LocalHiveKey> Cluster </LocalHiveKey>
    000010b0.00000fd8::2010/08/26-20:41:52.816 INFO      <ParametersKey> System\\CurrentControlSet\\Services\ClusSvc\Parameters </ParametersKey>
    000010b0.00000fd8::2010/08/26-20:41:52.816 INFO      <Virtual IPv6> fe80::c14f:8b1f:d265:9b42%22:~3343~ </Virtual IPv6>
    000010b0.00000fd8::2010/08/26-20:41:52.816 INFO      <Virtual IPv4> 169.254.1.247:~3343~ </Virtual IPv4>
    000010b0.00000fd8::2010/08/26-20:41:52.816 INFO      <NoVersionCheck> false </NoVersionCheck>
    000010b0.00000fd8::2010/08/26-20:41:52.816 INFO      <Cookie> 3529ace1-67e4-4107-8940-c725883fab51 </Cookie>
    000010b0.00000fd8::2010/08/26-20:41:52.816 INFO      <ClusterGuid> d4a97f31-178f-4726-993c-c0c5ff8407dc </ClusterGuid>
    000010b0.00000fd8::2010/08/26-20:41:52.816 INFO      <RetainNetFTConnSecurity> false </RetainNetFTConnSecurity>
    000010b0.00000fd8::2010/08/26-20:41:52.816 INFO  </StartupConfig>
    000010b0.000012d0::2010/08/26-20:41:52.816 INFO  [CS] Node object creation completed.
    000010b0.000012d0::2010/08/26-20:41:52.816 INFO  [CS] Starting cluster node
    000010b0.000012d0::2010/08/26-20:41:52.816 INFO  [CS] Cluster Service started
    000010b0.000012d0::2010/08/26-20:41:52.816 INFO  [CS] The current time is 2010/08/26-16:41:52.816
    000010b0.000012d0::2010/08/26-20:41:52.816 INFO  [CS] Using virtual IPv6 Address fe80::c14f:8b1f:d265:9b42%22:~3343~
    000010b0.000012d0::2010/08/26-20:41:52.816 INFO  [CS] Using virtual IPv4 Address 169.254.1.247:~3343~
    000010b0.000012d0::2010/08/26-20:41:52.816 INFO  [CS] Max Licensed nodes is set 16
    000010b0.000012d0::2010/08/26-20:41:52.816 INFO  [NETFT] Disabling IP autoconfiguration on the NetFT adapter.
    000010b0.000012d0::2010/08/26-20:41:52.816 INFO  [NETFT] Disabling DHCP on the NetFT adapter.
    000010b0.000012d0::2010/08/26-20:41:52.816 DBG   [NETFT] Disabling DHCP on NetFT interface name ethernet_2.
    000010b0.000012d0::2010/08/26-20:41:52.816 INFO  [CS] Starting DM
    000010b0.000012d0::2010/08/26-20:41:52.816 INFO  [DM] Node 1: Reading quorum config
    000010b0.000012d0::2010/08/26-20:41:52.816 INFO  [DM] Node 1: new cluster. generating new hive
    000010b0.000012d0::2010/08/26-20:41:52.816 DBG   [DM] Unloading Hive, Key \Registry\Machine\Cluster, discardCurrentChanges true
    000010b0.000012d8::2010/08/26-20:41:52.816 DBG   [NETFTAPI] received NsiAddInstance  for 169.254.1.247
    000010b0.000010a0::2010/08/26-20:41:52.816 INFO  [CS] Disabling connection security.
    000010b0.000012d0::2010/08/26-20:41:52.816 INFO  [DM] Key \Registry\Machine\Cluster does not appear to be loaded (status STATUS_OBJECT_NAME_NOT_FOUND(c0000034))
    000010b0.000012d0::2010/08/26-20:41:52.816 DBG   [DM] Unloading Hive, Key \Registry\Machine\Cluster, discardCurrentChanges true
    000010b0.000012d0::2010/08/26-20:41:52.816 INFO  [DM] Key \Registry\Machine\Cluster does not appear to be loaded (status STATUS_OBJECT_NAME_NOT_FOUND(c0000034))
    000010b0.000012d0::2010/08/26-20:41:52.816 DBG   [DM] Creating Hive, Key Cluster, FilePath C:\Windows\Cluster\CLUSDB
    000010b0.000010a0::2010/08/26-20:41:52.816 INFO  [NETFT] Adding connection security permit filters for the NetFT adapter.
    000010b0.000010a0::2010/08/26-20:41:52.816 INFO  [NETFT] Adding FWPM filter Failover Cluster Permit Inbound Transport IPv4
    000010b0.000010a0::2010/08/26-20:41:52.831 INFO  [NETFT] Adding FWPM filter Failover Cluster Permit Inbound Transport IPv6
    000010b0.000010a0::2010/08/26-20:41:52.831 INFO  [NETFT] Adding FWPM filter Failover Cluster Permit Outbound Transport IPv4
    000010b0.000010a0::2010/08/26-20:41:52.831 INFO  [NETFT] Adding FWPM filter Failover Cluster Permit Outbound Transport IPv6
    000010b0.000010a0::2010/08/26-20:41:52.831 INFO  [NETFT] Adding FWPM filter Failover Cluster Permit ALE Accept IPv4 Universal
    000010b0.000010a0::2010/08/26-20:41:52.831 INFO  [NETFT] Adding FWPM filter Failover Cluster Permit ALE Accept IPv6 Universal
    000010b0.000010a0::2010/08/26-20:41:52.831 INFO  [NETFT] Adding FWPM filter Failover Cluster Permit ALE Accept IPv4 LIPS
    000010b0.000010a0::2010/08/26-20:41:52.831 INFO  [NETFT] Adding FWPM filter Failover Cluster Permit ALE Accept IPv6 LIPS
    000010b0.000010a0::2010/08/26-20:41:52.831 DBG   [CS] Done with connection security
    000010b0.000012d0::2010/08/26-20:41:52.847 DBG   [DM] Saving temp Hive
    000010b0.000012d0::2010/08/26-20:41:52.847 DBG   [DM] Unloading temp Hive
    000010b0.000012d0::2010/08/26-20:41:52.847 DBG   [DM] Deleting temp Hive
    000010b0.000012d0::2010/08/26-20:41:52.847 INFO  [DM] Loading Hive, Key Cluster, FilePath C:\Windows\Cluster\CLUSDB
    000010b0.000012d0::2010/08/26-20:41:52.878 INFO  [DM] Paxos Tag Read from Hive: 0:0:0
    000010b0.000012d0::2010/08/26-20:41:52.878 DBG   [DM] Beginning transaction
    000010b0.000012d0::2010/08/26-20:41:52.878 INFO  [QUORUM] unique node id for new node 1 is 00000000-0000-0000-0000-000000000001
    000010b0.000012d0::2010/08/26-20:41:52.878 INFO  [QUORUM] unique node id for new node 2 is 00000000-0000-0000-0000-000000000002
    000010b0.000012d0::2010/08/26-20:41:52.878 DBG   [CLFS] Deleting old marshalling area.
    000010b0.000012d0::2010/08/26-20:41:52.878 DBG   [CLFS] Marshaling area resized
    000010b0.000012d0::2010/08/26-20:41:52.878 DBG   [CLFS] Logger wrote 2820 bytes
    000010b0.000012d0::2010/08/26-20:41:52.878 DBG   [DM] Committed transaction 0:0:1
    000010b0.000012d0::2010/08/26-20:41:52.894 INFO  [DM] Populating StartupConfig data from local hive.
    000010b0.000012d0::2010/08/26-20:41:52.894 INFO  [DM] Node 1: startup configuration loaded:
    000010b0.000012d0::2010/08/26-20:41:52.894 INFO  <StartupConfig localNodeId='1' testMode='false' newCluster='true'
    000010b0.000012d0::2010/08/26-20:41:52.894 INFO      <ClusterName> iqcxcluster </ClusterName>
    000010b0.000012d0::2010/08/26-20:41:52.894 INFO      <PaxosTag> 0:0:1 </PaxosTag>
    000010b0.000012d0::2010/08/26-20:41:52.894 INFO      <ConfiguredNodes> (1 2) </ConfiguredNodes>
    000010b0.000012d0::2010/08/26-20:41:52.894 INFO      <NodeWeights> (1 2) </NodeWeights>
    000010b0.000012d0::2010/08/26-20:41:52.894 INFO      <Nodes>
    000010b0.000012d0::2010/08/26-20:41:52.894 INFO          <Node name='iQCXSQL1' id='1'/>
    000010b0.000012d0::2010/08/26-20:41:52.894 INFO          <Node name='iQCXSQL2' id='2'/>
    000010b0.000012d0::2010/08/26-20:41:52.894 INFO      </Nodes>
    000010b0.000012d0::2010/08/26-20:41:52.894 INFO      <LocalHiveFile> C:\Windows\Cluster\CLUSDB </LocalHiveFile>
    000010b0.000012d0::2010/08/26-20:41:52.894 INFO      <LocalHiveKey> Cluster </LocalHiveKey>
    000010b0.000012d0::2010/08/26-20:41:52.894 INFO      <ParametersKey> System\\CurrentControlSet\\Services\ClusSvc\Parameters </ParametersKey>
    000010b0.000012d0::2010/08/26-20:41:52.894 INFO      <Virtual IPv6> fe80::c14f:8b1f:d265:9b42%22:~3343~ </Virtual IPv6>
    000010b0.000012d0::2010/08/26-20:41:52.894 INFO      <Virtual IPv4> 169.254.1.247:~3343~ </Virtual IPv4>
    000010b0.000012d0::2010/08/26-20:41:52.894 INFO      <NoVersionCheck> false </NoVersionCheck>
    000010b0.000012d0::2010/08/26-20:41:52.894 INFO      <Cookie> 3529ace1-67e4-4107-8940-c725883fab51 </Cookie>
    000010b0.000012d0::2010/08/26-20:41:52.894 INFO      <ClusterGuid> d4a97f31-178f-4726-993c-c0c5ff8407dc </ClusterGuid>
    000010b0.000012d0::2010/08/26-20:41:52.894 INFO      <RetainNetFTConnSecurity> false </RetainNetFTConnSecurity>
    000010b0.000012d0::2010/08/26-20:41:52.894 INFO  </StartupConfig>
    000010b0.000012d0::2010/08/26-20:41:52.894 INFO  [CS] Starting MM
    000010b0.000012d0::2010/08/26-20:41:52.894 INFO  [MM] Starting.
    000010b0.000012d0::2010/08/26-20:41:52.894 INFO  [GEM] Node 1: Resume (newView = 001(1), previousView = 000())
    000010b0.000012d0::2010/08/26-20:41:52.894 DBG   [GEM] Node 1: SendNextMessage
    000010b0.000012d0::2010/08/26-20:41:52.894 DBG   [GEM] Node 1: No more messages in queue
    000010b0.000012d0::2010/08/26-20:41:52.894 INFO  [StartupConfig] Writing new StartupConfig entries to ObjectManager
    000010b0.000012d0::2010/08/26-20:41:52.894 DBG   [StartupConfig] Writing node iQCXSQL2 (id = 2) to ObjectManager
    000010b0.000012d0::2010/08/26-20:41:52.894 INFO  [QUORUM] unique node id for new node 2 is 00000000-0000-0000-0000-000000000002
    000010b0.000012d0::2010/08/26-20:41:52.894 INFO  [MQ-iQCXSQL2] Starting
    000010b0.000012d0::2010/08/26-20:41:52.894 INFO  [MQ-iQCXSQL2] Clearing 0 unsent and 0 unacknowledged messages.
    000010b0.000012d0::2010/08/26-20:41:52.894 INFO  <ObjectManager>
    000010b0.000012d0::2010/08/26-20:41:52.894 INFO    <ROOT id='.root' name='.root'>
    000010b0.000012d0::2010/08/26-20:41:52.894 INFO      <GEMA id='GemAgent' name='GemAgent1'/>
    000010b0.000012d0::2010/08/26-20:41:52.894 INFO      <MRRA id='MrrAgent1' name='MrrAgent1'/>
    000010b0.000012d0::2010/08/26-20:41:52.894 INFO      <CAUS id='CausalAgent' name='CausalAgent'/>
    000010b0.000012d0::2010/08/26-20:41:52.894 INFO      <EVTM id='EventManager' name='EventManager'/>
    000010b0.000012d0::2010/08/26-20:41:52.894 INFO      <GUMA id='GumAgent1' name='GumAgent1'/>
    000010b0.000012d0::2010/08/26-20:41:52.894 INFO      <JPMA id='JpmAgent' name='JpmAgent'/>
    000010b0.000012d0::2010/08/26-20:41:52.894 INFO      <IMSC id='[IM-1] ' name='[IM-1] '/>
    000010b0.000012d0::2010/08/26-20:41:52.894 INFO      <RPCS id='[RPC-1] ' name='[RPC-1] '/>
    000010b0.000012d0::2010/08/26-20:41:52.894 INFO      <RCMA id='RcmAgent' name='RcmAgent'/>
    000010b0.000012d0::2010/08/26-20:41:52.894 INFO      <QRMA id='QuorumAgent1' name='QuorumAgent1'/>
    000010b0.000012d0::2010/08/26-20:41:52.894 INFO      <DCMA id='DcmAgent' name='DcmAgent'/>
    000010b0.000012d0::2010/08/26-20:41:52.894 INFO      <VSSR id='Cluster VSS Writer' name='Cluster VSS Writer'/>
    000010b0.000012d0::2010/08/26-20:41:52.894 INFO      <CLUS id='iqcxcluster' name='iqcxcluster'/>
    000010b0.000012d0::2010/08/26-20:41:52.894 INFO      <DEAD id='.Dead' name='.Dead'>
    000010b0.000012d0::2010/08/26-20:41:52.894 INFO        <NODE id='2' name='iQCXSQL2'/>
    000010b0.000012d0::2010/08/26-20:41:52.894 INFO      </DEAD>
    000010b0.000012d0::2010/08/26-20:41:52.894 INFO      <LIVE id='.Live' name='.Live'/>
    000010b0.000012d0::2010/08/26-20:41:52.894 INFO      <JOIN id='.Joiners' name='.Joiners'/>
    000010b0.000012d0::2010/08/26-20:41:52.894 INFO      <MBRA id='MembershipAgent' name='MembershipAgent'/>
    000010b0.000012d0::2010/08/26-20:41:52.894 INFO    </ROOT>
    000010b0.000012d0::2010/08/26-20:41:52.894 INFO  </ObjectManager>
    000010b0.000012d0::2010/08/26-20:41:52.894 INFO  [MM] Node 1: got a network stream to 1. Creating new NodeObject
    000010b0.000012d0::2010/08/26-20:41:52.894 INFO  [QUORUM] unique node id for new node 1 is 00000000-0000-0000-0000-000000000001
    000010b0.000012d0::2010/08/26-20:41:52.894 INFO  [MQ-iQCXSQL1] Starting
    000010b0.000012d0::2010/08/26-20:41:52.894 INFO  [MQ-iQCXSQL1] Clearing 0 unsent and 0 unacknowledged messages.
    000010b0.000012d0::2010/08/26-20:41:52.894 INFO  [NODE] Node 1: n1 node object adding stream
    000010b0.000012d0::2010/08/26-20:41:52.894 DBG   [NODE] Node 1: n1 node object got a channel
    000010b0.000012d0::2010/08/26-20:41:52.894 INFO  [NODE] Node 1: Highest version with n1 = Major 0 Minor 0 Upgrade 0 ClusterVersion 0x00000000, lowest = Major 0 Minor 0 Upgrade 0 ClusterVersion 0x00000000
    000010b0.000012d0::2010/08/26-20:41:52.894 INFO  [NODE] Node 1: Done processing new stream to n1.
    000010b0.00000e50::2010/08/26-20:41:52.894 INFO  [PULLER iQCXSQL1] Just about to start reading from <LoopbackStream name='iQCXSQL1'/>
    000010b0.000012d0::2010/08/26-20:41:52.894 INFO  [CS] Starting QM
    000010b0.000012d0::2010/08/26-20:41:52.894 DBG   [NETFT] Halt Notification set
    000010b0.000012d0::2010/08/26-20:41:52.894 INFO  [CS] Starting TM
    000010b0.000012d0::2010/08/26-20:41:52.894 INFO  [NETFT] Starting NetFT eventing for TM
    000010b0.000012d0::2010/08/26-20:41:52.894 INFO  [NETFT] TM NetFT event handler ready for events.
    000010b0.000012d0::2010/08/26-20:41:52.894 INFO  [CS] Starting IM
    000010b0.000012d0::2010/08/26-20:41:52.894 INFO  [NETFT] Starting NetFT eventing for IM
    000010b0.000012d0::2010/08/26-20:41:52.894 INFO  [NETFT] IM NetFT event handler ready for events.
    000010b0.000012d0::2010/08/26-20:41:52.894 INFO  [CS] Starting NM
    000010b0.000012d0::2010/08/26-20:41:52.894 INFO  [CS] Starting api server
    000010b0.000012d0::2010/08/26-20:41:52.894 INFO  [API] Api Onlined
    000010b0.000012d0::2010/08/26-20:41:52.894 INFO  [API] UseProtseq ncalrpc => 0
    000010b0.000012d0::2010/08/26-20:41:52.894 INFO  [API] UseProtseq ncadg_ip_tcp => 0
    000010b0.000012d0::2010/08/26-20:41:52.894 INFO  [API] InqBindings => 0
    000010b0.000012d0::2010/08/26-20:41:52.894 INFO  [API] RpcEpRegister => 0
    000010b0.000012d0::2010/08/26-20:41:52.894 INFO  [API] RpcServerRegister => 0
    000010b0.000012d0::2010/08/26-20:41:52.894 INFO  [API] Initializing
    000010b0.000012d0::2010/08/26-20:41:52.894 INFO  [API] Adding Mgmt API SPNs to node's Computer Object
    000010b0.000012d0::2010/08/26-20:41:52.972 INFO  [API] Successfully added Mgmt API SPNs to node's Computer Object
    000010b0.000012d0::2010/08/26-20:41:52.972 ERR   [API] DmQueryString failed to retrieve the security   descriptor status 2, default security descriptor will be used for authorizing client connections
    000010b0.000012d0::2010/08/26-20:41:52.972 INFO  [API] Successfully built the default cluster SD.
    000010b0.000012d0::2010/08/26-20:41:52.972 INFO  [CS] Bringing API Online
    000010b0.000012d0::2010/08/26-20:41:52.972 INFO  [CORE] Node 1: New View is <ViewChanged joiners=(1) downers=() newView=001(1) oldView=000() joiner=true form=true/> (Start Dispatch)
    000010b0.000012d0::2010/08/26-20:41:52.972 INFO  [MRR] Node 1: Process view 001(1)
    000010b0.000012d0::2010/08/26-20:41:52.972 INFO  [RCM] rcm::RcmAgent::ProcessView: Ignoring view change (won't attempt to move orphaned groups), since I'm not in RCM view yet.
    000010b0.000012d0::2010/08/26-20:41:52.972 DBG   [GEM] Node 1: message added to send queue
    000010b0.000012d0::2010/08/26-20:41:52.972 DBG   [GEM] Node 1: SendNextMessage
    000010b0.000012d0::2010/08/26-20:41:52.972 DBG   [GEM] Node 1: delivering message 1:1
    000010b0.000012d0::2010/08/26-20:41:52.972 INFO  [CORE] EmitReadyForState for node 1
    000010b0.000012d0::2010/08/26-20:41:52.972 INFO  [CORE] Issuing NeedStateViewChanged((1))
    000010b0.000012d0::2010/08/26-20:41:52.972 DBG   [GEM] Node 1: ProcessAck from node 1 (already acked ())
    000010b0.000012d0::2010/08/26-20:41:52.972 DBG   [GEM] Node 1: SendNextMessage
    000010b0.000012d0::2010/08/26-20:41:52.972 DBG   [GEM] Node 1: No more messages in queue
    000010b0.000012d0::2010/08/26-20:41:52.972 DBG   [NODE] Node 1: eating message sent to the dead node 2
    000010b0.000012d0::2010/08/26-20:41:52.972 INFO  [QUORUM] Node 1: I am the form/join coordinator (offline and lowest number node). Launching worker to request quorum config from other nodes
    000010b0.000012d0::2010/08/26-20:41:52.972 DBG   [MRR] Node 1: insert request record for RID 1
    000010b0.000012d0::2010/08/26-20:41:52.972 DBG   [MRR] SendRequest(<message action='qrm/request-info' GemId='0' target='QRMA' sender='-1'mrr='1'/>)
    000010b0.000012d0::2010/08/26-20:41:52.972 DBG   [CORE] Node 1: sending qrm/request-info to QRMA at iQCXSQL1
    000010b0.000010b8::2010/08/26-20:41:52.972 DBG   [NODE] Node 1: just about to send a message of size 109 to 1
    000010b0.000012d0::2010/08/26-20:41:52.972 INFO  [CORE] Node 1: New View is <ViewChanged joiners=(1) downers=() newView=001(1) oldView=000() joiner=true form=true/> (Stop Dispatch)
    000010b0.000012d0::2010/08/26-20:41:52.972 INFO  [CS] Starting HM Server
    000010b0.000010b8::2010/08/26-20:41:52.972 DBG   [NODE] Node 1: message to node 1 sent
    000010b0.000012d0::2010/08/26-20:41:52.972 INFO  [NODE] Node 1: New join with n2: stage: 'Listen for Connection'
    000010b0.000012d0::2010/08/26-20:41:52.972 INFO  [CS] Starting JPM (attempting connections to other cluster nodes)
    000010b0.000012d0::2010/08/26-20:41:52.972 DBG   [JPM] Node 1: Dead node mentioned iQCXSQL1
    000010b0.000012d0::2010/08/26-20:41:52.972 DBG   [JPM] Node 1: Dead node mentioned iQCXSQL2
    000010b0.000012d0::2010/08/26-20:41:52.972 INFO  [CS] Subscribing for VSS requests
    000010b0.000012d0::2010/08/26-20:41:52.972 INFO  [VSS] Initializing Cluster VSS Writer at the command of the VSS framework.
    000010b0.00000e50::2010/08/26-20:41:52.972 INFO  [QUORUM] Node 1: received request for quorum info. Replying with quorum state <QuorumConfig tag='0:0:1' set='(1 2)' weights='(1 2)'/>
    000010b0.00000e50::2010/08/26-20:41:52.972 DBG   [CORE] Node 1: sending mrr/reply to MRRA at iQCXSQL1
    000010b0.000010b8::2010/08/26-20:41:52.972 DBG   [NODE] Node 1: just about to send a message of size 0 to 1
    000010b0.000010b8::2010/08/26-20:41:52.972 DBG   [NODE] Node 1: message to node 1 sent
    000010b0.000012d8::2010/08/26-20:41:52.972 DBG   [JPM] Node 1: Building contact data for node iQCXSQL2.
    000010b0.000010b8::2010/08/26-20:41:52.972 DBG   [NODE] Node 1: just about to send a message of size 278 to 1
    000010b0.000010b8::2010/08/26-20:41:52.972 DBG   [NODE] Node 1: message to node 1 sent
    000010b0.000012d8::2010/08/26-20:41:52.972 INFO  [JPM] Node 1: Scheduling DNS query for node name iQCXSQL2
    000010b0.000012d8::2010/08/26-20:41:52.972 DBG   [JPM] Node 1: no valid contact endpoints yet for node iQCXSQL2.
    000010b0.00000e50::2010/08/26-20:41:52.972 DBG   [MRR] Node 1: processing reply <message action='mrr/reply' GemId='0' target='MRRA' sender='1'mrr='1'/>
    000010b0.00000e50::2010/08/26-20:41:52.972 DBG   [MRR] Node 1: Request RID 1 is completed
    000010b0.0000119c::2010/08/26-20:41:52.972 INFO  [QUORUM] Node 1: setting next best epoch to 0
    000010b0.0000119c::2010/08/26-20:41:52.972 DBG   [QC] Calculating quorum: Configured nodes count = 2, Node weights count = 2, Quorum witness configured = false, Intersection count = 1
    000010b0.0000119c::2010/08/26-20:41:52.972 INFO  [QUORUM] Node 1: Coordinator: no quorum yet. do nothing
    000010b0.000012d8::2010/08/26-20:41:52.972 INFO  [JPM] Node 1: Found possible contact address 192.168.210.236:~0~ for node iQCXSQL2 via DNS.
    000010b0.000012d0::2010/08/26-20:41:52.987 INFO  [CS] Starting the Watchdog Monitor
    000010b0.000012d0::2010/08/26-20:41:52.987 INFO  [WM] Monitoring the kernel-mode watchdog.
    000010b0.000012d0::2010/08/26-20:41:52.987 INFO  [CS] Reporting to SCM that cluster service has started.
    000010b0.000012d8::2010/08/26-20:41:53.019 INFO  [NM] Received request from client address ::1.
    000010b0.000012d8::2010/08/26-20:41:53.019 DBG   [API] Authenticated client--Client: IQCX\iqcxsql1 Interface: b97db8b2-4c63-11cf-bff6-08002be23f2f Server:
    [email protected] Level: RPC_C_AUTHN_LEVEL_PKT_PRIVACY Service: RPC_C_AUTHN_WINNT Protocol Sequence: ncacn_ip_tcp Client Address: ::1 Network Option: .
    000010b0.0000119c::2010/08/26-20:41:53.986 DBG   [JPM] Node 1: contacts size for node iQCXSQL2 is 1, current index 0
    000010b0.0000119c::2010/08/26-20:41:53.986 DBG   [JPM] Node 1: Trying to connect to node iQCXSQL2 (IP: 192.168.210.236:~0~)
    000010b0.0000119c::2010/08/26-20:41:53.986 DBG   [HM] Trying to connect to iQCXSQL2 at 192.168.210.236:~3343~
    000010b0.000012d8::2010/08/26-20:41:53.986 INFO  [CONNECT] 192.168.210.236:~3343~: Established connection to remote endpoint 192.168.210.236:~3343~.
    000010b0.000012d8::2010/08/26-20:41:53.986 INFO  [NODE] Node 1: New join with n2: stage: 'Attempt Initial Connection'
    000010b0.000012d8::2010/08/26-20:41:53.986 INFO  [SV] Securing route from (192.168.210.239:~49538~) to remote iQCXSQL2 (192.168.210.236:~3343~).
    000010b0.000012d8::2010/08/26-20:41:53.986 INFO  [SV] Got a new outgoing stream to iQCXSQL2 at 192.168.210.236:~3343~
    000010b0.000012d8::2010/08/26-20:41:53.986 DBG   [SM] Joiner: Initialized with SPN = iQCXSQL2, Package = Kerberos, RequiredCtxAttrib = 83990, HandShakeTimeout = 30000
    000010b0.000013f0::2010/08/26-20:41:53.986 DBG   [SM] Handling auth handshake posted by thread id 4824
    000010b0.000013f0::2010/08/26-20:41:53.986 DBG   [SM] Joiner: ISC returned status = 590610 output Blob size 1388
    000010b0.000013f0::2010/08/26-20:41:53.986 DBG   [SM] Joiner: Received SSPI blob from the Sponsor of size 96
    000010b0.000013f0::2010/08/26-20:41:53.986 DBG   [SM] Joiner: ISC returned status = 590610 output Blob size 1388
    000010b0.000013f0::2010/08/26-20:41:53.986 DBG   [SM] Joiner: Received SSPI blob from the Sponsor of size 96
    000010b0.000013f0::2010/08/26-20:41:53.986 DBG   [SM] Joiner: ISC returned status = -2146893022 output Blob size 12000
    000010b0.000012d8::2010/08/26-20:41:53.986 INFO  [NODE] Node 1: New join with n2: stage: 'Authenticate Initial Connection' status HrError(0x80090322) reason: '[SV] Authentication failed'
    000010b0.000012d8::2010/08/26-20:41:53.986 DBG   [CHANNEL 192.168.210.236:~3343~] Close().
    000010b0.000012d8::2010/08/26-20:41:53.986 WARN  cxl::ConnectWorker::operator (): HrError(0x80090322)' because of '[SV] Authentication or Authorization Failed'
    000010b0.00000ea8::2010/08/26-20:41:54.048 INFO  [ACCEPT] 0.0.0.0:~3343~: Accepted inbound connection from remote endpoint 192.168.210.236:~59820~.
    000010b0.000012d8::2010/08/26-20:41:54.048 INFO  [SV] Securing route from (192.168.210.239:~3343~) to remote  (192.168.210.236:~59820~).
    000010b0.000012d8::2010/08/26-20:41:54.048 INFO  [SV] Got a new incoming stream from 192.168.210.236:~59820~
    000010b0.000012d8::2010/08/26-20:41:54.048 DBG   [SM] SrvCtxt initialized with package Kerberos, MaxTokenSize = 12000, RequiredCtxAttrib = 165910, HandShakeTimeout = 30000
    000010b0.00001108::2010/08/26-20:41:54.048 DBG   [SM] Handling auth handshake posted by thread id 4824
    000010b0.00001108::2010/08/26-20:41:54.048 DBG   [SM] Sponsor: Received SSPI blob from the Joiner of size 1411
    000010b0.00001108::2010/08/26-20:41:54.048 DBG   [SM] Sponsor: SSPI ASC returned status = 590610
    000010b0.00001108::2010/08/26-20:41:54.048 DBG   [SM] Sponsor: Sending SSPI blob of size 96 to Joiner
    000010b0.00001108::2010/08/26-20:41:54.048 DBG   [SM] Sponsor: Received SSPI blob from the Joiner of size 1411
    000010b0.00001108::2010/08/26-20:41:54.048 DBG   [SM] Sponsor: SSPI ASC returned status = 590610
    000010b0.00001108::2010/08/26-20:41:54.048 DBG   [SM] Sponsor: Sending SSPI blob of size 96 to Joiner
    000010b0.00001108::2010/08/26-20:41:54.048 DBG   [SM] Sponsor: Received SSPI blob from the Joiner of size 12000
    000010b0.00001108::2010/08/26-20:41:54.048 DBG   [SM] Sponsor: SSPI ASC returned status = 590610
    000010b0.00001108::2010/08/26-20:41:54.048 DBG   [SM] Sponsor: Sending SSPI blob of size 115 to Joiner
    000010b0.00001108::2010/08/26-20:41:54.048 DBG   [CHANNEL 192.168.210.236:~59820~] Close().
    000010b0.00001108::2010/08/26-20:41:54.048 INFO  [CHANNEL 192.168.210.236:~59820~] graceful close, status (of previous failure, may not indicate problem) ERROR_SUCCESS(0)
    000010b0.00001108::2010/08/26-20:41:54.048 ERR   [SM] Caught GracefulClose(1226)' because of 'channel to remote endpoint 192.168.210.236:~59820~ is closed' authenticating.
    000010b0.000012d8::2010/08/26-20:41:54.048 INFO  [SV] Authentication and authorization were successful
    000010b0.000012d8::2010/08/26-20:41:54.048 DBG   [SM] SrvCtxt initialized with package Kerberos, MaxTokenSize = 12000, RequiredCtxAttrib = 133122, HandShakeTimeout = 30000
    000010b0.00001108::2010/08/26-20:41:54.048 DBG   [SM] Handling auth handshake posted by thread id 4824
    000010b0.00001108::2010/08/26-20:41:54.048 DBG   [CHANNEL 192.168.210.236:~59820~]/recv: Attempting to perform I/O on closed stream.
    000010b0.00001108::2010/08/26-20:41:54.048 DBG   [CHANNEL 192.168.210.236:~59820~] Not closing handle because it is invalid.
    000010b0.00001108::2010/08/26-20:41:54.048 INFO  [CHANNEL 192.168.210.236:~59820~] graceful close, status (of previous failure, may not indicate problem) ERROR_SUCCESS(0)
    000010b0.00001108::2010/08/26-20:41:54.048 ERR   [SM] Caught GracefulClose(1226)' because of 'channel to remote endpoint 192.168.210.236:~59820~ is closed' authenticating.
    000010b0.000012d8::2010/08/26-20:41:54.048 DBG   [CHANNEL 192.168.210.236:~59820~] Not closing handle because it is invalid.
    000010b0.00001310::2010/08/26-20:42:53.995 DBG   [JPM] Node 1: contacts size for node iQCXSQL2 is 1, current index 0
    000010b0.00001310::2010/08/26-20:42:53.995 DBG   [JPM] Node 1: Trying to connect to node iQCXSQL2 (IP: 192.168.210.236:~0~)
    000010b0.00001310::2010/08/26-20:42:53.995 DBG   [HM] Trying to connect to iQCXSQL2 at 192.168.210.236:~3343~
    000010b0.00001310::2010/08/26-20:42:53.995 INFO  [CONNECT] 192.168.210.236:~3343~: Established connection to remote endpoint 192.168.210.236:~3343~.
    000010b0.00001310::2010/08/26-20:42:53.995 INFO  [SV] Securing route from (192.168.210.239:~49561~) to remote iQCXSQL2 (192.168.210.236:~3343~).
    000010b0.00001310::2010/08/26-20:42:53.995 INFO  [SV] Got a new outgoing stream to iQCXSQL2 at 192.168.210.236:~3343~
    000010b0.00001310::2010/08/26-20:42:53.995 DBG   [SM] Joiner: Initialized with SPN = iQCXSQL2, Package = Kerberos, RequiredCtxAttrib = 83990, HandShakeTimeout = 30000
    000010b0.000013f0::2010/08/26-20:42:53.995 DBG   [SM] Handling auth handshake posted by thread id 4880
    000010b0.000013f0::2010/08/26-20:42:53.995 DBG   [SM] Joiner: ISC returned status = 590610 output Blob size 1388
    000010b0.000013f0::2010/08/26-20:42:53.995 DBG   [SM] Joiner: Received SSPI blob from the Sponsor of size 96
    000010b0.000013f0::2010/08/26-20:42:53.995 DBG   [SM] Joiner: ISC returned status = 590610 output Blob size 1388
    000010b0.000013f0::2010/08/26-20:42:53.995 DBG   [SM] Joiner: Received SSPI blob from the Sponsor of size 96
    000010b0.000013f0::2010/08/26-20:42:53.995 DBG   [SM] Joiner: ISC returned status = -2146893022 output Blob size 12000
    000010b0.00001310::2010/08/26-20:42:53.995 INFO  [NODE] Node 1: New join with n2: stage: 'Authenticate Initial Connection' status HrError(0x80090322) reason: '[SV] Authentication failed'
    000010b0.00001310::2010/08/26-20:42:53.995 DBG   [CHANNEL 192.168.210.236:~3343~] Close().
    000010b0.00001310::2010/08/26-20:42:53.995 WARN  cxl::ConnectWorker::operator (): HrError(0x80090322)' because of '[SV] Authentication or Authorization Failed'
    000010b0.00000ea8::2010/08/26-20:42:54.057 INFO  [ACCEPT] 0.0.0.0:~3343~: Accepted inbound connection from remote endpoint 192.168.210.236:~59822~.
    000010b0.00001310::2010/08/26-20:42:54.057 INFO  [SV] Securing route from (192.168.210.239:~3343~) to remote  (192.168.210.236:~59822~).
    000010b0.00001310::2010/08/26-20:42:54.057 INFO  [SV] Got a new incoming stream from 192.168.210.236:~59822~
    000010b0.00001310::2010/08/26-20:42:54.057 DBG   [SM] SrvCtxt initialized with package Kerberos, MaxTokenSize = 12000, RequiredCtxAttrib = 165910, HandShakeTimeout = 30000
    000010b0.00001108::2010/08/26-20:42:54.057 DBG   [SM] Handling auth handshake posted by thread id 4880
    000010b0.00001108::2010/08/26-20:42:54.057 DBG   [SM] Sponsor: Received SSPI blob from the Joiner of size 1411
    000010b0.00001108::2010/08/26-20:42:54.057 DBG   [SM] Sponsor: SSPI ASC returned status = 590610
    000010b0.00001108::2010/08/26-20:42:54.057 DBG   [SM] Sponsor: Sending SSPI blob of size 96 to Joiner
    000010b0.00001108::2010/08/26-20:42:54.057 DBG   [SM] Sponsor: Received SSPI blob from the Joiner of size 1411
    000010b0.00001108::2010/08/26-20:42:54.057 DBG   [SM] Sponsor: SSPI ASC returned status = 590610
    000010b0.00001108::2010/08/26-20:42:54.057 DBG   [SM] Sponsor: Sending SSPI blob of size 96 to Joiner
    000010b0.00001108::2010/08/26-20:42:54.057 DBG   [SM] Sponsor: Received SSPI blob from the Joiner of size 12000
    000010b0.00001108::2010/08/26-20:42:54.057 DBG   [SM] Sponsor: SSPI ASC returned status = 590610
    000010b0.00001108::2010/08/26-20:42:54.057 DBG   [SM] Sponsor: Sending SSPI blob of size 115 to Joiner
    000010b0.00001108::2010/08/26-20:42:54.057 DBG   [CHANNEL 192.168.210.236:~59822~] Close().
    000010b0.00001108::2010/08/26-20:42:54.057 INFO  [CHANNEL 192.168.210.236:~59822~] graceful close, status (of previous failure, may not indicate problem) ERROR_SUCCESS(0)
    000010b0.00001108::2010/08/26-20:42:54.057 ERR   [SM] Caught GracefulClose(1226)' because of 'channel to remote endpoint 192.168.210.236:~59822~ is closed' authenticating.
    000010b0.00001310::2010/08/26-20:42:54.057 INFO  [SV] Authentication and authorization were successful
    000010b0.00001310::2010/08/26-20:42:54.057 DBG   [SM] SrvCtxt initialized with package Kerberos, MaxTokenSize = 12000, RequiredCtxAttrib = 133122, HandShakeTimeout = 30000
    000010b0.00001108::2010/08/26-20:42:54.057 DBG   [SM] Handling auth handshake posted by thread id 4880
    000010b0.00001108::2010/08/26-20:42:54.057 DBG   [CHANNEL 192.168.210.236:~59822~]/recv: Attempting to perform I/O on closed stream.
    000010b0.00001108::2010/08/26-20:42:54.057 DBG   [CHANNEL 192.168.210.236:~59822~] Not closing handle because it is invalid.
    000010b0.00001108::2010/08/26-20:42:54.057 INFO  [CHANNEL 192.168.210.236:~59822~] graceful close, status (of previous failure, may not indicate problem) ERROR_SUCCESS(0)
    000010b0.00001108::2010/08/26-20:42:54.057 ERR   [SM] Caught GracefulClose(1226)' because of 'channel to remote endpoint 192.168.210.236:~59822~ is closed' authenticating.
    000010b0.00001310::2010/08/26-20:42:54.057 DBG   [CHANNEL 192.168.210.236:~59822~] Not closing handle because it is invalid.
    000010b0.000012d8::2010/08/26-20:43:54.004 DBG   [JPM] Node 1: contacts size for node iQCXSQL2 is 1, current index 0
    000010b0.000012d8::2010/08/26-20:43:54.004 DBG   [JPM] Node 1: Trying to connect to node iQCXSQL2 (IP: 192.168.210.236:~0~)
    000010b0.000012d8::2010/08/26-20:43:54.004 DBG   [HM] Trying to connect to iQCXSQL2 at 192.168.210.236:~3343~
    000010b0.000012d8::2010/08/26-20:43:54.004 INFO  [CONNECT] 192.168.210.236:~3343~: Established connection to remote endpoint 192.168.210.236:~3343~.
    000010b0.000012d8::2010/08/26-20:43:54.004 INFO  [SV] Securing route from (192.168.210.239:~49563~) to remote iQCXSQL2 (192.168.210.236:~3343~).
    000010b0.000012d8::2010/08/26-20:43:54.004 INFO  [SV] Got a new outgoing stream to iQCXSQL2 at 192.168.210.236:~3343~
    000010b0.000012d8::2010/08/26-20:43:54.004 DBG   [SM] Joiner: Initialized with SPN = iQCXSQL2, Package = Kerberos, RequiredCtxAttrib = 83990, HandShakeTimeout = 30000
    000010b0.000013f0::2010/08/26-20:43:54.004 DBG   [SM] Handling auth handshake posted by thread id 4824
    000010b0.000013f0::2010/08/26-20:43:54.004 DBG   [SM] Joiner: ISC returned status = 590610 output Blob size 1388
    000010b0.000013f0::2010/08/26-20:43:54.004 DBG   [SM] Joiner: Received SSPI blob from the Sponsor of size 96
    000010b0.000013f0::2010/08/26-20:43:54.004 DBG   [SM] Joiner: ISC returned status = 590610 output Blob size 1388
    000010b0.000013f0::2010/08/26-20:43:54.004 DBG   [SM] Joiner: Received SSPI blob from the Sponsor of size 96
    000010b0.000013f0::2010/08/26-20:43:54.004 DBG   [SM] Joiner: ISC returned status = -2146893022 output Blob size 12000
    000010b0.000012d8::2010/08/26-20:43:54.004 INFO  [NODE] Node 1: New join with n2: stage: 'Authenticate Initial Connection' status HrError(0x80090322) reason: '[SV] Authentication failed'
    000010b0.000012d8::2010/08/26-20:43:54.004 DBG   [CHANNEL 192.168.210.236:~3343~] Close().
    000010b0.000012d8::2010/08/26-20:43:54.004 WARN  cxl::ConnectWorker::operator (): HrError(0x80090322)' because of '[SV] Authentication or Authorization Failed'
    000010b0.00000ea8::2010/08/26-20:43:54.067 INFO  [ACCEPT] 0.0.0.0:~3343~: Accepted inbound connection from remote endpoint 192.168.210.236:~59824~.
    000010b0.000012d8::2010/08/26-20:43:54.067 INFO  [SV] Securing route from (192.168.210.239:~3343~) to remote  (192.168.210.236:~59824~).
    000010b0.000012d8::2010/08/26-20:43:54.067 INFO  [SV] Got a new incoming stream from 192.168.210.236:~59824~
    000010b0.000012d8::2010/08/26-20:43:54.067 DBG   [SM] SrvCtxt initialized with package Kerberos, MaxTokenSize = 12000, RequiredCtxAttrib = 165910, HandShakeTimeout = 30000
    000010b0.00001108::2010/08/26-20:43:54.067 DBG   [SM] Handling auth handshake posted by thread id 4824
    000010b0.00001108::2010/08/26-20:43:54.067 DBG   [SM] Sponsor: Received SSPI blob from the Joiner of size 1411
    000010b0.00001108::2010/08/26-20:43:54.067 DBG   [SM] Sponsor: SSPI ASC returned status = 590610
    000010b0.00001108::2010/08/26-20:43:54.067 DBG   [SM] Sponsor: Sending SSPI blob of size 96 to Joiner
    000010b0.00001108::2010/08/26-20:43:54.067 DBG   [SM] Sponsor: Received SSPI blob from the Joiner of size 1411
    000010b0.00001108::2010/08/26-20:43:54.067 DBG   [SM] Sponsor: SSPI ASC returned status = 590610
    000010b0.00001108::2010/08/26-20:43:54.067 DBG   [SM] Sponsor: Sending SSPI blob of size 96 to Joiner
    000010b0.00001108::2010/08/26-20:43:54.067 DBG   [SM] Sponsor: Received SSPI blob from the Joiner of size 12000
    000010b0.00001108::2010/08/26-20:43:54.067 DBG   [SM] Sponsor: SSPI ASC returned status = 590610
    000010b0.00001108::2010/08/26-20:43:54.067 DBG   [SM] Sponsor: Sending SSPI blob of size 115 to Joiner
    000010b0.00001108::2010/08/26-20:43:54.067 DBG   [CHANNEL 192.168.210.236:~59824~] Close().
    000010b0.00001108::2010/08/26-20:43:54.067 INFO  [CHANNEL 192.168.210.236:~59824~] graceful close, status (of previous failure, may not indicate problem) ERROR_SUCCESS(0)
    000010b0.00001108::2010/08/26-20:43:54.067 ERR   [SM] Caught GracefulClose(1226)' because of 'channel to remote endpoint 192.168.210.236:~59824~ is closed' authenticating.
    000010b0.000012d8::2010/08/26-20:43:54.067 INFO  [SV] Authentication and authorization were successful
    000010b0.000012d8::2010/08/26-20:43:54.067 DBG   [SM] SrvCtxt initialized with package Kerberos, MaxTokenSize = 12000, RequiredCtxAttrib = 133122, HandShakeTimeout = 30000
    000010b0.00001108::2010/08/26-20:43:54.067 DBG   [SM] Handling auth handshake posted by thread id 4824
    000010b0.00001108::2010/08/26-20:43:54.067 DBG   [CHANNEL 192.168.210.236:~59824~]/recv: Attempting to perform I/O on closed stream.
    000010b0.00001108::2010/08/26-20:43:54.067 DBG   [CHANNEL 192.168.210.236:~59824~] Not closing handle because it is invalid.
    000010b0.00001108::2010/08/26-20:43:54.067 INFO  [CHANNEL 192.168.210.236:~59824~] graceful close, status (of previous failure, may not indicate problem) ERROR_SUCCESS(0)
    000010b0.00001108::2010/08/26-20:43:54.067 ERR   [SM] Caught GracefulClose(1226)' because of 'channel to remote endpoint 192.168.210.236:~59824~ is closed' authenticating.
    000010b0.000012d8::2010/08/26-20:43:54.067 DBG   [CHANNEL 192.168.210.236:~59824~] Not closing handle because it is invalid.
    000010b0.0000106c::2010/08/26-20:44:52.906 INFO  [CS] Service Stopping...
    000010b0.0000106c::2010/08/26-20:44:52.906 INFO  [CORE] Node quorum state is 'Not yet formed or joined a cluster'. Form/join status with other nodes is as follows:
    000010b0.0000106c::2010/08/26-20:44:52.906 INFO  [NODE] Node 1: Farthest reported progress joining with node iQCXSQL2 (id 2) is: Authenticate Initial Connection at time 2010/08/26-20:43:54.004: status 802 [SV] Authentication failed
    000010b0.0000106c::2010/08/26-20:44:52.906 INFO  [CORE] Node 1: Proposed View is <ViewChanged joiners=() downers=(1) newView=101() oldView=001(1) joiner=false form=false/>
    000010b0.0000106c::2010/08/26-20:44:52.906 INFO  [RGP] Node 1: Stable_`0 => Opening`1
    000010b0.0000106c::2010/08/26-20:44:52.906 INFO  <class mscs::detail::ConsensusMessage>
    000010b0.0000106c::2010/08/26-20:44:52.906 INFO    <senderId> 1 </senderId>
    000010b0.0000106c::2010/08/26-20:44:52.906 INFO    <bestEpochSeen> 0 </bestEpochSeen>
    000010b0.0000106c::2010/08/26-20:44:52.906 INFO    <lastStableView> 001(1) </lastStableView>
    000010b0.0000106c::2010/08/26-20:44:52.906 INFO    <proposedView> 101() </proposedView>
    000010b0.0000106c::2010/08/26-20:44:52.906 INFO    <stage> Opening`1 </stage>
    000010b0.0000106c::2010/08/26-20:44:52.906 INFO    <inStage> () </inStage>
    000010b0.0000106c::2010/08/26-20:44:52.906 INFO    <inStagePrev> () </inStagePrev>
    000010b0.0000106c::2010/08/26-20:44:52.906 INFO    <joiners> () </joiners>
    000010b0.0000106c::2010/08/26-20:44:52.906 INFO    <trimmedNodes> (1) </trimmedNodes>
    000010b0.0000106c::2010/08/26-20:44:52.906 INFO    <innerScreen> () </innerScreen>
    000010b0.0000106c::2010/08/26-20:44:52.906 INFO    <pruningResult> () </pruningResult>
    000010b0.0000106c::2010/08/26-20:44:52.906 INFO    <matrix>
    000010b0.0000106c::2010/08/26-20:44:52.906 INFO      <ConnectivityMatrix>
    000010b0.0000106c::2010/08/26-20:44:52.906 INFO        <row id='0'00000000000000000000000000000000/>
    000010b0.0000106c::2010/08/26-20:44:52.906 INFO      </ConnectivityMatrix>
    000010b0.0000106c::2010/08/26-20:44:52.906 INFO    </matrix>
    000010b0.0000106c::2010/08/26-20:44:52.906 INFO    <gemBlob> <counted_ptr p = 'nullptr'/> </gemBlob>
    000010b0.0000106c::2010/08/26-20:44:52.906 INFO  </class mscs::detail::ConsensusMessage>
    000010b0.000006fc::2010/08/26-20:44:52.906 INFO  [RGP] Node 1: Timer Tick Started
    000010b0.0000106c::2010/08/26-20:44:52.906 DBG   [NODE] Node 1: eating message sent to the dead node 2
    000010b0.0000106c::2010/08/26-20:44:52.906 INFO  [RGP] Node 1: Just sent farewell regroup message
    000010b0.000010b8::2010/08/26-20:44:52.906 DBG   [NODE] Node 1: just about to send a message of size 0 to 1
    000010b0.000010b8::2010/08/26-20:44:52.906 DBG   [NODE] Node 1: message to node 1 sent
    000010b0.000010b8::2010/08/26-20:44:52.906 DBG   [NODE] Node 1: just about to send a message of size 361 to 1
    000010b0.000010b8::2010/08/26-20:44:52.906 DBG   [NODE] Node 1: message to node 1 sent
    000010b0.000006fc::2010/08/26-20:44:53.218 INFO  [RGP] Node 1: Timer Tick Started
    000010b0.0000106c::2010/08/26-20:44:53.420 INFO  [DM]: Shutting down, so unloading the cluster database.
    000010b0.0000106c::2010/08/26-20:44:53.420 INFO  [DM] Shutting down, so unloading the cluster database (waitForLock: true).
    000010b0.0000106c::2010/08/26-20:44:53.420 DBG   [DM] Unloading Hive, Key \Registry\Machine\Cluster, discardCurrentChanges true
    000010b0.0000106c::2010/08/26-20:44:53.420 INFO  [CS] Service Stopped...
    000010b0.0000106c::2010/08/26-20:44:53.420 INFO  [CS] About to exit service...

  • Help on running asynchronous RMI over a cluster

    I'm working in an asynchronous RMI interface over the Sun's RMI for cluster computing and I'm having some problems on the distribution and running of the applications slaves. Well, I'd like to know if somebody knows any efficient way of deploying these application over cluster's machines (I made some pearl scripts and they are not completely solving my requirements).

    Clustered computing (also referred to via the grid or utility computing buzzwords) is something I have been working on steadily for quite some time. I have developed a simple framework that has now become so powerful, in my opinion, that I decided to make it free. I want to see if others felt the same way, and also to be sure no that company could patent it. Also, as with any framework, the more people use it, the more useful it becomes.
    If you want to create a pool of Virtual Machines, ready to dynamically jump in to solve, or manage, complex problem domains, this framework can do it for you.
    If you want to design applications which can scale from one, to any number of Virtual Machines, with no source changes, again, this framework can do it for you.It it as good as I say? I urge you to see for yourself.
    You can find it all at:
    https://cajo.dev.java.net/index.html
    Happy clustering,
    John

  • Hash Cluster Tables vs Partitioning

    Hi All,
    Can we create partition on Cluster tables?
    As per understanding Cluster can give excellent performance if used carefully, in our case we need to purge our data also.
    We can purge the partitions easly.
    Can you help me for the comparion of these two objects?
    Thanks
    Sandeep

    No , Oracle does not support this.
    http://download.oracle.com/docs/cd/B28359_01/server.111/b32024.pdf (page 4-19).
    The rules for partitioning indexes are similar to those for tables:
    ■ An index can be partitioned unless:
    – The index is a cluster index.
    – The index is defined on a clustered table
    Thanks
    http://swervedba.wordpress.com/

  • NW2004s production installation on cluster environment

    Hi,
    We are under implemntation for CRM5,PI, EP7.0and BI7.0.We have done Development and QA environment with out cluster.
    Now for production going for 2 node cluster on SQL 2005.So far i have not experianced on cluster installations.I can not understand cluster installtion steps refered in Installation document .
    Some one help how to do cluster installation.I mean first we have to install SQL2005 cluster then Application server and DB servers etc..
    what are the paramerets need to set etc.. appriciate help ..
    Thanks
    kristene

    Hi
    The Microsoft has MSCS for SAP with Oracle or SQL database.
    The single point of failure [SPOF] in MSCS setup are the following:
    - DB software
    - ERS (Enqueue Replication Server)
    - Message Server
    CI =DI + Enq server + Msg server
    Of which Enq & Msg server are under cluster config.
    The application servers [dialog instances] are not under SPOF. As part of MSCS setup, you can setup 2 Appl servers(DI). But you can setup any number of appl servers and use it for load balancing and SPOF[externally]
    The document is available in the path http://service.sap.com/instguidesNW70 --> Installation -->  Installation - SAP NetWeaver Systems --> SAP NetWeaver 7.0 SR2 - Installation Guides --> Select MS SQL Server
    Regards
    Madhu

  • Windows Server Failover Cluster Tahniques

    We have Two Servers Ready to be Deploy the SQL 2012; Need to make Cluster of These two nodes.
    We have Servers with 900 GB Unallocated local Disk Space in each server.
    We Don't have any kind of Shared Storage.
    My Questions are:
    - how to make Qourum?
    - How to Use these Two Disks on each server so that Data will be Replicated?
    - After Making the Cluster, how to Install the SQL server?

    Hi,
    The shared storage is necessary for the failover cluster, if you don’t have the share storage you can’t build the failover cluster. The two node local disk space can’t be
    used as the CSV storage.
    More information:
    Understanding Cluster Shared Volumes in a Failover Cluster
    http://technet.microsoft.com/en-us/library/dd759255.aspx
    Hope this helps.
    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.

  • HP Pavilion 23 computer - internet is not working

    Hi,
    I have had my HP Pavilion 23 for about 2 weeks. 
    Today, all of a sudden it stopped connecting to the internet, my laptop and phone connects to my internet/modem except the HP.
    On the desktop it says I am connected to my modem, although when going on the internet it says 'this page can't be display'. 
    Spoke to my internet provider today and I believe it is a problem with the HP.
    Please HELP!

    Hi Dandan22,
    I understand your computer is having trouble connecting to the Internet. Depending on what operating system you are using, reference one of the following two documents: Resolving Dial-up Connection Problems (Windows 7) OR Resolving Dial-up Connection Problems (Windows 8). Hopefully the information in one of these two documents will be helpful. Best of luck.
    Ryan1216
    I work on behalf of HP
    The advice and opinions given here are my own and not those of HP

Maybe you are looking for