<?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: mount vxfs problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-vxfs-problem/m-p/4466456#M360571</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Here are some reasons why this issue could occur&lt;BR /&gt;&lt;BR /&gt;The command fsck -F vxfs /dev/vg##/lvol# was executed when an HFS file system resides on /dev/vg##/lvol#. Executing the command: fsck -F hfs /dev/vg#/lvol## or fsck /dev/vg#/lvol## should resolve this. &lt;BR /&gt;The command fsck /dev/vg##/lvol# was executed on an HFS file system and there is an incorrect entry in /etc/fstab for the logical volume /dev/vg#/lvol## that labels that logical volume as "vxfs". Changing the entry in /etc/fstab to "hfs" should resolve this. &lt;BR /&gt;The command fsck /dev/vg##/lvol# was executed on an HFS file system and there is no entry in /etc/fstab for that logical volume, but the file /etc/default/fs contains the entry: LOCAL=vxfs Adding an entry to /etc/fstab for that logical volume as an "hfs" file system should resolve this. Also, changing the /etc/default/fs file to read: LOCAL=hfs should resolve this as well&lt;BR /&gt;&lt;BR /&gt;Also check if your jfs versions are properly installed, try swremove and swinstall them..&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Prashanth</description>
    <pubDate>Fri, 24 Jul 2009 18:12:12 GMT</pubDate>
    <dc:creator>Prashanth.D.S</dc:creator>
    <dc:date>2009-07-24T18:12:12Z</dc:date>
    <item>
      <title>mount vxfs problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-vxfs-problem/m-p/4466454#M360569</link>
      <description>Hi guys,&lt;BR /&gt;I have the following problem, when I try to mount a filesystem:&lt;BR /&gt;hub0x058:/usr/emcbk/log/HUB00903_APP# gador /APP/HUB00903/aplicaciones/data/temporal/trafico/cargador                      &amp;lt;&lt;BR /&gt;UX:vxfs mount: ERROR: V-3-21268: /dev/hub00903bk_vg_dwh2/tmp_traf_cargador is corrupted. needs checking&lt;BR /&gt;hub0x058:/usr/emcbk/log/HUB00903_APP# fsck -F vxfs -y /dev/hub00903bk_vg_dwh2/tmp_traf_cargador&lt;BR /&gt;UX:vxfs fsck: ERROR: V-3-25290:  could not read from block offset devid/blknum 0/157286399.  Device may be missing in vset.&lt;BR /&gt;UX:vxfs fsck: ERROR: V-3-20694: cannot initialize aggregate&lt;BR /&gt;file system check failure, aborting ...&lt;BR /&gt;hub0x058:/usr/emcbk/log/HUB00903_APP#&lt;BR /&gt;&lt;BR /&gt;Any suggestions?&lt;BR /&gt;&lt;BR /&gt;Thank You !</description>
      <pubDate>Fri, 24 Jul 2009 17:37:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-vxfs-problem/m-p/4466454#M360569</guid>
      <dc:creator>g0nz0</dc:creator>
      <dc:date>2009-07-24T17:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: mount vxfs problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-vxfs-problem/m-p/4466455#M360570</link>
      <description>&lt;BR /&gt;Hi, &lt;BR /&gt;&lt;BR /&gt;Use&lt;BR /&gt;&lt;BR /&gt;#/usr/sbin/mount /dev/dsk/&lt;LVNAME&gt;  &lt;MOUNT point=""&gt;&lt;BR /&gt;&lt;BR /&gt;#Make that entry in /etc/fstab.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;rgds &lt;BR /&gt;&lt;BR /&gt;Yogesh&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/MOUNT&gt;&lt;/LVNAME&gt;</description>
      <pubDate>Fri, 24 Jul 2009 18:02:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-vxfs-problem/m-p/4466455#M360570</guid>
      <dc:creator>Yogesh M Puranik</dc:creator>
      <dc:date>2009-07-24T18:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: mount vxfs problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-vxfs-problem/m-p/4466456#M360571</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Here are some reasons why this issue could occur&lt;BR /&gt;&lt;BR /&gt;The command fsck -F vxfs /dev/vg##/lvol# was executed when an HFS file system resides on /dev/vg##/lvol#. Executing the command: fsck -F hfs /dev/vg#/lvol## or fsck /dev/vg#/lvol## should resolve this. &lt;BR /&gt;The command fsck /dev/vg##/lvol# was executed on an HFS file system and there is an incorrect entry in /etc/fstab for the logical volume /dev/vg#/lvol## that labels that logical volume as "vxfs". Changing the entry in /etc/fstab to "hfs" should resolve this. &lt;BR /&gt;The command fsck /dev/vg##/lvol# was executed on an HFS file system and there is no entry in /etc/fstab for that logical volume, but the file /etc/default/fs contains the entry: LOCAL=vxfs Adding an entry to /etc/fstab for that logical volume as an "hfs" file system should resolve this. Also, changing the /etc/default/fs file to read: LOCAL=hfs should resolve this as well&lt;BR /&gt;&lt;BR /&gt;Also check if your jfs versions are properly installed, try swremove and swinstall them..&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Prashanth</description>
      <pubDate>Fri, 24 Jul 2009 18:12:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-vxfs-problem/m-p/4466456#M360571</guid>
      <dc:creator>Prashanth.D.S</dc:creator>
      <dc:date>2009-07-24T18:12:12Z</dc:date>
    </item>
  </channel>
</rss>

