Skip to content

Commit

Permalink
deploy: a2ff3e7
Browse files Browse the repository at this point in the history
  • Loading branch information
wangzheng422 committed Oct 25, 2023
1 parent 01d3c20 commit 385367b
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 4 deletions.
16 changes: 15 additions & 1 deletion notes/2023/satellite.demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,11 @@ <h1 id="satellite-作为yum-repo的简单演示"><a class="header" href="#satell
<li><a href="#%E7%AB%AF%E5%8F%A3%E8%BD%AC%E5%8F%91">端口转发</a></li>
<li><a href="#%E4%B8%AD%E5%9B%BD%E5%8C%BA%E5%8A%A0%E9%80%9F">中国区加速</a></li>
<li><a href="#%E5%AE%89%E8%A3%85-insight-%E6%8F%92%E4%BB%B6">安装 insight 插件</a></li>
<li><a href="#%E9%87%8D%E8%A3%85os">重装os</a></li>
<li><a href="#%E9%87%8D%E8%A3%85os">重装os</a>
<ul>
<li><a href="#change-uuid">change uuid</a></li>
</ul>
</li>
<li><a href="#end">end</a></li>
<li><a href="#next">next</a></li>
</ul>
Expand Down Expand Up @@ -1224,6 +1228,16 @@ <h1 id="重装os"><a class="header" href="#重装os">重装os</a></h1>

</code></pre>
<p>好了,我们看到了结论,satellite发现,已经有一个相同的uuid主机存在,不能再注册了。我们能做的,就是先在satellite里面,把现在已经存在的这个主机给删掉。</p>
<h2 id="change-uuid"><a class="header" href="#change-uuid">change uuid</a></h2>
<p>我们知道了,uuid是注册satellite的一个key,但是,如果我们的环境特殊,uuid就是重复的,那么怎么办呢?官方有解决方案</p>
<ul>
<li><a href="https://access.redhat.com/solutions/4207781">How to register multiple Content Hosts with same UUID to Red Hat Satellite 6?</a></li>
</ul>
<pre><code>[root@client ~]# vi /etc/rhsm/facts/uuid.facts
{&quot;dmi.system.uuid&quot;: &quot;customuuid&quot;}

* customuuid = hostname which is unique for every machine.
</code></pre>
<h1 id="end"><a class="header" href="#end">end</a></h1>
<h1 id="next"><a class="header" href="#next">next</a></h1>

Expand Down
16 changes: 15 additions & 1 deletion print.html
Original file line number Diff line number Diff line change
Expand Up @@ -45930,7 +45930,11 @@ <h2 id="upgrade"><a class="header" href="#upgrade">upgrade</a></h2>
<li><a href="notes/2023/satellite.demo.html#%E7%AB%AF%E5%8F%A3%E8%BD%AC%E5%8F%91">端口转发</a></li>
<li><a href="notes/2023/satellite.demo.html#%E4%B8%AD%E5%9B%BD%E5%8C%BA%E5%8A%A0%E9%80%9F">中国区加速</a></li>
<li><a href="notes/2023/satellite.demo.html#%E5%AE%89%E8%A3%85-insight-%E6%8F%92%E4%BB%B6">安装 insight 插件</a></li>
<li><a href="notes/2023/satellite.demo.html#%E9%87%8D%E8%A3%85os">重装os</a></li>
<li><a href="notes/2023/satellite.demo.html#%E9%87%8D%E8%A3%85os">重装os</a>
<ul>
<li><a href="notes/2023/satellite.demo.html#change-uuid">change uuid</a></li>
</ul>
</li>
<li><a href="notes/2023/satellite.demo.html#end">end</a></li>
<li><a href="notes/2023/satellite.demo.html#next">next</a></li>
</ul>
Expand Down Expand Up @@ -46962,6 +46966,16 @@ <h1 id="重装os"><a class="header" href="#重装os">重装os</a></h1>

</code></pre>
<p>好了,我们看到了结论,satellite发现,已经有一个相同的uuid主机存在,不能再注册了。我们能做的,就是先在satellite里面,把现在已经存在的这个主机给删掉。</p>
<h2 id="change-uuid"><a class="header" href="#change-uuid">change uuid</a></h2>
<p>我们知道了,uuid是注册satellite的一个key,但是,如果我们的环境特殊,uuid就是重复的,那么怎么办呢?官方有解决方案</p>
<ul>
<li><a href="https://access.redhat.com/solutions/4207781">How to register multiple Content Hosts with same UUID to Red Hat Satellite 6?</a></li>
</ul>
<pre><code>[root@client ~]# vi /etc/rhsm/facts/uuid.facts
{&quot;dmi.system.uuid&quot;: &quot;customuuid&quot;}

* customuuid = hostname which is unique for every machine.
</code></pre>
<h1 id="end-19"><a class="header" href="#end-19">end</a></h1>
<h1 id="next"><a class="header" href="#next">next</a></h1>
<div style="break-before: page; page-break-before: always;"></div><h1 id="rhel-订阅在线注册相关问题"><a class="header" href="#rhel-订阅在线注册相关问题">RHEL 订阅在线注册相关问题</a></h1>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit 385367b

Please sign in to comment.