<?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: Missing data ina a  file system in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/missing-data-ina-a-file-system/m-p/3930205#M609518</link>
    <description>Hi Raul,&lt;BR /&gt;looks like it could well be a disc problem.&lt;BR /&gt;&lt;BR /&gt;To see what LVs are defined in vg01, run the following "vgdisplay -v vg01"&lt;BR /&gt;this will tell you which LVs are in this VG and also which PVs (discs).&lt;BR /&gt;&lt;BR /&gt;If you get "volume group not activated" then run "vgchange -a y vg01" then retry the vgdisplay command.&lt;BR /&gt;&lt;BR /&gt;To check the filesystem for errors, run "fsck -F vxfs -n -p -o full,nolog", this will check but not actually do anything (the -n bit).&lt;BR /&gt;&lt;BR /&gt;I'd make a dd backup of the device first before running a proper fsck of it. If you have the option, then it would be best to mirror the disc before touching it.&lt;BR /&gt;To do this, you will need a second hard disc (I assume your workstation only has two internal discs, so you'd need to do this via the external SCSI port).&lt;BR /&gt;To mirror:&lt;BR /&gt;1) ioscan -funC disc&lt;BR /&gt;2) insf&lt;BR /&gt;3) pvcreate (the new disc)&lt;BR /&gt;4) vgextend vg01 (the new disc)&lt;BR /&gt;5) lvextend -M 1 lvol24 (the new disc)&lt;BR /&gt;&lt;BR /&gt;You can then unplug your faulty disc and fsck the new one (or vgreduce vg01 (the faulty disc) to take this fauly disc out of the VG)</description>
    <pubDate>Tue, 23 Jan 2007 11:28:59 GMT</pubDate>
    <dc:creator>Mancboy</dc:creator>
    <dc:date>2007-01-23T11:28:59Z</dc:date>
    <item>
      <title>Missing data ina a  file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/missing-data-ina-a-file-system/m-p/3930200#M609513</link>
      <description>There were a file system in  my workstation defined in this way, in fstab:&lt;BR /&gt;&lt;BR /&gt;/dev/vg01/lvol24 /users/oracle vxfs rw,suid,delaylog,datainlog 0 2&lt;BR /&gt;&lt;BR /&gt;But its current ( and wrong)  asignation is:&lt;BR /&gt;castillo@sevhh056&amp;gt;  bdf /users/oracle&lt;BR /&gt;Filesystem          kbytes    used   avail %used Mounted on&lt;BR /&gt;/dev/vg00/lvol3      86016   28673   54011   35% /&lt;BR /&gt;&lt;BR /&gt;Notice the new volume group asignation to /users/oracle. All the oracle information is missing ( 3,5Gb) and I do not understandt it.&lt;BR /&gt;How cab I reassign the /dev/vg01/lvol24  to /users/oracle? I think , in this way I could reciver all the data.&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Jan 2007 06:48:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/missing-data-ina-a-file-system/m-p/3930200#M609513</guid>
      <dc:creator>Raul del Castillo_1</dc:creator>
      <dc:date>2007-01-22T06:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: Missing data ina a  file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/missing-data-ina-a-file-system/m-p/3930201#M609514</link>
      <description>Raul,&lt;BR /&gt;&lt;BR /&gt;/dev/vg00/lvol3 was probably already mounted at /users/oracle when you made changes to fstab.  Changes to fstab don't take effect until you reboot or until you re-mount all filesystems (e.g. 'mount -a').  However, if /dev/vg00/lvol3 was mounted at /users/oracle at the time you attempted to re-mount, you would be unable to mount /dev/vg01/lvol24.  You would first have to 'umount /dev/v/g00/lvol3'.&lt;BR /&gt;&lt;BR /&gt;It's hard to say if you will be successful in recovering your data.  You will certainly improve your chances by ensuring that Oracle is offline before unmounting lvol3 and mounting lvol24.&lt;BR /&gt;&lt;BR /&gt;PCS&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Jan 2007 07:25:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/missing-data-ina-a-file-system/m-p/3930201#M609514</guid>
      <dc:creator>spex</dc:creator>
      <dc:date>2007-01-22T07:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: Missing data ina a  file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/missing-data-ina-a-file-system/m-p/3930202#M609515</link>
      <description>Hi Raul,&lt;BR /&gt;you haven't actually mounted /users/oracle.&lt;BR /&gt;the bdf shows that /users/oracle is currently not a filesystem&lt;BR /&gt; but is only a directory in root (/)&lt;BR /&gt;&lt;BR /&gt;So please try mount /users/oracle and post the output. It could be that /users/oracle requires an fsck before it will mount.&lt;BR /&gt;&lt;BR /&gt;You can also try the following command "lvdisplay /dev/vg01/lvol24" which will tell you that this LV still exists.</description>
      <pubDate>Mon, 22 Jan 2007 12:53:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/missing-data-ina-a-file-system/m-p/3930202#M609515</guid>
      <dc:creator>Mancboy</dc:creator>
      <dc:date>2007-01-22T12:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: Missing data ina a  file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/missing-data-ina-a-file-system/m-p/3930203#M609516</link>
      <description>Ohh, looking carefully at the syslog.log file I can see this entry:&lt;BR /&gt;Jan 15 19:01:03 sevhh056 vmunix: SCSI: unrecoverred deferred error (dev = 0x1f025000, lba = 0x0)&lt;BR /&gt;Jan 15 19:01:03 sevhh056 vmunix: &lt;BR /&gt;Jan 15 19:01:03 sevhh056 vmunix: SCSI: Async write error -- dev: b 31 0x025000, errno: 5, resid: 8192,&lt;BR /&gt;Jan 15 19:01:03 sevhh056 vmunix:  blkno: 2026024, sectno: 4052048, offset: 2074648576, bcount: 8192.&lt;BR /&gt;Jan 15 19:01:03 sevhh056 vmunix: vxfs: mesg 055: vx_metaioerr - /dev/vg01/lvol24 file system meta data write error&lt;BR /&gt;Jan 15 19:01:03 sevhh056 vmunix: vxfs: mesg 017: vx_ilisterr - /users/oracle file system inode 2756 marked bad&lt;BR /&gt;Jan 15 19:01:03 sevhh056 vmunix: vxfs: mesg 015: vx_ilisterr - /users/oracle file system can't mark inode 2756 bad&lt;BR /&gt;Jan 15 19:01:03 sevhh056 vmunix: vxfs: mesg 031: vx_disable - /dev/vg01/lvol24 file system disabled&lt;BR /&gt;Jan 15 22:59:56 sevhh056 syslog: su : + tty?? root-oracle&lt;BR /&gt;Jan 15 23:01:04 sevhh056 vmunix: vxfs: mesg 055: vx_metaioerr - /dev/vg01/lvol1 file system meta data read error&lt;BR /&gt;Jan 15 23:01:04 sevhh056 vmunix: vxfs: mesg 008: vx_direrr - /depot file system inode 2 block 1445 error 5&lt;BR /&gt;Jan 15 23:01:04 sevhh056 vmunix: vxfs: mesg 008: vx_direrr - /depot file system inode 2 block 1445 error 5&lt;BR /&gt;&lt;BR /&gt;And volume group vg001 it is dissapear, must I suppose that it is broken?</description>
      <pubDate>Tue, 23 Jan 2007 03:59:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/missing-data-ina-a-file-system/m-p/3930203#M609516</guid>
      <dc:creator>Raul del Castillo_1</dc:creator>
      <dc:date>2007-01-23T03:59:04Z</dc:date>
    </item>
    <item>
      <title>Re: Missing data ina a  file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/missing-data-ina-a-file-system/m-p/3930204#M609517</link>
      <description>Hello Raul.&lt;BR /&gt;looks like your hardware is damaged. contact your HP support center.&lt;BR /&gt;&lt;BR /&gt;maybe it's patch related or firmware related but you better place a call just to be sure.</description>
      <pubDate>Tue, 23 Jan 2007 04:25:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/missing-data-ina-a-file-system/m-p/3930204#M609517</guid>
      <dc:creator>Fabian Briseño</dc:creator>
      <dc:date>2007-01-23T04:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: Missing data ina a  file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/missing-data-ina-a-file-system/m-p/3930205#M609518</link>
      <description>Hi Raul,&lt;BR /&gt;looks like it could well be a disc problem.&lt;BR /&gt;&lt;BR /&gt;To see what LVs are defined in vg01, run the following "vgdisplay -v vg01"&lt;BR /&gt;this will tell you which LVs are in this VG and also which PVs (discs).&lt;BR /&gt;&lt;BR /&gt;If you get "volume group not activated" then run "vgchange -a y vg01" then retry the vgdisplay command.&lt;BR /&gt;&lt;BR /&gt;To check the filesystem for errors, run "fsck -F vxfs -n -p -o full,nolog", this will check but not actually do anything (the -n bit).&lt;BR /&gt;&lt;BR /&gt;I'd make a dd backup of the device first before running a proper fsck of it. If you have the option, then it would be best to mirror the disc before touching it.&lt;BR /&gt;To do this, you will need a second hard disc (I assume your workstation only has two internal discs, so you'd need to do this via the external SCSI port).&lt;BR /&gt;To mirror:&lt;BR /&gt;1) ioscan -funC disc&lt;BR /&gt;2) insf&lt;BR /&gt;3) pvcreate (the new disc)&lt;BR /&gt;4) vgextend vg01 (the new disc)&lt;BR /&gt;5) lvextend -M 1 lvol24 (the new disc)&lt;BR /&gt;&lt;BR /&gt;You can then unplug your faulty disc and fsck the new one (or vgreduce vg01 (the faulty disc) to take this fauly disc out of the VG)</description>
      <pubDate>Tue, 23 Jan 2007 11:28:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/missing-data-ina-a-file-system/m-p/3930205#M609518</guid>
      <dc:creator>Mancboy</dc:creator>
      <dc:date>2007-01-23T11:28:59Z</dc:date>
    </item>
  </channel>
</rss>

