hbugs001 发表于 2025-4-10 23:45:19

Aruba ClearPass

<h1>1 Aruba ClearPass部署指南</h1>
<p>本文档基于以下版本撰写:</p>
<table>
<thead>
<tr>
<th>EVE镜像文件夹名</th>
<th>下载文件名</th>
<th>版本</th>
<th>vCPU数量</th>
<th>vRAM大小</th>
<th>控制台类型</th>
</tr>
</thead>
<tbody>
<tr>
<td>clearpass-6.8.0</td>
<td>CPPM-VM-x86_64-6.8.0.109592-KVM-RAW-Cx000V.zip</td>
<td>6.8.0.109592</td>
<td>2</td>
<td>6144</td>
<td>vnc/https</td>
</tr>
</tbody>
</table>
<h2>1.1 操作指南</h2>
<p>其他版本也可参考以下步骤进行部署。</p>
<ol>
<li><strong>准备工作</strong>:通过SSH以root用户登录,在根目录下创建临时目录 <code>abc</code>。使用FileZilla或WinSCP等工具将下载的镜像上传到EVE,并解压:</li>
</ol>
<pre><code class="language-Bash">mkdir abc
cd abc
unzip CPPM-VM-x86_64-6.8.0.109592-KVM-RAW-Cx000V.zip
cd CPPM-VM-x86_64-6.8.0.109592-KVM-RAW-Cx000V
</code></pre>
<ol start="2">
<li><strong>格式转换</strong>:将原始镜像文件 <code>CPPM-VM-x86_64-6.8.0.109592-KVM.raw</code>转换为 <code>qcow2</code>格式:</li>
</ol>
<pre><code class="language-Bash">qemu-img convert -f raw -O qcow2 CPPM-VM-x86_64-6.8.0.109592-KVM.raw hda.qcow2
</code></pre>
<ol start="3">
<li><strong>创建额外硬盘</strong>:为Aruba ClearPass镜像创建第二个硬盘:</li>
</ol>
<pre><code class="language-Bash">/opt/qemu/bin/qemu-img create -f qcow2 hdb.qcow2 100G
</code></pre>
<ol start="4">
<li><strong>移动文件</strong>:创建Aruba ClearPass镜像文件夹,并将转换后的硬盘文件移动到该文件夹:</li>
</ol>
<pre><code class="language-Bash">mkdir /opt/unetlab/addons/qemu/clearpass-6.8.0.clabv
mv hda.qcow2 /opt/unetlab/addons/qemu/clearpass-6.8.0.clabv
mv hdb.qcow2 /opt/unetlab/addons/qemu/clearpass-6.8.0.clabv
</code></pre>
<ol start="5">
<li><strong>清理与权限修复</strong>:清理临时目录并修复权限:</li>
</ol>
<pre><code class="language-Bash">cd ..
rm -rf abc
/opt/unetlab/wrappers/unl_wrapper -a fixpermissions
</code></pre>
<ol start="6">
<li><strong>启动节点并完成设置</strong>:首次登录信息如下:
<ul>
<li>用户名:appadmin</li>
<li>密码:eTIPS123</li>
</ul>
</li>
</ol>

xl880119 发表于 2025-4-13 20:52:06

<p>非常感谢,好东西</p>
页: [1]
查看完整版本: Aruba ClearPass