On Fri, Sep 4, 2009 at 5:35 PM, Alexander Bodnarashik<[email protected]> wrote: > Hi. I'm trying to enable remote connections to cluster, but with no > luck, netstat does not show those ports as opened, logs tell me > nothing as well.
Were those port values in the CIB when the cluster started? If not, restart the cluster software. Otherwise, check if TLS support was enabled when you built pacemaker. > I use pacemaker-1.0.5 and openais-1.0.1 on Gentoo linux. > > Thanks. > > Below is cluster configuration with stripped irrelevent (in my > opinion) parts. > <cib validate-with="pacemaker-1.0" crm_feature_set="3.0.1" have- > quorum="0" admin_epoch="0" epoch="297" num_updates="1" cib-last- > written="Fri Sep 4 17:55:36 2009" remote-tls-port="1234" remote-clear- > port="12345" dc-uuid="box2"> > <configuration> > <crm_config> > <cluster_property_set id="cib-bootstrap-options"> > <nvpair id="cib-bootstrap-options-dc-version" name="dc- > version" value="1.0.5-462f1569a43740667daf7b0f6b521742e9eb8fa7"/> > <nvpair id="cib-bootstrap-options-cluster-infrastructure" > name="cluster-infrastructure" value="openais"/> > <nvpair id="cib-bootstrap-options-expected-quorum-votes" > name="expected-quorum-votes" value="2"/> > <nvpair id="cib-bootstrap-options-stonith-enabled" > name="stonith-enabled" value="false"/> > <nvpair id="cib-bootstrap-options-last-lrm-refresh" > name="last-lrm-refresh" value="1251891300"/> > <nvpair id="cib-bootstrap-options-no-quorum-policy" name="no- > quorum-policy" value="ignore"/> > <nvpair id="cib-bootstrap-options-default-resource- > stickiness" name="default-resource-stickiness" value="1000"/> > </cluster_property_set> > </crm_config> > <nodes> > <node id="box1" uname="box1" type="normal"/> > <node id="box2" type="normal" uname="box2"/> > </nodes> > <resources> > [...] > </resources> > <constraints> > [...] > </constraints> > <rsc_defaults/> > <op_defaults/> > </configuration> > <status> > [...] > </status> > </cib> > _______________________________________________ > Linux-HA mailing list > [email protected] > http://lists.linux-ha.org/mailman/listinfo/linux-ha > See also: http://linux-ha.org/ReportingProblems > _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
