Skip to content

Commit 213e7fe

Browse files
committed
Update main docs
1 parent 63266f7 commit 213e7fe

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

static/docs/main/_sources/nodes/ipmi.rst.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,14 @@ Additionally, a ``vlan`` ipmi tag can be used to set the IPMI VLAN ID.
3535
wwctl profile set default \
3636
--ipmitagadd vlan=42
3737
38+
A ``bit-rate`` ipmi tag can be used to set the Serial over LAN bit rate (defaults to 38.4).
39+
Typical options are 19.2, 38.4, and 115.2.
40+
41+
.. code-block::
42+
43+
wwctl profile set default \
44+
--ipmitagadd bit-rate=115.2
45+
3846
``wwctl node list`` has a specific overview for IPMI settings.
3947

4048
.. code-block:: console

static/docs/main/nodes/ipmi.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,12 @@ <h2>Configuration<a class="headerlink" href="#configuration" title="Link to this
233233
<span class="o">--</span><span class="n">ipmitagadd</span> <span class="n">vlan</span><span class="o">=</span><span class="mi">42</span>
234234
</pre></div>
235235
</div>
236+
<p>A <code class="docutils literal notranslate"><span class="pre">bit-rate</span></code> ipmi tag can be used to set the Serial over LAN bit rate (defaults to 38.4).
237+
Typical options are 19.2, 38.4, and 115.2.</p>
238+
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">wwctl</span> <span class="n">profile</span> <span class="nb">set</span> <span class="n">default</span> \
239+
<span class="o">--</span><span class="n">ipmitagadd</span> <span class="n">bit</span><span class="o">-</span><span class="n">rate</span><span class="o">=</span><span class="mf">115.2</span>
240+
</pre></div>
241+
</div>
236242
<p><code class="docutils literal notranslate"><span class="pre">wwctl</span> <span class="pre">node</span> <span class="pre">list</span></code> has a specific overview for IPMI settings.</p>
237243
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp"># </span>wwctl<span class="w"> </span>node<span class="w"> </span>list<span class="w"> </span>--ipmi
238244
<span class="go">NODE IPMI IPADDR IPMI PORT IPMI USERNAME IPMI INTERFACE</span>

static/docs/main/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)