On Fri, Feb 26, 2010 at 3:25 PM, <[email protected]> wrote: > > Hi, > > which tasks are to performed to get a graph or xml with ptest? > On which node does it have to be performed? > > I run pacemaker 1.0.7. > > ptest -L -D cl.dot -G cl.xml > > creates > > cl.dot > +++++++++++++++++++ > digraph "g" { > } > +++++++++++++++++++ > > cl.xml > +++++++++++++++++++ > <transition_graph cluster-delay="60s" stonith-timeout="60s" > failed-stop-offset="INFINITY" failed-start-offset="INFINITY" > batch-limit="30" transition_id="0"/> > +++++++++++++++++++ > > but not the nice pictures (dot-files) seen in clusterlabs wiki.
Thats because there was nothing to do. Everything was in the "right" place. Try this... cibadmin -Ql > local.xml CIB_file=local.xml crm resource migrate $your_resource CIB_file=local.xml ptest -L -D cl.dot -G cl.xml > "crm configure show" produces the whole cluster with nodes, resources, > groups, constraints etc. > > Thanks for your help in advance. > > Tom. > > _______________________________________________ > 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
