<?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: File System in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system/m-p/2571330#M873210</link>
    <description>Hi Jamal,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Couple of things, make sure you are uptodate with patches on both the nodes. Also to check the version you could use&lt;BR /&gt;fstyp -v /dev/vg00/lvol??&lt;BR /&gt;&lt;BR /&gt;If you just want to look at version&lt;BR /&gt;fstyp -v /dev/vg00/lvol?? |grep version&lt;BR /&gt;&lt;BR /&gt;-HTH&lt;BR /&gt;Ramesh</description>
    <pubDate>Tue, 28 Aug 2001 15:03:29 GMT</pubDate>
    <dc:creator>linuxfan</dc:creator>
    <dc:date>2001-08-28T15:03:29Z</dc:date>
    <item>
      <title>File System</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system/m-p/2571327#M873207</link>
      <description>Currently we are running n4000 on EMC disk with HP-UX 11 64 bit and largefiles enable. We are planning to use the BCV functionality to copy the filesystem in n4000 and mount it over at T500. Unfortunately, the t500 is running on HP-UX 10.20. Could I mount the filesystem?</description>
      <pubDate>Tue, 28 Aug 2001 14:44:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system/m-p/2571327#M873207</guid>
      <dc:creator>System Dude_1</dc:creator>
      <dc:date>2001-08-28T14:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: File System</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system/m-p/2571328#M873208</link>
      <description>Yes.&lt;BR /&gt;&lt;BR /&gt;You will want to make sure that you are running the same version of JFS on each system, but there should be no incompatability issues between a vxfs filesystem under 11.00 and 10.20</description>
      <pubDate>Tue, 28 Aug 2001 14:48:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system/m-p/2571328#M873208</guid>
      <dc:creator>Alan Riggs</dc:creator>
      <dc:date>2001-08-28T14:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: File System</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system/m-p/2571329#M873209</link>
      <description>Could you elaborate on how to check JFS version on both system?</description>
      <pubDate>Tue, 28 Aug 2001 14:52:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system/m-p/2571329#M873209</guid>
      <dc:creator>System Dude_1</dc:creator>
      <dc:date>2001-08-28T14:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: File System</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system/m-p/2571330#M873210</link>
      <description>Hi Jamal,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Couple of things, make sure you are uptodate with patches on both the nodes. Also to check the version you could use&lt;BR /&gt;fstyp -v /dev/vg00/lvol??&lt;BR /&gt;&lt;BR /&gt;If you just want to look at version&lt;BR /&gt;fstyp -v /dev/vg00/lvol?? |grep version&lt;BR /&gt;&lt;BR /&gt;-HTH&lt;BR /&gt;Ramesh</description>
      <pubDate>Tue, 28 Aug 2001 15:03:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system/m-p/2571330#M873210</guid>
      <dc:creator>linuxfan</dc:creator>
      <dc:date>2001-08-28T15:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: File System</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system/m-p/2571331#M873211</link>
      <description>The JFS version 3 for both server but i'm having error as below when try to do fsck :&lt;BR /&gt;&lt;BR /&gt;invalid super-block&lt;BR /&gt;search for auxiliary super-block? (ynq)y&lt;BR /&gt;alternate super-block not found</description>
      <pubDate>Tue, 28 Aug 2001 15:10:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system/m-p/2571331#M873211</guid>
      <dc:creator>System Dude_1</dc:creator>
      <dc:date>2001-08-28T15:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: File System</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system/m-p/2571332#M873212</link>
      <description>HI&lt;BR /&gt;I guess you are using EMC Time Finder software to split the bcvs and mount on second machine.&lt;BR /&gt;Did you do vgchgid on all disks (bcv) on second machine before importing them.&lt;BR /&gt;Here are steps on second machine after split.&lt;BR /&gt;#vgchgid /dev/rdsk/cxtyd0 ....&lt;BR /&gt;(Do vgchgid on all disks on same vg at one-shot)&lt;BR /&gt;#mkdir /dev/vg01&lt;BR /&gt;#mknod /dev/vg01/group c 64 0x140000&lt;BR /&gt;#vgimport /dev/vg01 /dev/dsk/cxtyd0 ..&lt;BR /&gt;#vgchange -a y /dev/vg01&lt;BR /&gt;#fsck /dev/vg01/lvol1&lt;BR /&gt;#mount /dev/vg01/lvol1 /u01&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;Prashant Deshpande.</description>
      <pubDate>Tue, 28 Aug 2001 15:23:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system/m-p/2571332#M873212</guid>
      <dc:creator>Deshpande Prashant</dc:creator>
      <dc:date>2001-08-28T15:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: File System</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system/m-p/2571333#M873213</link>
      <description>But I did not export the filesystem in the BCV disk when I run the timefinder, why should i import it?</description>
      <pubDate>Tue, 28 Aug 2001 15:28:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system/m-p/2571333#M873213</guid>
      <dc:creator>System Dude_1</dc:creator>
      <dc:date>2001-08-28T15:28:20Z</dc:date>
    </item>
    <item>
      <title>Re: File System</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system/m-p/2571334#M873214</link>
      <description>Hi Jamaludin Bin Muhamad Yu &lt;BR /&gt;&lt;BR /&gt;Try this link too&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://163.18.14.55/datapro/16082-1.htm#TAG14" target="_blank"&gt;http://163.18.14.55/datapro/16082-1.htm#TAG14&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Tue, 28 Aug 2001 15:41:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system/m-p/2571334#M873214</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2001-08-28T15:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: File System</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system/m-p/2571335#M873215</link>
      <description>Hi&lt;BR /&gt;As far as I know, volume groups need to be exported before syncing. This how I do it in my machine.&lt;BR /&gt;# unmount file systems and export vgs (bcv)&lt;BR /&gt;# sync bcvs&lt;BR /&gt;# After sync is complete break&lt;BR /&gt;# Vgchgid on bcv disks on node2&lt;BR /&gt;# import disk&lt;BR /&gt;# fsck &lt;BR /&gt;# mount file system.&lt;BR /&gt;&lt;BR /&gt;Take a look at man vgchgid for more details.&lt;BR /&gt;&lt;BR /&gt;Thaks.&lt;BR /&gt;Prashant Deshpande.&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Aug 2001 15:59:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system/m-p/2571335#M873215</guid>
      <dc:creator>Deshpande Prashant</dc:creator>
      <dc:date>2001-08-28T15:59:59Z</dc:date>
    </item>
  </channel>
</rss>

