<?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: FS in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/fs/m-p/2553615#M649502</link>
    <description>Hi:&lt;BR /&gt;&lt;BR /&gt;In the case you describe, the file system will need to be reloaded from backup after replacing the failed disk:&lt;BR /&gt;&lt;BR /&gt;1.  Replace the disk&lt;BR /&gt;2.  vgcfgrestore -n /dev/vgXX /dev/rdsk/c100t6d0&lt;BR /&gt;3.  vgchange -a y /dev/vgXX&lt;BR /&gt;4.  for N in ...do&lt;BR /&gt;newfs -F vxfs -b &lt;BLOCK_SIZE&gt; /dev/vgXX/rlvol${N}&lt;BR /&gt;5.  Restore data to each lvol appropriately.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;/BLOCK_SIZE&gt;</description>
    <pubDate>Tue, 17 Jul 2001 09:36:01 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2001-07-17T09:36:01Z</dc:date>
    <item>
      <title>FS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fs/m-p/2553613#M649500</link>
      <description>Hi all,,&lt;BR /&gt;  &lt;BR /&gt;  Just want to know onething..&lt;BR /&gt;&lt;BR /&gt;Say one File System /data is of 300MB which has&lt;BR /&gt;&lt;BR /&gt;its physical extends over 2 disks &lt;BR /&gt;&lt;BR /&gt;  that is 150MB is there in /dev/dsk/c100t5d0&lt;BR /&gt;&lt;BR /&gt;and 150MB is there in /dev/dsk/c100t6d0..&lt;BR /&gt;&lt;BR /&gt;   and it is not mirrored..&lt;BR /&gt;&lt;BR /&gt;   the question is that suppose if all of &lt;BR /&gt;&lt;BR /&gt;/dev/dsk/c100t6d0 go for a toss and it is not&lt;BR /&gt;&lt;BR /&gt;responding at all then what will the status&lt;BR /&gt;&lt;BR /&gt;of the File System /data...&lt;BR /&gt;&lt;BR /&gt;   I guess that file System will go unusable..&lt;BR /&gt;&lt;BR /&gt;   But would like to know what exactly will&lt;BR /&gt;&lt;BR /&gt;happen to the File System..&lt;BR /&gt;&lt;BR /&gt;   and what are the possible steps to restore&lt;BR /&gt;&lt;BR /&gt;it back online..&lt;BR /&gt;&lt;BR /&gt;  I know this might be a rare case..&lt;BR /&gt; &lt;BR /&gt;  But I bet U geeks know the fix..&lt;BR /&gt;&lt;BR /&gt;  So let me also know..&lt;BR /&gt;&lt;BR /&gt;  Thanks in advance&lt;BR /&gt;&lt;BR /&gt;Sundar</description>
      <pubDate>Tue, 17 Jul 2001 09:09:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fs/m-p/2553613#M649500</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2001-07-17T09:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: FS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fs/m-p/2553614#M649501</link>
      <description>Hi,&lt;BR /&gt;if /dev/dsk/c100t6d0 crashes then whole /data file system tosses, since while booting or mounting the whole filesyetm will be considered, just not the disk. if you have the backup of the /data then even if /dev/dsk/c100t6d0 crashes you can recreate the /data on c100t5d0 with 300 mb size and can restore</description>
      <pubDate>Tue, 17 Jul 2001 09:22:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fs/m-p/2553614#M649501</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2001-07-17T09:22:31Z</dc:date>
    </item>
    <item>
      <title>Re: FS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fs/m-p/2553615#M649502</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;In the case you describe, the file system will need to be reloaded from backup after replacing the failed disk:&lt;BR /&gt;&lt;BR /&gt;1.  Replace the disk&lt;BR /&gt;2.  vgcfgrestore -n /dev/vgXX /dev/rdsk/c100t6d0&lt;BR /&gt;3.  vgchange -a y /dev/vgXX&lt;BR /&gt;4.  for N in ...do&lt;BR /&gt;newfs -F vxfs -b &lt;BLOCK_SIZE&gt; /dev/vgXX/rlvol${N}&lt;BR /&gt;5.  Restore data to each lvol appropriately.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;/BLOCK_SIZE&gt;</description>
      <pubDate>Tue, 17 Jul 2001 09:36:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fs/m-p/2553615#M649502</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-07-17T09:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: FS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fs/m-p/2553616#M649503</link>
      <description>&lt;BR /&gt;  Hi Ravi thanks for the reply..&lt;BR /&gt;&lt;BR /&gt;  But sorry I was not asking U what will happen&lt;BR /&gt;&lt;BR /&gt;to /data as I also know it will go for a toss..&lt;BR /&gt;&lt;BR /&gt;  More over I would like to have the steps in&lt;BR /&gt;&lt;BR /&gt;commands not in theory...and would like to have&lt;BR /&gt;&lt;BR /&gt;the FS in both /dev/dsk/c100t5d0 and c100t6d0&lt;BR /&gt;&lt;BR /&gt;after teplacing the disk..&lt;BR /&gt;&lt;BR /&gt;  See if U can help me out&lt;BR /&gt;&lt;BR /&gt;  Thanks&lt;BR /&gt;&lt;BR /&gt;Sundar</description>
      <pubDate>Tue, 17 Jul 2001 09:39:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fs/m-p/2553616#M649503</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2001-07-17T09:39:07Z</dc:date>
    </item>
    <item>
      <title>Re: FS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fs/m-p/2553617#M649504</link>
      <description>Hi (again) Sundara:&lt;BR /&gt;&lt;BR /&gt;I should hasten to add that the 'newfs' and subsequent data restore, is only needed for those logical volumes that had extents on the failed/replaced disk.&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Jul 2001 09:47:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fs/m-p/2553617#M649504</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-07-17T09:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: FS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fs/m-p/2553618#M649505</link>
      <description>&lt;BR /&gt;  Hi Sundar&lt;BR /&gt;&lt;BR /&gt;   In this case U will not be able to access /data. U connect new HDD in same Ctlr with same ID and follow these steps.&lt;BR /&gt;#ioscan -fnC disk&lt;BR /&gt;&lt;BR /&gt;  Make sure that ur newly added HDD is listed.&lt;BR /&gt;#diskinfo /dev/rdsk/c100t6d0&lt;BR /&gt;  Make sure that ur newly added HDD size model type ..etc are OK&lt;BR /&gt;#pvcreate -f /dev/dsk/c100t6d0&lt;BR /&gt;#vgchange -a n /dev/vgxx&lt;BR /&gt;#vgcfgretore -n /dev/vgxx /dev/dsk/c100t6d0&lt;BR /&gt;#vgchange -a y /dev/vgxx&lt;BR /&gt;&lt;BR /&gt;  Now U can just try mounting the lost file system. Check up whether any data is showing or not. If U get something U are lucky. Otherwise restore the entire lvol.&lt;BR /&gt;&lt;BR /&gt;Best of luck&lt;BR /&gt;&lt;BR /&gt;Shahul</description>
      <pubDate>Tue, 17 Jul 2001 09:57:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fs/m-p/2553618#M649505</guid>
      <dc:creator>Shahul</dc:creator>
      <dc:date>2001-07-17T09:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: FS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fs/m-p/2553619#M649506</link>
      <description>Hello Sundar,&lt;BR /&gt;&lt;BR /&gt;Following are the steps to be followed for successful restoration.&lt;BR /&gt;&lt;BR /&gt;1.Replace the failed disk in the same id so as to avoid confusion.&lt;BR /&gt;2.Boot the system in single user mode.&lt;BR /&gt;ISL&amp;gt;hpux -is&lt;BR /&gt;3.Restore the LVM header on to the disk.&lt;BR /&gt;#vgcfgrestore -n /dev/vgXX /dev/rdsk/cXtXd0&lt;BR /&gt;4.Now reactivate the Volume group so that the new disk can be attached,since it was'nt configured at the boot time.&lt;BR /&gt;#vgchange -a y /dev/vgXX.&lt;BR /&gt;5.Check which Logical Volumes has extents on the hard disk.&lt;BR /&gt;e.g&lt;BR /&gt;# pvdisplay -v /dev/dsk/c2d0s2 | more&lt;BR /&gt;        .....&lt;BR /&gt;        .....&lt;BR /&gt;        --- Distribution of physical volume ---&lt;BR /&gt;        LV Name            LE of LV  PE for LV&lt;BR /&gt;        /dev/vg00/lvol3    50        50 &lt;BR /&gt;        /dev/vg00/lvol4    245       245&lt;BR /&gt;        .....&lt;BR /&gt;&lt;BR /&gt;6. You need to recreate the Filesystems first&lt;BR /&gt;&lt;BR /&gt;# newfs -L /dev/vgXX/rlvolX &lt;BR /&gt;&lt;BR /&gt;7. Then mount the filesystems to a mount point.&lt;BR /&gt;8. restore the backup.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;S.Sudhakaran.</description>
      <pubDate>Wed, 18 Jul 2001 05:04:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fs/m-p/2553619#M649506</guid>
      <dc:creator>SUDHAKARAN.</dc:creator>
      <dc:date>2001-07-18T05:04:02Z</dc:date>
    </item>
  </channel>
</rss>

