<div dir="ltr"><div dir="ltr">Hi Niall O'Reilly,<div><br></div><div>Thanks for the response.</div><div>Still we are facing the same issue even after trying with the suggested usage of the command.</div><div><br></div><div><div># ps -eaf | grep -i named<br></div><div>root     32198 32197  0 04:59 ?        00:00:00 sudo /usr/sbin/named -u named -c /etc/ClusterDNS.conf -f</div><div>named    32199 32198  5 04:59 ?        00:00:00 /usr/sbin/named -u named -c /etc/ClusterDNS.conf -f</div><div>root     32284 21885  0 04:59 pts/0    00:00:00 grep -i named</div><div><br></div><div># cd /var/run/named</div><div>-bash: cd: /var/run/named: No such file or directory</div></div><div><br></div><div>Kindly let us know if there is any other possible solution for this issue. <br></div><div><br></div><div><br></div><div>Thanks & Regards,<br></div><div>Chandra M</div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Apr 4, 2019 at 7:37 PM Niall O'Reilly <<a href="mailto:niall.oreilly@ucd.ie">niall.oreilly@ucd.ie</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><u></u>




<div>
<div style="font-family:sans-serif"><div style="white-space:normal">
<p dir="auto">On 3 Apr 2019, at 10:26, Chandra Rao wrote:</p>

<blockquote style="border-left:2px solid rgb(119,119,119);color:rgb(119,119,119);margin:0px 0px 5px;padding-left:5px">
<p dir="auto">exec /usr/sbin/named -u named -c "/etc/ClusterDNS.conf" -f</p>
</blockquote>

<p dir="auto">You may need to use</p>

<pre style="background-color:rgb(247,247,247);border-radius:5px;margin-left:15px;margin-right:15px;max-width:90vw;overflow-x:auto;padding:5px" bgcolor="#F7F7F7"><code style="background-color:rgb(247,247,247);border-radius:3px;margin:0px;padding:0px" bgcolor="#F7F7F7">sudo /usr/sbin/named -u named ...
</code></pre>

<p dir="auto">or, if you prefer</p>

<pre style="background-color:rgb(247,247,247);border-radius:5px;margin-left:15px;margin-right:15px;max-width:90vw;overflow-x:auto;padding:5px" bgcolor="#F7F7F7"><code style="background-color:rgb(247,247,247);border-radius:3px;margin:0px;padding:0px" bgcolor="#F7F7F7">exec sudo /usr/sbin/named -u named ...
</code></pre>

<p dir="auto">Best regards,<br>
Niall O'Reilly</p>
</div>
</div>
</div>

</blockquote></div>