RH436 Bug

Latest response

Chapter1. Creating High-availability Clusters
Lab: Creating High Availability Clusters
Solution 3.1

The example has to be modified like the following.

[Current]

[root@nodea ~]# pcs stonith create fence_nodea_rht \
fence_rht port="nodea.private.example.com" \
pcmk_host_list="nodea.private.example.com" \
ipaddr="classroom.example.com"
[root@nodeb ~]# pcs stonith create fence_nodeb_rht \
fence_rht port="nodeb.private.example.com" \
pcmk_host_list="nodeb.private.example.com" \
ipaddr="classroom.example.com"
[root@nodec ~]# pcs stonith create fence_nodec_rht \
fence_rht port="nodec.private.example.com" \
pcmk_host_list="nodec.private.example.com" \
ipaddr="classroom.example.com"

[To-do]

[root@nodea ~]# pcs stonith create fence_nodea_rht \
fence_rht port="nodea.private.example.com" \
pcmk_host_list="nodea.private.example.com" \
ipaddr="classroom.example.com"
[root@nodea ~]# pcs stonith create fence_nodeb_rht \
fence_rht port="nodeb.private.example.com" \
pcmk_host_list="nodeb.private.example.com" \
ipaddr="classroom.example.com"
[root@nodea ~]# pcs stonith create fence_nodec_rht \
fence_rht port="nodec.private.example.com" \
pcmk_host_list="nodec.private.example.com" \
ipaddr="classroom.example.com"

all [root@nodeX] has to be modified to nodea.

Responses

This should likely have a support case opened for it. The technical support folks will verify the issue and log an issue with the curriculum development team so that they can correct the issue in a future revision.

-Scott

Close

Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.