Ask a questionAsk a question
 

Proposed AnswerCCR cluster

  • Friday, July 17, 2009 8:20 AMSachin Hodge Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Dear Expert,


    I have CCR on my cluter envrnoment exchnege 2007 so many time cluter service of two node is going  to shut down automatically and cluster is going down

    the after that i got one event ID that breake conectivity between two node and giving warnig into the event viwer that on mailbox server 4523-----Majority Node Set resource has failed a status check for file share '\\INP1HT01\MNS_FSQ_EXMBCL01'. The error code was '22'. Please ensure that the file share is configured properly and that the cluster service account has write permission on the file share.



    can anybody have clue about that


    thanks inn advance



    Regards,
    sachin Hodge
    Sachin Hodge

All Replies

  • Friday, July 17, 2009 8:55 AMRobin Ferris Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Proposed Answer
    sachin

    The error code points to your File Share Witness not being avaliable. The first thing I would do is check that your File Share is set up correctly.

    Thia article might help:

    http://technet.microsoft.com/en-us/library/bb124922.aspx

    Robin
  • Friday, July 17, 2009 8:59 AM--Vinod-- Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    I would request you to run EXBPA on cluster servers and check the health of Cluster as well as nodes.

    Vinod |CCNA|MCSE 2003 +Messaging|MCTS|ITIL V3|
  • Saturday, July 18, 2009 5:47 AMSachin Hodge Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Dear

    you have any command for check file share witness so i can check


    thanks


    sachin
    Sachin Hodge
  • Sunday, July 19, 2009 9:25 AMSubhash Tiwari Orient Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Hello Sachin,

    First of all i would like to suggest you that please check your heartbeat network connection whether its continuously working perect.

    Please also send me the service pack details from  your both Windows cluster servers.

    Also if your both servers heartbeat is a issue then you can try by modify the heartbeat property via below article or steps...

    http://support.microsoft.com/kb/921181

    This property value has a range that is specified in the following tables.

    Interface

    ValueNumber of missed heartbeats
    Minimum 2
    Default 3
    Maximum 20

    Node

    Collapse this tableExpand this table
    ValueNumber of missed heartbeats
    Minimum 2
    Default 6
    Maximum 20


    Configuring cluster heartbeats

    To configure the cluster heartbeats feature, follow these steps.

    Note These steps change the heartbeat configuration for interfaces to four missed heartbeats. This corresponds to approximately 5 seconds. Additionally, these steps change the heartbeat configuration for nodes to 10 missed heartbeats. This corresponds to approximately 12 seconds.
    1. Make sure that all the cluster nodes are up. To do this, run the following command:
      cluster cluster_name node
      After you run this command, verify that the status value for each cluster node is Up.
    2. Set the number of heartbeat misses for interfaces and for nodes. To do this, run the following commands:
      • cluster cluster_name /priv HeartBeatLostInterfaceTicks=5:DWORD
      • cluster cluster_name /priv HeartBeatLostNodeTicks=10:DWORD
      Note You must specify the DWORD string when you set private properties by using a command-line command.
    3. Stop and then restart the Cluster service on each cluster node. To do this, run the following commands on each cluster node:
      • net stop clussvc
      • net start clussvc
    You can also access these private cluster configuration properties by using any one or more of the following cluster interfaces:
    • The cluster API
    • The cluster WMI provider
    • The Cluster Automation Server
    When you use these interfaces to set one or both of these cluster heartbeat private properties, the following status code is returned:
    ERROR_SUCCESS_RESTART_REQUIRED


    Please let me know the status.

    Cheers,


    Subhash Tiwari |MCA|MCSE|MCSA|MCDBA|MCTS | Blog-> http://subhashtiwari.spaces.live.com
  • Monday, July 20, 2009 6:59 AMXiu Zhang - MSFTMSFT, ModeratorUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    Hi,

     

    1.    First please try to check the permission on the filesharewitness share. Administrator, Cluster Service account, System should have Full Control permission over it.

    2.    Run the following command line on the File Server hosting the Majority Node Set and ensure the MNS File share and ensure the MNS File share “\\INP1HT01\MNS_FSQ_EXMBCL01”is listed.

    net share

     

    3.    If it is not listed, please run:

    cluster res "Majority Node Set" /priv MNSFileShare="
    \\INP1HT01\MNS_FSQ_EXMBCL01’
    <file
    \\INP1HT01\MNS_FSQ_EXMBCL01’>"

     

    Regards,

    Xiu

     

  • Monday, July 20, 2009 7:23 AMJames-LuoMSFT, ModeratorUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    Check info:

    1.      Quote: “The error code was 22”

    22 indicates that “The device does not recognize the command”

    2.      Please check the permission on the File Share Witness folder. the following account should have “Full Control” permission over it

    Administrator

    Cluster Service account

    System

    3.      Please also try to recreate the folder as Robin suggested, and run the ExBPA as Vinod said

  • Monday, July 20, 2009 9:39 AMSachin Hodge Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Dear Expert,


    As i checked permission as per your suggestion its fine as per your suggestion


    i will revert you after run  ExBPA


    Regards,
    sachin Hodge

    Sachin Hodge
  • Monday, July 20, 2009 11:14 AMSubhash Tiwari Orient Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Hi James / Xiu,

    As you have mention on Point number 1 on Xiu and 2  on James that its a permission issue actually i have already checked out on Microsoft article http://support.microsoft.com/kb/921181 and its clearly mention that if permission issue then you will get error as per mention below...

    Majority Node Set resource has failed a status check for file share '\\server_name\share_name. The error code was '67'. Please ensure that the file share is configured properly and that the Cluster service account has write permission on the file share.

    Hence i don't think its a permission issue actually i think its a network connectivity failed to communicate between these two nodes.

    Cheers,


    Subhash Tiwari |MCA|MCSE|MCSA|MCDBA|MCTS | Blog-> http://subhashtiwari.spaces.live.com
  • Monday, July 20, 2009 2:27 PMSachin Hodge Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Dear Subhash,


    As i checked my Heartbit connection of cluster and found that its not cross cable and its throughts switch and

    installed servics pack 2 on both node.


    As i checked with my network team that for the same and find out the log for the same


    its found network issue, but i wonder that why the cluster servise is goes down (i got event ID 1123)

    pls if you have any clue about that si pls revert



    Thanks for everybody for help



    Regards,
    sachin Hodge


    Sachin Hodge
  • Wednesday, July 22, 2009 4:41 AMSachin Hodge Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Dear Subhash,


    As i checked my Heartbit connection of cluster and found that its not cross cable and its throughts switch and

    installed servics pack 2 on both node.


    As i checked with my network team that for the same and find out the log for the same


    its found network issue, but i wonder that why the cluster servise is goes down (i got event ID 1123)

    pls if you have any clue about that si pls revert



    Thanks for everybody for help



    Regards,
    sachin Hodge


    Sachin Hodge


    Sachin Hodge
  • Wednesday, July 22, 2009 4:43 AMSachin Hodge Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    Dear Subhas,

     

    If you have CAS NLB document pls forward Me

     

    Regards,

    sachin

      

     

     


    Sachin Hodge
  • Thursday, July 23, 2009 5:26 AMSubhash Tiwari Orient Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Hello Sachin,

    Yes i have CAS NLB documents and i will send you but i need your email id.

    Please call me on my number for more troubleshooting on this issue.

    Once you send me mail id i will send you complete documentation for NLB CAS & HUB.

    Bye take care.

    Cheers,

    Subhash Tiwari |MCA|MCSE|MCSA|MCDBA|MCTS | Blog-> http://subhashtiwari.spaces.live.com
  • Sunday, October 25, 2009 12:53 AMSumanthK Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    Dear All

    Majority Node Set resource has failed a status check for file share '\\Server\MNS_FSQ_E2K7CLUSTER'. The error code was '1450'. Please ensure that the file share is configured properly and that the cluster service account has write permission on the file share.

    i want to knwo what does this The error code was '1450' reffer to if some one has info let me know about this The error code was '1450'

    regards
    Sumanth

  • Friday, October 30, 2009 3:20 PMCapecol Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Where is the FSW placed? at the failover the fsw is available?
    Capecol MCSA - MCTS Exchange Server 2007