Attached are patches for the Verification chapter of "Clusters From Scratch".
# HG changeset patch # User Marcus Barrow <mbar...@redhat.com> # Date 1301585341 14400 # Node ID b0679c787b9120526546a37709e7c7628adf57bc # Parent 0d4ba95a396d3e7d13ae1593e255e8bdacce968e [mq]: CS-Verification diff -r 0d4ba95a396d -r b0679c787b91 doc/Clusters_from_Scratch/en-US/Ch-Verification.xml --- a/doc/Clusters_from_Scratch/en-US/Ch-Verification.xml Thu Mar 31 10:57:30 2011 -0400 +++ b/doc/Clusters_from_Scratch/en-US/Ch-Verification.xml Thu Mar 31 11:29:01 2011 -0400 @@ -20,7 +20,8 @@ </para> <screen> -[root@pcmk-1 ~]# <userinput>grep -e "corosync.*network interface" -e "Corosync Cluster Engine" -e "Successfully read main configuration file" /var/log/messages</userinput> +[root@pcmk-1 ~]# <userinput>grep -e "corosync.*network interface" -e "Corosync Cluster Engine" \</userinput> +<userinput>-e "Successfully read main configuration file" /var/log/messages</userinput> Aug 27 09:05:34 pcmk-1 corosync[1540]: [MAIN Â ] Corosync Cluster Engine ('1.1.0'): started and ready to provide service. Aug 27 09:05:34 pcmk-1 corosync[1540]: [MAIN Â ] Successfully read main configuration file '/etc/corosync/corosync.conf'. [root@pcmk-1 ~]# <userinput>grep TOTEM /var/log/messages</userinput> @@ -75,7 +76,8 @@ </screen> <screen> -[root@pcmk-1 ~]# <userinput>grep -e pacemakerd.*get_config_opt -e pacemakerd.*start_child -e "Starting Pacemaker" /var/log/messages</userinput> +[root@pcmk-1 ~]# <userinput>grep -e pacemakerd.*get_config_opt -e pacemakerd.*start_child \</userinput> +<userinput>-e "Starting Pacemaker" /var/log/messages</userinput> Feb 8 13:31:24 pcmk-1 pacemakerd: [13155]: info: get_config_opt: Found 'pacemaker' for option: name Feb 8 13:31:24 pcmk-1 pacemakerd: [13155]: info: get_config_opt: <emphasis>Found '1' for option: ver</emphasis> Feb 8 13:31:24 pcmk-1 pacemakerd: [13155]: info: get_config_opt: Defaulting to 'no' for option: use_logd
_______________________________________________ Pacemaker mailing list: Pacemaker@oss.clusterlabs.org http://oss.clusterlabs.org/mailman/listinfo/pacemaker Project Home: http://www.clusterlabs.org Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf Bugs: http://developerbugs.linux-foundation.org/enter_bug.cgi?product=Pacemaker