<?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 Re: bdf and df error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-and-df-error/m-p/3642944#M809103</link>
    <description>Error message itself saying the permission problem. It may be with /etc/mnttab or bdf binary only.&lt;BR /&gt;&lt;BR /&gt;# ls -l /usr/bin/bdf&lt;BR /&gt;-r-sr-xr-x   1 root       bin          20480 Sep 23  2003 /usr/bin/bdf &lt;BR /&gt;&lt;BR /&gt;Else,&lt;BR /&gt;&lt;BR /&gt;# chmod 4566 /usr/bin/bdf&lt;BR /&gt;# chown root:bin /usr/bin/bdf&lt;BR /&gt;&lt;BR /&gt;# ls -l /etc/mnttab&lt;BR /&gt;-rw-r--r--   1 root       root           490 Oct  3 06:27 /etc/mnttab&lt;BR /&gt;&lt;BR /&gt;else,&lt;BR /&gt;&lt;BR /&gt;# chmod 644 /etc/mnttab&lt;BR /&gt;&lt;BR /&gt;hth.&lt;BR /&gt;</description>
    <pubDate>Thu, 06 Oct 2005 03:02:45 GMT</pubDate>
    <dc:creator>Muthukumar_5</dc:creator>
    <dc:date>2005-10-06T03:02:45Z</dc:date>
    <item>
      <title>bdf and df error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-and-df-error/m-p/3642940#M809099</link>
      <description>Hi guys,&lt;BR /&gt;&lt;BR /&gt;Now I am getting the error on bdf and dk "bdf: Cannot open /etc/mnttab: Permission denied" and "df: Cannot open /etc/mnttab: Permission denied". There is nothing wrong with mnttab. Any ideas??</description>
      <pubDate>Thu, 06 Oct 2005 02:23:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-and-df-error/m-p/3642940#M809099</guid>
      <dc:creator>Achilles_2</dc:creator>
      <dc:date>2005-10-06T02:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: bdf and df error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-and-df-error/m-p/3642941#M809100</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Could you check the permissions of the /etc/mnttab ?&lt;BR /&gt;&lt;BR /&gt;-rw-r--r--   1 root       sys            681 Sep  5 13:18 mnttab&lt;BR /&gt;&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Thu, 06 Oct 2005 02:26:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-and-df-error/m-p/3642941#M809100</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2005-10-06T02:26:25Z</dc:date>
    </item>
    <item>
      <title>Re: bdf and df error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-and-df-error/m-p/3642942#M809101</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;try the following.&lt;BR /&gt;#mv /etc/mnttab /tmp/mnttab.old&lt;BR /&gt;#mount -a&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; after that check whether you are able to run the bdf or df&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 06 Oct 2005 02:32:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-and-df-error/m-p/3642942#M809101</guid>
      <dc:creator>Sreedhar Nathani</dc:creator>
      <dc:date>2005-10-06T02:32:31Z</dc:date>
    </item>
    <item>
      <title>Re: bdf and df error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-and-df-error/m-p/3642943#M809102</link>
      <description>Similar problem with solutions, &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=932590" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=932590&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Thu, 06 Oct 2005 02:51:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-and-df-error/m-p/3642943#M809102</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-10-06T02:51:54Z</dc:date>
    </item>
    <item>
      <title>Re: bdf and df error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-and-df-error/m-p/3642944#M809103</link>
      <description>Error message itself saying the permission problem. It may be with /etc/mnttab or bdf binary only.&lt;BR /&gt;&lt;BR /&gt;# ls -l /usr/bin/bdf&lt;BR /&gt;-r-sr-xr-x   1 root       bin          20480 Sep 23  2003 /usr/bin/bdf &lt;BR /&gt;&lt;BR /&gt;Else,&lt;BR /&gt;&lt;BR /&gt;# chmod 4566 /usr/bin/bdf&lt;BR /&gt;# chown root:bin /usr/bin/bdf&lt;BR /&gt;&lt;BR /&gt;# ls -l /etc/mnttab&lt;BR /&gt;-rw-r--r--   1 root       root           490 Oct  3 06:27 /etc/mnttab&lt;BR /&gt;&lt;BR /&gt;else,&lt;BR /&gt;&lt;BR /&gt;# chmod 644 /etc/mnttab&lt;BR /&gt;&lt;BR /&gt;hth.&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Oct 2005 03:02:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-and-df-error/m-p/3642944#M809103</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-10-06T03:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: bdf and df error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-and-df-error/m-p/3642945#M809104</link>
      <description>There is no difference of the permission in other HP server. But the other is fine. One thing I mention that I haven't removed and created the hard disk recently.</description>
      <pubDate>Thu, 06 Oct 2005 03:12:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-and-df-error/m-p/3642945#M809104</guid>
      <dc:creator>Achilles_2</dc:creator>
      <dc:date>2005-10-06T03:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: bdf and df error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-and-df-error/m-p/3642946#M809105</link>
      <description>So you are having that specific permission in your machine.&lt;BR /&gt;&lt;BR /&gt;Is syncer process running there? Check it as,&lt;BR /&gt;&lt;BR /&gt;# ps -ef | grep syncer&lt;BR /&gt;&lt;BR /&gt;else start it.&lt;BR /&gt;&lt;BR /&gt;# /usr/sbin/syncer&lt;BR /&gt;&lt;BR /&gt;hth.</description>
      <pubDate>Thu, 06 Oct 2005 03:16:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-and-df-error/m-p/3642946#M809105</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-10-06T03:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: bdf and df error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-and-df-error/m-p/3642947#M809106</link>
      <description>Execute syncer with startup as,&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/syncer start&lt;BR /&gt;&lt;BR /&gt;if it is not running.&lt;BR /&gt;&lt;BR /&gt;and do,&lt;BR /&gt;&lt;BR /&gt;# sync -l&lt;BR /&gt;&lt;BR /&gt;Is there anything as error's or information.&lt;BR /&gt;&lt;BR /&gt;hth.&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Oct 2005 03:18:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-and-df-error/m-p/3642947#M809106</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-10-06T03:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: bdf and df error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-and-df-error/m-p/3642948#M809107</link>
      <description>Just a strange scenario as,&lt;BR /&gt;&lt;BR /&gt;# mv /etc/mnttab /etc/mnttab.old&lt;BR /&gt;# sleep 10&lt;BR /&gt;# bdf&lt;BR /&gt;&lt;BR /&gt;Are you getting details now?&lt;BR /&gt;&lt;BR /&gt;hth.&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Oct 2005 03:23:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-and-df-error/m-p/3642948#M809107</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-10-06T03:23:33Z</dc:date>
    </item>
  </channel>
</rss>

