[Pacemaker] Linux Cluster Management Console 1.1.0 crm configure show problem
Brian Hand
handbrianc at gmail.com
Sat Dec 17 04:21:23 UTC 2011
Hello
I am not sure if this is the right forum or not however I will give it a
go. If this isn't the right place, please point me in the right direction
I am trying to use the Linux Cluster Management Console version 1.1.0 on
a couple of VMWare Virtual machines running Fedora 16. When I did the
Fedora installation I did a "minimal" install and added in a couple of
extra packages ncurses etc.
I have going at the moment a 2 node ( called c1 and c2 in /etc/hosts )
active/passive cluster setup. The cluster is setup on pacemaker and
corosync. I been playing with the LCMC tool and I must say that it is
an excellent product.
However, at the moment I am struggling with the crm configure show
functionality in the LCMC. To reproduce I click on a node, say my c1
node, and then click on the right hand side crm configure show. I see
in the black console area that the command is executed. However, since
the configuration is quite large it looks like the less command ( or
some kind of pager ) is blocking the flow of all the configuration
information. This results in a timeout (you have to wait quite a bit)
in the LCMC and it generates the java stack trace at the bottom of this
email. It is an ugly stack trace to be sure...
My question is how can I overcome this issue so a crm configure show
will work through the LCMC tool?
If configuration files are required for troubleshooting please let me
know which ones and I will gladly provide them. I am running the LCMC
on the following JVM. ( Note: I also tried running the LCMC on the Sun
JDK in windows with the same results )
java version "1.6.0_22"
OpenJDK Runtime Environment (IcedTea6 1.10.4) (fedora-60.1.10.4.fc16-x86_64)
OpenJDK 64-Bit Server VM (build 20.0-b11, mixed mode)
If it matters, I am logging in with the LCMC as a normal user and using
sudo access.
Thank you for any help that can be provided.
-B
INFO: SSH timeout: @DMCSUDO@/usr/sbin/crm configure show
APPWARNING: Command: '' on host Cluster / c1
returned exit code 255
[?1049h[?1h=
[33mnode[m [mc1[m \[m
[33mattributes[m [36mstandby[m="[31moff[m"[m
[33mnode[m [mc2[m \[m
[33mattributes[m [36mstandby[m="[31moff[m"[m
[33mprimitive[m [mres_Filesystem_WebFS[m ocf:heartbeat:Filesystem \[m
[33mparams[m [36mdevice[m="[31m/dev/drbd0[m"
[36mdirectory[m="[31m/var/www/html[m" [36mfstype[m="[31mext4[m" \[m
[33moperations[m $id="res_Filesystem_WebFS-operations" \[m
[33mop[m start [36minterval[m="[31m0[m"
[36mtimeout[m="[31m60[m" \[m
[33mop[m stop [36minterval[m="[31m0[m"
[36mtimeout[m="[31m60[m" \[m
[33mop[m monitor [36minterval[m="[31m20[m"
[36mtimeout[m="[31m40[m" [36mstart-delay[m="[31m0[m" \[m
[33mop[m notify [36minterval[m="[31m0[m"
[36mtimeout[m="[31m60[m" \[m
[33mmeta[m [36mtarget-role[m="[31mstarted[m"[m
[33mprimitive[m [mres_IPaddr2_WebIP[m ocf:heartbeat:IPaddr2 \[m
[33mparams[m [36mip[m="[31m192.168.1.40[m"
[36mcidr_netmask[m="[31m24[m" \[m
[33moperations[m $id="res_IPaddr2_WebIP-operations" \[m
[33mop[m start [36minterval[m="[31m0[m"
[36mtimeout[m="[31m20[m" \[m
[33mop[m stop [36minterval[m="[31m0[m"
[36mtimeout[m="[31m20[m" \[m
[33mop[m monitor [36minterval[m="[31m10[m"
[36mtimeout[m="[31m20[m" [36mstart-delay[m="[31m0[m" \[m
[33mmeta[m [36mtarget-role[m="[31mstarted[m"
[36mis-managed[m="[31mtrue[m"[m
[33mprimitive[m [mres_apache_WebServer[m ocf:heartbeat:apache \[m
[33mparams[m
[36mconfigfile[m="[31m/etc/httpd/conf/httpd.conf[m" \[m
[33moperations[m $id="res_apache_WebServer-operations" \[m
[33mop[m start [36minterval[m="[31m0[m"
[36mtimeout[m="[31m40[m" \[m
:[K
java.lang.Throwable
at lcmc.utilities.Tools.getStackTrace(Tools.java:757)
at lcmc.gui.resources.HostInfo.getInfoPanel(HostInfo.java:161)
at lcmc.gui.Browser.getInfoPanel(Browser.java:200)
at lcmc.gui.ViewPanel$5.run(ViewPanel.java:244)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:226)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:647)
at java.awt.EventQueue.access$000(EventQueue.java:96)
at java.awt.EventQueue$1.run(EventQueue.java:608)
at java.awt.EventQueue$1.run(EventQueue.java:606)
at java.security.AccessController.doPrivileged(Native Method)
at
java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:105)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:617)
at
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:275)
at
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:200)
at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:185)
at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:177)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:138)
More information about the Pacemaker
mailing list