doc-exports/docs/cce/umn/cce_faq_00286.html
Dong, Qiu Jian 86fb05065f CCE UMN for 24.2.0 version -20240428
Reviewed-by: Eotvos, Oliver <oliver.eotvos@t-systems.com>
Co-authored-by: Dong, Qiu Jian <qiujiandong1@huawei.com>
Co-committed-by: Dong, Qiu Jian <qiujiandong1@huawei.com>
2024-06-10 08:19:07 +00:00

22 lines
1.6 KiB
HTML

<a name="cce_faq_00286"></a><a name="cce_faq_00286"></a>
<h1 class="topictitle1">What Should I Do If a Node Fails to Be Accepted Because It Fails to Be Installed?</h1>
<div id="body1591179270902"><div class="section" id="cce_faq_00286__section1241913436152"><h4 class="sectiontitle">Symptom</h4><p id="cce_faq_00286__p730815505159">A node fails to be accepted into a cluster.</p>
</div>
<div class="section" id="cce_faq_00286__section195641549228"><h4 class="sectiontitle">Possible Cause</h4><p id="cce_faq_00286__p2046910318236">Log in to the node and check the <strong id="cce_faq_00286__b67995465481">/var/paas/sys/log/baseagent/baseagent.log</strong> installation log. The following error information is displayed:</p>
<p id="cce_faq_00286__p1083816423420"><span><img id="cce_faq_00286__image68381142194219" src="en-us_image_0000001897904309.jpg"></span></p>
<p id="cce_faq_00286__p29501455124220">Check the LVM settings of the node. It is found that the LVM logical volume is not created in <strong id="cce_faq_00286__b218417178216">/dev/vdb</strong>.</p>
</div>
<div class="section" id="cce_faq_00286__section7107164002220"><h4 class="sectiontitle">Solution</h4><p id="cce_faq_00286__p444715190433">Run the following command to manually create a logical volume:</p>
<pre class="screen" id="cce_faq_00286__screen4738427439">pvcreate /dev/vdb
vgcreate vgpaas /dev/vdb </pre>
<p id="cce_faq_00286__p1414914632220">After the node is reset on the GUI, the node becomes normal.</p>
</div>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="cce_faq_00280.html">Node Creation</a></div>
</div>
</div>