<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic serviceguard-A.12.80.00-0.rhel8.x86_64 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/serviceguard-a-12-80-00-0-rhel8-x86-64/m-p/7162654#M57006</link>
    <description>&lt;P&gt;Using HP Linux ServiceGuard A.12.80 Trial for testing and POC, etc. I found issues with&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;/usr/local/cmcluster/conf/scripts/sg/filesystem.sh&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;while using NFS toolkit .&lt;/P&gt;&lt;P&gt;In RHEL 8, NFS requires TCP.&lt;/P&gt;&lt;P&gt;&lt;A href="https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/managing_file_systems/exporting-nfs-shares_managing-file-systems#the-tcp-and-udp-protocols-in-nfsv3-and-nfsv4_exporting-nfs-shares" target="_blank"&gt;https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/managing_file_systems/exporting-nfs-shares_managing-file-systems#the-tcp-and-udp-protocols-in-nfsv3-and-nfsv4_exporting-nfs-shares&lt;/A&gt;&lt;/P&gt;&lt;P&gt;These are the changes required i RHEL 8 to use NFS toolkit:&lt;/P&gt;&lt;P&gt;# diff /usr/local/cmcluster/conf/scripts/sg/filesystem.sh /usr/local/cmcluster/conf/scripts/sg/filesystem.sh.orig&lt;BR /&gt;156c156&lt;BR /&gt;&amp;lt; grep &lt;STRONG&gt;-w&lt;/STRONG&gt; ${nfs_server} 2&amp;gt;/dev/null | cut -f1 -d " " 2&amp;gt;/dev/null`&lt;BR /&gt;---&lt;BR /&gt;&amp;gt; grep &lt;STRONG&gt;-vw&lt;/STRONG&gt; ${nfs_server} 2&amp;gt;/dev/null | cut -f1 -d " " 2&amp;gt;/dev/null`&lt;BR /&gt;189,195c189&lt;BR /&gt;&amp;lt; # &lt;A href="https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/managing_file_systems/exporting-nfs-shares_managing-file-systems#the-tcp-and-udp-protocols-in-nfsv3-and-nfsv4_exporting-nfs-shares" target="_blank"&gt;https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/managing_file_systems/exporting-nfs-shares_managing-file-systems#the-tcp-and-udp-protocols-in-nfsv3-and-nfsv4_exporting-nfs-shares&lt;/A&gt;&lt;BR /&gt;&amp;lt; # 4.3. The TCP and UDP protocols in NFSv3 and NFSv4&lt;BR /&gt;&amp;lt; # NFSv4 requires the Transmission Control Protocol (TCP) running over an IP network.&lt;BR /&gt;&amp;lt; #&lt;BR /&gt;&amp;lt; # NFSv3 could also use the User Datagram Protocol (UDP) in earlier Red Hat Enterprise Linux versions. In Red Hat Enterprise Linux 8, NFS over UDP is no longer supported. By default, UDP is disabled in the NFS server.&lt;BR /&gt;&amp;lt;&lt;BR /&gt;&amp;lt; $sys_bin/rpcinfo -n 2049 &lt;STRONG&gt;-t&lt;/STRONG&gt; $nfs_server nfs 2&amp;gt;/dev/null | grep -w "ready and waiting" &amp;gt;&amp;gt; /dev/null&lt;BR /&gt;---&lt;BR /&gt;&amp;gt; $sys_bin/rpcinfo -n 2049 &lt;STRONG&gt;-u&lt;/STRONG&gt; $nfs_server nfs 2&amp;gt;/dev/null | grep -w "ready and waiting" &amp;gt;&amp;gt; /dev/null&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 28 Mar 2022 02:14:31 GMT</pubDate>
    <dc:creator>2cor317</dc:creator>
    <dc:date>2022-03-28T02:14:31Z</dc:date>
    <item>
      <title>serviceguard-A.12.80.00-0.rhel8.x86_64</title>
      <link>https://community.hpe.com/t5/operating-system-linux/serviceguard-a-12-80-00-0-rhel8-x86-64/m-p/7162654#M57006</link>
      <description>&lt;P&gt;Using HP Linux ServiceGuard A.12.80 Trial for testing and POC, etc. I found issues with&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;/usr/local/cmcluster/conf/scripts/sg/filesystem.sh&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;while using NFS toolkit .&lt;/P&gt;&lt;P&gt;In RHEL 8, NFS requires TCP.&lt;/P&gt;&lt;P&gt;&lt;A href="https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/managing_file_systems/exporting-nfs-shares_managing-file-systems#the-tcp-and-udp-protocols-in-nfsv3-and-nfsv4_exporting-nfs-shares" target="_blank"&gt;https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/managing_file_systems/exporting-nfs-shares_managing-file-systems#the-tcp-and-udp-protocols-in-nfsv3-and-nfsv4_exporting-nfs-shares&lt;/A&gt;&lt;/P&gt;&lt;P&gt;These are the changes required i RHEL 8 to use NFS toolkit:&lt;/P&gt;&lt;P&gt;# diff /usr/local/cmcluster/conf/scripts/sg/filesystem.sh /usr/local/cmcluster/conf/scripts/sg/filesystem.sh.orig&lt;BR /&gt;156c156&lt;BR /&gt;&amp;lt; grep &lt;STRONG&gt;-w&lt;/STRONG&gt; ${nfs_server} 2&amp;gt;/dev/null | cut -f1 -d " " 2&amp;gt;/dev/null`&lt;BR /&gt;---&lt;BR /&gt;&amp;gt; grep &lt;STRONG&gt;-vw&lt;/STRONG&gt; ${nfs_server} 2&amp;gt;/dev/null | cut -f1 -d " " 2&amp;gt;/dev/null`&lt;BR /&gt;189,195c189&lt;BR /&gt;&amp;lt; # &lt;A href="https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/managing_file_systems/exporting-nfs-shares_managing-file-systems#the-tcp-and-udp-protocols-in-nfsv3-and-nfsv4_exporting-nfs-shares" target="_blank"&gt;https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/managing_file_systems/exporting-nfs-shares_managing-file-systems#the-tcp-and-udp-protocols-in-nfsv3-and-nfsv4_exporting-nfs-shares&lt;/A&gt;&lt;BR /&gt;&amp;lt; # 4.3. The TCP and UDP protocols in NFSv3 and NFSv4&lt;BR /&gt;&amp;lt; # NFSv4 requires the Transmission Control Protocol (TCP) running over an IP network.&lt;BR /&gt;&amp;lt; #&lt;BR /&gt;&amp;lt; # NFSv3 could also use the User Datagram Protocol (UDP) in earlier Red Hat Enterprise Linux versions. In Red Hat Enterprise Linux 8, NFS over UDP is no longer supported. By default, UDP is disabled in the NFS server.&lt;BR /&gt;&amp;lt;&lt;BR /&gt;&amp;lt; $sys_bin/rpcinfo -n 2049 &lt;STRONG&gt;-t&lt;/STRONG&gt; $nfs_server nfs 2&amp;gt;/dev/null | grep -w "ready and waiting" &amp;gt;&amp;gt; /dev/null&lt;BR /&gt;---&lt;BR /&gt;&amp;gt; $sys_bin/rpcinfo -n 2049 &lt;STRONG&gt;-u&lt;/STRONG&gt; $nfs_server nfs 2&amp;gt;/dev/null | grep -w "ready and waiting" &amp;gt;&amp;gt; /dev/null&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Mar 2022 02:14:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/serviceguard-a-12-80-00-0-rhel8-x86-64/m-p/7162654#M57006</guid>
      <dc:creator>2cor317</dc:creator>
      <dc:date>2022-03-28T02:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: serviceguard-A.12.80.00-0.rhel8.x86_64</title>
      <link>https://community.hpe.com/t5/operating-system-linux/serviceguard-a-12-80-00-0-rhel8-x86-64/m-p/7163140#M57007</link>
      <description>&lt;P&gt;Issue has been addressed already with QXCR1001816469&lt;/P&gt;&lt;P&gt;next release you will see the changes&lt;/P&gt;</description>
      <pubDate>Thu, 24 Mar 2022 02:57:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/serviceguard-a-12-80-00-0-rhel8-x86-64/m-p/7163140#M57007</guid>
      <dc:creator>avd437</dc:creator>
      <dc:date>2022-03-24T02:57:57Z</dc:date>
    </item>
  </channel>
</rss>

