<?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: filesystem error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-error/m-p/2692019#M55604</link>
    <description>I thank for its aid to them. Detecting a problem at level of data base, which declared a problem at level of filesystem. &lt;BR /&gt;&lt;BR /&gt;Atte,&lt;BR /&gt;&lt;BR /&gt;Rodrigo Letelier</description>
    <pubDate>Thu, 28 Mar 2002 16:19:33 GMT</pubDate>
    <dc:creator>Rodrigo Letelier</dc:creator>
    <dc:date>2002-03-28T16:19:33Z</dc:date>
    <item>
      <title>filesystem error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-error/m-p/2692014#M55599</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;Hello to All, &lt;BR /&gt; I have a HP N9000 with UX11 and a Autoraid. I have tried to form filesystem through sam, including check of archives of so large length, nevertheless at the time of verifying gives it to me following mensage. &lt;BR /&gt;&lt;BR /&gt;# fsck / TYTtempdb fsck: / etc/default/fs is used for determining the cases out system type &lt;BR /&gt;cannot open device / TYTtempdb &lt;BR /&gt;system check failure, aborting... &lt;BR /&gt;&lt;BR /&gt;Etc/default/fs reviews the content of the file / which contains LOCAL=vxfs &lt;BR /&gt;&lt;BR /&gt;# fstyp / dev/vgtytrd/lvtyttempdb &lt;BR /&gt;vxfs &lt;BR /&gt;&lt;BR /&gt; The problem is generated when trying to migrate a device of 400 data base of Mb, which detects error in filesystem&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Atte.&lt;BR /&gt;&lt;BR /&gt;Rodrigo Letelier&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Mar 2002 17:06:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-error/m-p/2692014#M55599</guid>
      <dc:creator>Rodrigo Letelier</dc:creator>
      <dc:date>2002-03-27T17:06:25Z</dc:date>
    </item>
    <item>
      <title>Re: filesystem error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-error/m-p/2692015#M55600</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I apologize in advance for not completely understandig your problem, so here goes:&lt;BR /&gt;&lt;BR /&gt;You stated you created the file system through sam.  Was there an error message from sam?&lt;BR /&gt;&lt;BR /&gt;on your fsck command, try using the -F vxfs -o full options.  What did this say?&lt;BR /&gt;&lt;BR /&gt;When you created the filesystem, did you include the largefiles option, see your fstab, which could, depending on your data, be the problem.  The largefiles option allows files over 2Gb in size.&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Wed, 27 Mar 2002 17:22:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-error/m-p/2692015#M55600</guid>
      <dc:creator>Christopher McCray_1</dc:creator>
      <dc:date>2002-03-27T17:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: filesystem error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-error/m-p/2692016#M55601</link>
      <description>Hi try to use this command.&lt;BR /&gt;&lt;BR /&gt;fsck -y /dev/vgtytrd/rlvtyttempdb&lt;BR /&gt;&lt;BR /&gt;always use fsck with raw device name.&lt;BR /&gt;&lt;BR /&gt;Before doing fsck on a file system please unmount the file system.&lt;BR /&gt;&lt;BR /&gt;Hopefully it will work.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;-pap &lt;BR /&gt;</description>
      <pubDate>Wed, 27 Mar 2002 17:24:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-error/m-p/2692016#M55601</guid>
      <dc:creator>pap</dc:creator>
      <dc:date>2002-03-27T17:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: filesystem error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-error/m-p/2692017#M55602</link>
      <description>When it creates filesystem was created without errors. In the characteristics of filesystem this marking to allow archives of so large length. The following ones are the exits of the different used commandos:&lt;BR /&gt;&lt;BR /&gt; # bdf |grep "TYTtempdb"&lt;BR /&gt;                   3563520    1976 3338955    0% /TYTtempdb&lt;BR /&gt;&lt;BR /&gt; # fsck -F vxfs /TYTtempdb&lt;BR /&gt;cannot open device /TYTtempdb&lt;BR /&gt;file system check failure, aborting ...&lt;BR /&gt;&lt;BR /&gt; # grep "TYTtempdb" /etc/fstab &lt;BR /&gt;/dev/vgtytrd/lvtyttempdb /TYTtempdb vxfs rw,suid,largefiles,delaylog,datainlog 0 2&lt;BR /&gt;&lt;BR /&gt; # umount /TYTtempdb&lt;BR /&gt;&lt;BR /&gt; # fsck -y /dev/vgtytrd/rlvtyttempdb&lt;BR /&gt;file system is clean - log replay is not required&lt;BR /&gt;&lt;BR /&gt; # mount /dev/vgtytrd/lvtyttempdb /TYTtempdb&lt;BR /&gt;&lt;BR /&gt;Atte.&lt;BR /&gt;&lt;BR /&gt;Rodrigo Letelier</description>
      <pubDate>Wed, 27 Mar 2002 19:19:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-error/m-p/2692017#M55602</guid>
      <dc:creator>Rodrigo Letelier</dc:creator>
      <dc:date>2002-03-27T19:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: filesystem error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-error/m-p/2692018#M55603</link>
      <description>Hi Rodrigo,&lt;BR /&gt;&lt;BR /&gt;Like you have already noticed, you should unmount the filesystem before running fsck on that filesystem. Also you should use the device file to do a fsck and not the mount point or the lv name. you need to specify the complete name with the vg, /dev/vg_name/lv_name&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Mar 2002 19:24:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-error/m-p/2692018#M55603</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-03-27T19:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: filesystem error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-error/m-p/2692019#M55604</link>
      <description>I thank for its aid to them. Detecting a problem at level of data base, which declared a problem at level of filesystem. &lt;BR /&gt;&lt;BR /&gt;Atte,&lt;BR /&gt;&lt;BR /&gt;Rodrigo Letelier</description>
      <pubDate>Thu, 28 Mar 2002 16:19:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-error/m-p/2692019#M55604</guid>
      <dc:creator>Rodrigo Letelier</dc:creator>
      <dc:date>2002-03-28T16:19:33Z</dc:date>
    </item>
  </channel>
</rss>

