<?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 command in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-command/m-p/4361757#M346168</link>
    <description>Hi,&lt;BR /&gt;Thank you all for the reply.&lt;BR /&gt;&lt;BR /&gt;I checked below things.&lt;BR /&gt;&lt;BR /&gt;1. cat /etc/mnttab&lt;BR /&gt;   Not listing the /opt/mqm mounted file system.&lt;BR /&gt;&lt;BR /&gt;2. cd /opt/mqm and bdf ./ &lt;BR /&gt;   Its showing opt filesystem space only.&lt;BR /&gt;&lt;BR /&gt;3. mount command also not listing the /opt/mqm file system.&lt;BR /&gt;&lt;BR /&gt;4.  bdf  /dev/vg01/optmqm&lt;BR /&gt;Filesystem          kbytes    used   avail %used Mounted on&lt;BR /&gt;/dev/vg01/optmqm    540672    1237  505721    0%&lt;BR /&gt;&lt;BR /&gt;5. lvdisplay /dev/vg01/optmqm&lt;BR /&gt;--- Logical volumes ---&lt;BR /&gt;LV Name                     /dev/vg01/optmqm&lt;BR /&gt;VG Name                     /dev/vg01&lt;BR /&gt;LV Permission               read/write&lt;BR /&gt;LV Status                   available/syncd&lt;BR /&gt;Mirror copies               0&lt;BR /&gt;Consistency Recovery        MWC&lt;BR /&gt;Schedule                    parallel&lt;BR /&gt;LV Size (Mbytes)            528&lt;BR /&gt;Current LE                  33&lt;BR /&gt;Allocated PE                33&lt;BR /&gt;Stripes                     0&lt;BR /&gt;Stripe Size (Kbytes)        0&lt;BR /&gt;Bad block                   on&lt;BR /&gt;Allocation                  strict&lt;BR /&gt;IO Timeout (Seconds)        default&lt;BR /&gt;&lt;BR /&gt;6. I tried mount the file system again. but the existing files are disappear after.&lt;BR /&gt;&lt;BR /&gt;when i use bdf command its not listing the /opt/mqm file system&lt;BR /&gt;&lt;BR /&gt;Could you please suggest any idea for this.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;</description>
    <pubDate>Thu, 19 Feb 2009 12:43:19 GMT</pubDate>
    <dc:creator>mrk_1</dc:creator>
    <dc:date>2009-02-19T12:43:19Z</dc:date>
    <item>
      <title>bdf command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-command/m-p/4361752#M346163</link>
      <description>Hi All,&lt;BR /&gt;I have created logical volum, new file system and mount the file system on hp-ux 11i.&lt;BR /&gt;&lt;BR /&gt;But when i use command bdf, its not listing the above mounted file system.&lt;BR /&gt;&lt;BR /&gt;Can any one help me what i need to do for this.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Feb 2009 23:13:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-command/m-p/4361752#M346163</guid>
      <dc:creator>mrk_1</dc:creator>
      <dc:date>2009-02-18T23:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: bdf command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-command/m-p/4361753#M346164</link>
      <description>If bdf isn't listing it, then I seriously doubt that it is mounted.&lt;BR /&gt;&lt;BR /&gt;Do a &lt;BR /&gt;&lt;BR /&gt;# cat /etc/mnttab&lt;BR /&gt;&lt;BR /&gt;to see what file systems are mounted.  If you new one is not listed, then it isn't mounted and you need to try mounting it again.</description>
      <pubDate>Wed, 18 Feb 2009 23:17:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-command/m-p/4361753#M346164</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2009-02-18T23:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: bdf command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-command/m-p/4361754#M346165</link>
      <description>Use the mount command with no options and it will show the mounted filesystems.&lt;BR /&gt; &lt;BR /&gt;Note: If you created a mountpoint directory, then mounted the new lvol (but missed the error message), you can store files in that mountpoint and it will look like a mountpoint. To see if this happened, run this command:&lt;BR /&gt; &lt;BR /&gt;bdf /mountpoint&lt;BR /&gt; &lt;BR /&gt;If the right hand column shows "/" then nothing was mounted and you were storing files in an ordinary directory that is in the / volume. Now if you mount the new lvol, the old files will seem to disappear but they are still there and occupy space on the / volume. Be sure to clean up the old files before moiunting the new lvol.</description>
      <pubDate>Thu, 19 Feb 2009 03:46:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-command/m-p/4361754#M346165</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2009-02-19T03:46:34Z</dc:date>
    </item>
    <item>
      <title>Re: bdf command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-command/m-p/4361755#M346166</link>
      <description>Hi,&lt;BR /&gt;Are you able to see the content of your new mount point or are you able to access your mount point.&lt;BR /&gt;go to your mount point and do bdf. like this&lt;BR /&gt;&lt;BR /&gt;$cd /newmount_point&lt;BR /&gt;$pwd&lt;BR /&gt;$bdf .&lt;BR /&gt;&lt;BR /&gt;Post this output&lt;BR /&gt;&lt;BR /&gt;Suraj</description>
      <pubDate>Thu, 19 Feb 2009 04:34:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-command/m-p/4361755#M346166</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2009-02-19T04:34:47Z</dc:date>
    </item>
    <item>
      <title>Re: bdf command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-command/m-p/4361756#M346167</link>
      <description>&lt;BR /&gt;Check &lt;BR /&gt;&lt;BR /&gt;bdf /Mount Point</description>
      <pubDate>Thu, 19 Feb 2009 09:33:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-command/m-p/4361756#M346167</guid>
      <dc:creator>Sani</dc:creator>
      <dc:date>2009-02-19T09:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: bdf command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-command/m-p/4361757#M346168</link>
      <description>Hi,&lt;BR /&gt;Thank you all for the reply.&lt;BR /&gt;&lt;BR /&gt;I checked below things.&lt;BR /&gt;&lt;BR /&gt;1. cat /etc/mnttab&lt;BR /&gt;   Not listing the /opt/mqm mounted file system.&lt;BR /&gt;&lt;BR /&gt;2. cd /opt/mqm and bdf ./ &lt;BR /&gt;   Its showing opt filesystem space only.&lt;BR /&gt;&lt;BR /&gt;3. mount command also not listing the /opt/mqm file system.&lt;BR /&gt;&lt;BR /&gt;4.  bdf  /dev/vg01/optmqm&lt;BR /&gt;Filesystem          kbytes    used   avail %used Mounted on&lt;BR /&gt;/dev/vg01/optmqm    540672    1237  505721    0%&lt;BR /&gt;&lt;BR /&gt;5. lvdisplay /dev/vg01/optmqm&lt;BR /&gt;--- Logical volumes ---&lt;BR /&gt;LV Name                     /dev/vg01/optmqm&lt;BR /&gt;VG Name                     /dev/vg01&lt;BR /&gt;LV Permission               read/write&lt;BR /&gt;LV Status                   available/syncd&lt;BR /&gt;Mirror copies               0&lt;BR /&gt;Consistency Recovery        MWC&lt;BR /&gt;Schedule                    parallel&lt;BR /&gt;LV Size (Mbytes)            528&lt;BR /&gt;Current LE                  33&lt;BR /&gt;Allocated PE                33&lt;BR /&gt;Stripes                     0&lt;BR /&gt;Stripe Size (Kbytes)        0&lt;BR /&gt;Bad block                   on&lt;BR /&gt;Allocation                  strict&lt;BR /&gt;IO Timeout (Seconds)        default&lt;BR /&gt;&lt;BR /&gt;6. I tried mount the file system again. but the existing files are disappear after.&lt;BR /&gt;&lt;BR /&gt;when i use bdf command its not listing the /opt/mqm file system&lt;BR /&gt;&lt;BR /&gt;Could you please suggest any idea for this.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Feb 2009 12:43:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-command/m-p/4361757#M346168</guid>
      <dc:creator>mrk_1</dc:creator>
      <dc:date>2009-02-19T12:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: bdf command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-command/m-p/4361758#M346169</link>
      <description>...bdf shows nothing at the end of the list where the mounpoint should appear...&lt;BR /&gt; &lt;BR /&gt;Are you using the shortcut command:&lt;BR /&gt; &lt;BR /&gt;mount /dev/vg01/optmqm&lt;BR /&gt; &lt;BR /&gt;If so, the problem is in fstab, not with the mount command. he reason is that you did not specify at mount point, just the device file. Normally that is completely acceptable. However, fstab is a shortcut file so that you only have to specify the source or the destination and get the rest of the mount options. First, verify that the new filesystem is valid by:&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;umount  /dev/vg01/optmqm&lt;BR /&gt; &lt;BR /&gt;then&lt;BR /&gt; &lt;BR /&gt;mkdir /mnt1&lt;BR /&gt;mount  /dev/vg01/optmqm /mnt1&lt;BR /&gt;bdf /mnt1 &lt;BR /&gt; &lt;BR /&gt;That should show your lvol mounted at /mnt1 and confirms that there is an error in fstab.&lt;BR /&gt; &lt;BR /&gt;The fstab format is:&lt;BR /&gt; &lt;BR /&gt;source /mountpoint type options fsck backup&lt;BR /&gt; &lt;BR /&gt;where:&lt;BR /&gt;source = devicefile&lt;BR /&gt;/mountpoint requires a leading slash&lt;BR /&gt;type = vxfs (or whatever fs you are using)&lt;BR /&gt;backup = virtually obsolete&lt;BR /&gt;fsck = pass number&lt;BR /&gt; &lt;BR /&gt;(man fstab)</description>
      <pubDate>Fri, 20 Feb 2009 00:07:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-command/m-p/4361758#M346169</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2009-02-20T00:07:35Z</dc:date>
    </item>
  </channel>
</rss>

