[Linux-cluster] Unable to retrieve batch 576881287 status from xxxx Service Manager not running on this node

gregory steulet gregory at steulet.org
Tue Sep 2 12:49:17 UTC 2008


Hi folks,

I've a problem with luci, maybe did you already encounter this kind of problem. I add an IP ressource and a VIP service. Unfortunately my VIP service is monitored down. if I try to enable this service I get an error message like below 

Sep 2 14:31:51 emperor01 luci[8115]: Unable to retrieve batch 576881287 status from emperor01.high-availability.eu:11111: Service Manager not running on this node


[root at emperor01 ~]# hostname
emperor01.high-availability.eu

[root at emperor01 ~]# vi /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1               localhost.localdomain   localhost
192.168.1.102           emperor02.high-availability.eu emperor02
192.168.1.101           emperor01.high-availability.eu emperor01
1.0.0.1                 emperor01.int
1.0.0.2                 emperor02.int



vi /etc/cluster/cluster.conf

<?xml version="1.0"?>
<cluster config_version="5" name="new_cluster">
        <fence_daemon clean_start="0" post_fail_delay="0" post_join_delay="3"/>
        <clusternodes>
                <clusternode name="emperor01.high-availability.eu" nodeid="1" votes="1">
                        <fence/>
                </clusternode>
                <clusternode name="emperor02.high-availability.eu" nodeid="2" votes="1">
                        <fence/>
                </clusternode>
        </clusternodes>
        <cman expected_votes="1" two_node="1"/>
        <fencedevices/>
        <rm>
                <failoverdomains/>
                <resources>
                        <ip address="192.168.1.120" monitor_link="0"/>
                </resources>
                <service autostart="1" exclusive="0" name="VIP" recovery="relocate">
                        <ip ref="192.168.1.120"/>
                </service>
        </rm>
</cluster>

Have a great day, best regards

Greg







More information about the Linux-cluster mailing list