<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Epel-Release on Kenno&#39;s Open Note</title>
    <link>https://blog.khmersite.net/tags/epel-release/</link>
    <description>Recent content in Epel-Release on Kenno&#39;s Open Note</description>
    <image>
      <title>Kenno&#39;s Open Note</title>
      <url>https://blog.khmersite.net/%3Clink%20or%20path%20of%20image%20for%20opengraph,%20twitter-cards%3E</url>
      <link>https://blog.khmersite.net/%3Clink%20or%20path%20of%20image%20for%20opengraph,%20twitter-cards%3E</link>
    </image>
    <generator>Hugo -- 0.154.0</generator>
    <language>en</language>
    <lastBuildDate>Mon, 16 Oct 2023 20:08:36 +1100</lastBuildDate>
    <atom:link href="https://blog.khmersite.net/tags/epel-release/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Install Guest Tools on XCP-ng</title>
      <link>https://blog.khmersite.net/p/install-guest-tools-on-xcpng/</link>
      <pubDate>Mon, 16 Oct 2023 20:08:36 +1100</pubDate>
      <guid>https://blog.khmersite.net/p/install-guest-tools-on-xcpng/</guid>
      <description>&lt;p&gt;On AlmaLinux, the guest-tool for XCP-ng is provided by a package named &lt;code&gt;xe-guest-utilities-latest&lt;/code&gt;, which in turn is available from the &lt;strong&gt;epel-release&lt;/strong&gt; repository.&lt;/p&gt;
&lt;p&gt;The following list a few steps to get XCP-ng guest-tool installed on a VM running AlmaLinux 9.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Enable &lt;strong&gt;epel-release&lt;/strong&gt; repository if not yet enabled by first installing a package called &lt;code&gt;epel-release&lt;/code&gt;. In my case, the repo has been already enabled.&lt;/li&gt;
&lt;/ol&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;[root@xoa1 ~]# rpm -q epel-release
epel-release-9-7.el9.noarch
&lt;/code&gt;&lt;/pre&gt;&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;Install the guest-tool. If you&amp;rsquo;re unable to remember the full name of the package, just search for &lt;code&gt;xe-guest&lt;/code&gt;.&lt;/li&gt;
&lt;/ol&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;[root@xoa1 ~]# dnf search xe-guest
Last metadata expiration check: 3:41:49 ago on Mon 16 Oct 2023 16:34:47.
=================== Name Matched: xe-guest ==================================
xe-guest-utilities-latest.x86_64 : XAPI Virtual Machine Monitoring Scripts

[root@xoa1 ~]# dnf install xe-guest-utilities-latest -y
...
Installed:
  xe-guest-utilities-latest-7.30.0-7.el9.x86_64

[root@xoa1 ~]# rpm -q xe-guest-utilities-latest
xe-guest-utilities-latest-7.30.0-7.el9.x86_64
&lt;/code&gt;&lt;/pre&gt;&lt;ol start=&#34;3&#34;&gt;
&lt;li&gt;Finally, enable and start the &lt;code&gt;xe-linux-distribution&lt;/code&gt; service.&lt;/li&gt;
&lt;/ol&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;[root@xoa1 ~]# systemctl enable --now xe-linux-distribution.service
Created symlink /etc/systemd/system/multi-user.target.wants/xe-linux-distribution.service → /usr/lib/systemd/system/xe-linux-distribution.service.

[root@xoa1 ~]# systemctl status xe-linux-distribution.service
● xe-linux-distribution.service - Linux Guest Agent
     Loaded: loaded (/usr/lib/systemd/system/xe-linux-distribution.service; enabled; preset: disabled)
     Active: active (running) since Mon 2023-10-16 20:20:11 AEDT; 12s ago
    Process: 1714 ExecStartPre=/usr/sbin/sysctl net.ipv4.conf.all.arp_notify=1 (code=exited, status=0/SUCCESS)
    Process: 1715 ExecStartPre=/usr/sbin/xe-linux-distribution /var/cache/xe-linux-distribution (code=exited, status=0/SUCCESS)
   Main PID: 1720 (xe-daemon)
      Tasks: 9 (limit: 23054)
     Memory: 7.1M
        CPU: 42ms
     CGroup: /system.slice/xe-linux-distribution.service
             ├─1720 /usr/sbin/xe-daemon
             └─1723 logger -t xe-daemon -p debug

Oct 16 20:20:11 xoa1 systemd[1]: Starting Linux Guest Agent...
Oct 16 20:20:11 xoa1 sysctl[1714]: net.ipv4.conf.all.arp_notify = 1
Oct 16 20:20:11 xoa1 systemd[1]: Started Linux Guest Agent.
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;The guest-tool for XCP-ng has now been installed on a VM running AlmaLinux (9).&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
