|
1 | 1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
2 | 2 | <!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><title>Troubleshooting | Administration Guide | SLE HA 15 SP5</title><meta charset="UTF-8"/><meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"/><link rel="stylesheet" type="text/css" href="static/css/style-new.css"/> |
3 | 3 | <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/"/><link rel="schema.dcterms" href="http://purl.org/dc/terms/"/> |
4 | | -<meta name="dcterms.modified" content="2025-11-19"/><meta name="dcterms.created" content="2025-11-19"/><meta name="title" content="Troubleshooting | SLE HA 15 SP5"/> |
| 4 | +<meta name="dcterms.modified" content="2026-03-19"/><meta name="dcterms.created" content="2026-03-19"/><meta name="title" content="Troubleshooting | SLE HA 15 SP5"/> |
5 | 5 | <meta name="description" content="Strange problems may occur that are not easy to understand, especially when starting to experiment with High Availability. However, there are several util…"/> |
6 | 6 | <meta name="product-name" content="SUSE Linux Enterprise High Availability"/> |
7 | 7 | <meta name="product-number" content="15 SP5"/> |
|
42 | 42 | } |
43 | 43 | ], |
44 | 44 |
|
45 | | - "dateModified": "2025-11-19T00:00+02:00", |
| 45 | + "dateModified": "2026-03-19T00:00+02:00", |
46 | 46 |
|
47 | | - "datePublished": "2025-11-19T00:00+02:00", |
| 47 | + "datePublished": "2026-03-19T00:00+02:00", |
48 | 48 |
|
49 | 49 |
|
50 | 50 | "about": [ |
|
286 | 286 | Certificate Authority, CA):</p><div class="procedure"><div class="procedure-contents"><ol class="procedure" type="1"><li class="step"><p>Replace <code class="filename">/etc/hawk/hawk.key</code> with the private |
287 | 287 | key.</p></li><li class="step"><p>Replace <code class="filename">/etc/hawk/hawk.pem</code> with the |
288 | 288 | certificate that Hawk2 should present.</p></li><li class="step"><p> |
| 289 | + Change ownership of the files to <code class="literal">root:haclient</code> |
| 290 | + and make the files accessible to the group: |
| 291 | + </p><div class="verbatim-wrap"><pre class="screen"><code class="prompt root"># </code><code class="command">chown root:haclient /etc/hawk/hawk.key /etc/hawk/hawk.pem</code> |
| 292 | +<code class="prompt root"># </code><code class="command">chmod 640 /etc/hawk/hawk.key /etc/hawk/hawk.pem</code></pre></div></li><li class="step"><p> |
289 | 293 | Restart the Hawk2 services to reload the new certificate: |
290 | | - </p><div class="verbatim-wrap"><pre class="screen"><code class="prompt root"># </code><code class="command">systemctl restart hawk-backend hawk</code></pre></div></li></ol></div></div><p> |
291 | | - Change ownership of the files to <code class="literal">root:haclient</code> |
292 | | - and make the files accessible to the group:</p><div class="verbatim-wrap"><pre class="screen"><code class="prompt root"># </code><code class="command">chown root:haclient /etc/hawk/hawk.key /etc/hawk/hawk.pem</code> |
293 | | -<code class="prompt root"># </code><code class="command">chmod 640 /etc/hawk/hawk.key /etc/hawk/hawk.pem</code></pre></div></dd></dl></div></section><section class="sect1" id="sec-ha-troubleshooting-misc" data-id-title="Miscellaneous"><div class="titlepage"><div><div><div class="title-container"><h2 class="title"><span class="title-number-name"><span class="title-number">A7 </span><span class="title-name">Miscellaneous</span></span> <a title="Permalink" class="permalink" href="app-ha-troubleshooting.html#sec-ha-troubleshooting-misc">#</a></h2><div class="icons"><a target="_blank" class="icon-reportbug" title="Report an issue"> </a><a target="_blank" class="icon-editsource" href="https://github.com/SUSE/doc-sleha/edit/main/xml/ha_troubleshooting.xml" title="Edit source document"> </a></div></div></div></div></div><div class="variablelist"><dl class="variablelist"><dt id="id-1.4.7.3.9.2.1"><span class="term">How can I run commands on all cluster nodes?</span></dt><dd><p> |
| 294 | + </p><div class="verbatim-wrap"><pre class="screen"><code class="prompt root"># </code><code class="command">systemctl restart hawk-backend hawk</code></pre></div></li></ol></div></div></dd></dl></div></section><section class="sect1" id="sec-ha-troubleshooting-misc" data-id-title="Miscellaneous"><div class="titlepage"><div><div><div class="title-container"><h2 class="title"><span class="title-number-name"><span class="title-number">A7 </span><span class="title-name">Miscellaneous</span></span> <a title="Permalink" class="permalink" href="app-ha-troubleshooting.html#sec-ha-troubleshooting-misc">#</a></h2><div class="icons"><a target="_blank" class="icon-reportbug" title="Report an issue"> </a><a target="_blank" class="icon-editsource" href="https://github.com/SUSE/doc-sleha/edit/main/xml/ha_troubleshooting.xml" title="Edit source document"> </a></div></div></div></div></div><div class="variablelist"><dl class="variablelist"><dt id="id-1.4.7.3.9.2.1"><span class="term">How can I run commands on all cluster nodes?</span></dt><dd><p> |
294 | 295 | Use the command <code class="command">crm cluster run</code> for this task. For example: |
295 | 296 | </p><div class="verbatim-wrap"><pre class="screen"><code class="prompt root"># </code><code class="command">crm cluster run "ls -l /etc/corosync/*.conf"</code> |
296 | 297 | INFO: [alice] |
|
0 commit comments