Error:
[root@ha_1_1 ~]# service cman start
Starting cluster:
Loading modules... done
Mounting configfs... done
Starting ccsd... failed
/etc/cluster/cluster.conf:37: parser error : expected '>' </clusternodes> ^ /etc/cluster/cluster.conf:37: parser error : Extra content at the end of the document </clusternodes> ^ Unable to parse /etc/cluster/cluster.conf. You should either: 1. Correct the XML mistakes, or 2. (Re)move the file and attempt to grab a valid copy from the network.
[FAILED]
Solution:
Delete:
</clusternode>
Insert:
</cluster>
[root@ha_1_1 ~]# service cman start
Starting cluster:
Loading modules... done
Mounting configfs... done
Starting ccsd... failed
/etc/cluster/cluster.conf:37: parser error : expected '>' </clusternodes> ^ /etc/cluster/cluster.conf:37: parser error : Extra content at the end of the document </clusternodes> ^ Unable to parse /etc/cluster/cluster.conf. You should either: 1. Correct the XML mistakes, or 2. (Re)move the file and attempt to grab a valid copy from the network.
[FAILED]
Solution:
Delete:
</clusternode>
Insert:
</cluster>
No comments:
Post a Comment