Find the answer to your Linux question:
Results 1 to 4 of 4
i m setting up two nodw cluster... and download all the rpms needed. when i started the cman service... it didnt start and gave output wid an error, like: # ...
  1. #1
    Just Joined!
    Join Date
    Apr 2009
    Posts
    18

    Post cman service

    i m setting up two nodw cluster... and download all the rpms needed.
    when i started the cman service... it didnt start and gave output wid an error, like:

    # service cman start
    Starting cluster:
    Loading modules... done
    Mounting configfs... done
    Starting ccsd... done
    Starting cman... failed
    cman not started: Can't find local node name in cluster.conf /usr/sbin/cman_tool: aisexec daemon didn't start
    [FAILED]


    what does it mean????

  2. #2
    Linux Guru Lazydog's Avatar
    Join Date
    Jun 2004
    Location
    The Keystone State
    Posts
    2,281
    Quote Originally Posted by happy-linux View Post
    cman not started: Can't find local node name in cluster.conf /usr/sbin/cman_tool: aisexec daemon didn't start
    [FAILED]


    what does it mean????
    It means what it says. It cnanot find the local node name in cluster.conf.

    Regards
    Robert

    Linux
    The adventure of a life time.

    Linux User #296285
    Get Counted

  3. #3
    Just Joined!
    Join Date
    Apr 2009
    Posts
    18

    Smile

    Quote Originally Posted by Lazydog View Post
    It means what it says. It cnanot find the local node name in cluster.conf.

    i used system-config-cluster and my cluster.conf looks like:

    <?xml version="1.0" ?>
    <cluster alias="lw_cluster1" config_version="4" name="lw_cluster">
    <fence_daemon post_fail_delay="0" post_join_delay="3"/>
    <clusternodes>
    <clusternode name="node1" nodeid="1" votes="1">
    <multicast addr="172.24.0.57" interface="eth0"/>
    <fence/>
    </clusternode>
    </clusternodes>
    <cman>
    <multicast addr="172.24.0.57"/>
    </cman>
    <fencedevices/>
    <rm>
    <failoverdomains/>
    <resources/>
    </rm>
    </cluster>

    plz leeme know if i m making a mistake.............

  4. #4
    Linux Guru Lazydog's Avatar
    Join Date
    Jun 2004
    Location
    The Keystone State
    Posts
    2,281
    Might want to take a look HERE and see what is different between what you are doing and what is on the page.

    Regards
    Robert

    Linux
    The adventure of a life time.

    Linux User #296285
    Get Counted

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...