On 8/7/07, Klemens Kittan <[EMAIL PROTECTED]> wrote: > Hi, > > > > I would like to check the current resource score on the different nodes. > > > I've installed version 2.1.2 and i try ptest -L -VVVVVVVVVVVV 2>&1 | less > > > but i can't see the score value. > > > > -VVVVVV should be enough (debug messages are visible at that point) > > > > look for something like this: > > > > debug: native_print: Allocating: ocf_msdummy:6 > > (heartbeat::ocf:Stateful): Started sles-4 > > debug: native_assign_node: Color ocf_msdummy:6, Node[0] sles-4: 1 > > debug: native_assign_node: Color ocf_msdummy:6, Node[1] sles-2: -1000000 > > debug: native_assign_node: Color ocf_msdummy:6, Node[2] sles-3: -1000000 > > debug: native_assign_node: Color ocf_msdummy:6, Node[3] sles-1: -1000000 > > debug: native_assign_node: Assigning sles-4 to ocf_msdummy:6 > > > > I get this output, if I call ptest -L -VVVVVV 2>&1 | grep assign_node: > > ptest[16508]: 2007/08/07_09:14:25 notice: main: Required feature set: 1.1 > /usr/local/lib/heartbeat/ptest: symbol lookup > error: /usr/local/lib/heartbeat/ptest: undefined symbol: crm_zero_mem_stats > > Can anyone help me,
/usr/local/lib/heartbeat/ptest was recently promoted to /usr/sbin I'm guessing you didn't install with rpm, otherwise the old copy would have been removed automagically _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
