Thank you, mgmtd settings in ha.cf were not there. I also had to modify the /usr/lib/heartbeat/mgmtd line to usr/lib64/heartbeat/mgmtd
Regards, Bryan >>> Dejan Muhamedagic <[EMAIL PROTECTED]> 3/10/2008 5:33 pm >>> Hi, On Mon, Mar 10, 2008 at 04:17:18PM -0500, Bryan Manzeck wrote: > Hi, > I am hoping this is something simple. The pacemaker gui is not > starting for some reason. I get an error "Can't connect to > server 127.0.0.1" My xml follows: Probably mgmtd is not running. You can check that with ps(1). If it's not, then add respawn root /usr/lib/heartbeat/mgmtd apiauth mgmtd uid=root to ha.cf and restart. If it is running, then you have to check the pam configuration: see hbmgmtd.pam. That depends on your distribution and even release. Hmm, this should probably be in the FAQ. Thanks, Dejan > > <cib generated="true" admin_epoch="0" epoch="7" ignore_dtd="false" > num_peers="2" have_quorum="1" cib_feature_revision="2.0" > crm_feature_set="2.1" num_updates="13" cib-last-written="Mon Mar 10 15:49:04 > 2008" dc_uuid="79d74bc2-6427-4a02-8fc5-1682fc3978b7"> > <configuration> > <crm_config> > <cluster_property_set id="cib-bootstrap-options"> > <attributes> > <nvpair id="cib-bootstrap-options-dc-version" name="dc-version" > value="0.6.2-node: 000d7573fbf8ac5f0c2835c8739973e826d0671b"/> > </attributes> > </cluster_property_set> > </crm_config> > <nodes> > <node id="79d74bc2-6427-4a02-8fc5-1682fc3978b7" uname="xennodec" > type="normal"/> > <node id="1ac89283-713d-4c27-9ffc-7cae56248449" uname="xennodeb" > type="normal"/> > </nodes> > <resources/> > <constraints/> > </configuration> > <status> > <node_state id="1ac89283-713d-4c27-9ffc-7cae56248449" uname="xennodeb" > crmd="online" crm-debug-origin="do_lrm_query" shutdown="0" ha="active" > in_ccm="true" join="member" expected="member"> > <lrm id="1ac89283-713d-4c27-9ffc-7cae56248449"> > <lrm_resources/> > </lrm> > <transient_attributes id="1ac89283-713d-4c27-9ffc-7cae56248449"> > <instance_attributes > id="status-1ac89283-713d-4c27-9ffc-7cae56248449"> > <attributes> > <nvpair > id="status-1ac89283-713d-4c27-9ffc-7cae56248449-probe_complete" > name="probe_complete" value="true"/> > </attributes> > </instance_attributes> > </transient_attributes> > </node_state> > <node_state id="79d74bc2-6427-4a02-8fc5-1682fc3978b7" uname="xennodec" > crmd="online" crm-debug-origin="do_lrm_query" ha="active" in_ccm="true" > join="member" expected="member" shutdown="0"> > <lrm id="79d74bc2-6427-4a02-8fc5-1682fc3978b7"> > <lrm_resources/> > </lrm> > <transient_attributes id="79d74bc2-6427-4a02-8fc5-1682fc3978b7"> > <instance_attributes > id="status-79d74bc2-6427-4a02-8fc5-1682fc3978b7"> > <attributes> > <nvpair > id="status-79d74bc2-6427-4a02-8fc5-1682fc3978b7-probe_complete" > name="probe_complete" value="true"/> > </attributes> > </instance_attributes> > </transient_attributes> > </node_state> > </status> > </cib> > > Bryan F. Manzeck - Network Systems Manager > Whitefish Bay Schools - Whitefish Bay, WI > Office: 414.963.3801 - Fax: 414.963.3937 > > _______________________________________________ > 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 _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
