<?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: Data loss. Why? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/data-loss-why/m-p/3698041#M617439</link>
    <description>Thans for your reply.&lt;BR /&gt;&lt;BR /&gt;I'm not sure that the mirror copy of /dev/vg01/lvol1 that remained on the /dev/dsk/c4t8d0 was OK before I've removed the /dev/dsk/c5t8d0.&lt;BR /&gt;&lt;BR /&gt;Moreover, after data corruption had occured I started to analyse the /etc/opt/resmon/log/reslog.html file in detail and I had discover that the disk /dev/dsk/c4t8d0 had logged the "Media failure" evets two times about a half a year before.&lt;BR /&gt;&lt;BR /&gt;Eventually  the /dev/dsk/c4t8d0 and /dev/dsk/c5t8d0 was replaced with the new ones.&lt;BR /&gt;&lt;BR /&gt;These fault disks I tried to test on another system (rx2600) by running&lt;BR /&gt;dd if=&lt;FAULT_DISK&gt; of=/dev/null ...&lt;BR /&gt;agains them but I did not find any errors.&lt;BR /&gt;&lt;/FAULT_DISK&gt;</description>
    <pubDate>Mon, 26 Dec 2005 10:59:54 GMT</pubDate>
    <dc:creator>ViS_2</dc:creator>
    <dc:date>2005-12-26T10:59:54Z</dc:date>
    <item>
      <title>Data loss. Why?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-loss-why/m-p/3698039#M617437</link>
      <description>I had mirrored logical volume&lt;BR /&gt;/dev/vg01/lvol1&lt;BR /&gt;&lt;BR /&gt;It was placed on&lt;BR /&gt;/dev/dsk/c5t8d0&lt;BR /&gt;/dev/dsk/c4t8d0&lt;BR /&gt;&lt;BR /&gt;These disks are lockated in the disk enclosure HP DS2100&lt;BR /&gt;&lt;BR /&gt;The disk /dev/dsk/c5t8d0 had logged some "Midia falure" events in the /etc/opt/resmon/log/reslog.html file and it was decided to replace it with the new one.&lt;BR /&gt;&lt;BR /&gt;The procedure I performed is:&lt;BR /&gt;1) vgcfgbackup vg01&lt;BR /&gt;2) physically disconnect the disk (/dev/dsk/c5t8d0) from the disk enclosure&lt;BR /&gt;3) insert the new disk&lt;BR /&gt;4) vgchange -a y vg01&lt;BR /&gt;5) vgcfgrestore -n vg01 /dev/dsk/c5t8d0&lt;BR /&gt;6) vgsync vg01&lt;BR /&gt;&lt;BR /&gt;All of above was performed on running system.&lt;BR /&gt;&lt;BR /&gt;But vgsync failed and the message was logged in the syslog.log:&lt;BR /&gt;&lt;BR /&gt;Dec XX XX:XX:XX HOST1 vmunix: msgcnt 1941 vxfs: mesg 003: vx_mapbad - /dev/vg01/lvol1 file system free extent bitmap in au 97 marked bad&lt;BR /&gt;&lt;BR /&gt;So, the file system became corrupted.&lt;BR /&gt;&lt;BR /&gt;Where is mistake?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Dec 2005 09:44:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-loss-why/m-p/3698039#M617437</guid>
      <dc:creator>ViS_2</dc:creator>
      <dc:date>2005-12-26T09:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: Data loss. Why?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-loss-why/m-p/3698040#M617438</link>
      <description>Dear Victor,&lt;BR /&gt;&lt;BR /&gt;The Procedure you have followed is OK, are you sure that the lvol data was intact after removing the c5t8d0 ?&lt;BR /&gt;&lt;BR /&gt;Did you do "dd" read test ( #dd if=/dev/dsk/cxtxdx of=/dev/null )on the c5t8d0 disk before confirming the media problem?&lt;BR /&gt;&lt;BR /&gt;you may also do a "dd" read test in the c4t8d0 disk also..may be that also HAS errors and due to which this situation aoocured.&lt;BR /&gt;&lt;BR /&gt;With Regards,&lt;BR /&gt;&lt;BR /&gt;Siva.</description>
      <pubDate>Mon, 26 Dec 2005 10:10:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-loss-why/m-p/3698040#M617438</guid>
      <dc:creator>Sivakumar TS</dc:creator>
      <dc:date>2005-12-26T10:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: Data loss. Why?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-loss-why/m-p/3698041#M617439</link>
      <description>Thans for your reply.&lt;BR /&gt;&lt;BR /&gt;I'm not sure that the mirror copy of /dev/vg01/lvol1 that remained on the /dev/dsk/c4t8d0 was OK before I've removed the /dev/dsk/c5t8d0.&lt;BR /&gt;&lt;BR /&gt;Moreover, after data corruption had occured I started to analyse the /etc/opt/resmon/log/reslog.html file in detail and I had discover that the disk /dev/dsk/c4t8d0 had logged the "Media failure" evets two times about a half a year before.&lt;BR /&gt;&lt;BR /&gt;Eventually  the /dev/dsk/c4t8d0 and /dev/dsk/c5t8d0 was replaced with the new ones.&lt;BR /&gt;&lt;BR /&gt;These fault disks I tried to test on another system (rx2600) by running&lt;BR /&gt;dd if=&lt;FAULT_DISK&gt; of=/dev/null ...&lt;BR /&gt;agains them but I did not find any errors.&lt;BR /&gt;&lt;/FAULT_DISK&gt;</description>
      <pubDate>Mon, 26 Dec 2005 10:59:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-loss-why/m-p/3698041#M617439</guid>
      <dc:creator>ViS_2</dc:creator>
      <dc:date>2005-12-26T10:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: Data loss. Why?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-loss-why/m-p/3698042#M617440</link>
      <description>Hi Victor,&lt;BR /&gt;The actual procedure is to do a vgcfgrestore before vgchange.&lt;BR /&gt;&lt;BR /&gt;Unplugging a disk online and replugging the same mech is not a problem but inserting a&lt;BR /&gt;different disk instead is not always supported without reducing the mirror because&lt;BR /&gt;LVM may not recognize that the PV was exchanged by a new one or the new disk may&lt;BR /&gt;already have a valid LVM header&lt;BR /&gt;&lt;BR /&gt;If data is so critical &amp;amp; you don't have any backup available, you may put the old hard disk alone ( /dev/dsk/c5t8d0 ) and reduce mirror &amp;amp; then remirror with new one.&lt;BR /&gt;&lt;BR /&gt;Please find the attached doc for more reference.&lt;BR /&gt;&lt;BR /&gt; Also check the SCSI connection between your server and the storage box. &lt;BR /&gt;&lt;BR /&gt;Hope this will help you,&lt;BR /&gt;&lt;BR /&gt;Shameer&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Dec 2005 22:39:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-loss-why/m-p/3698042#M617440</guid>
      <dc:creator>Shameer.V.A</dc:creator>
      <dc:date>2005-12-26T22:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: Data loss. Why?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-loss-why/m-p/3698043#M617441</link>
      <description>Thanks Shameer.V.A&lt;BR /&gt;&lt;BR /&gt;Nice brochure.&lt;BR /&gt;Is it possible to download the full version somewhere?</description>
      <pubDate>Tue, 27 Dec 2005 03:00:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-loss-why/m-p/3698043#M617441</guid>
      <dc:creator>ViS_2</dc:creator>
      <dc:date>2005-12-27T03:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: Data loss. Why?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-loss-why/m-p/3698044#M617442</link>
      <description>Hi Victor,&lt;BR /&gt; I'm having the full pdf edition of this handbook. If you can give me your mail id, I can send you the same...&lt;BR /&gt;&lt;BR /&gt;Smile!!!!!!&lt;BR /&gt;&lt;BR /&gt;Shameer</description>
      <pubDate>Tue, 27 Dec 2005 03:04:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-loss-why/m-p/3698044#M617442</guid>
      <dc:creator>Shameer.V.A</dc:creator>
      <dc:date>2005-12-27T03:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: Data loss. Why?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-loss-why/m-p/3698045#M617443</link>
      <description>Thanks Shameer.&lt;BR /&gt;My email is&lt;BR /&gt;pilot(_AT_)todes(_DOT_)by&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Dec 2005 03:18:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-loss-why/m-p/3698045#M617443</guid>
      <dc:creator>ViS_2</dc:creator>
      <dc:date>2005-12-27T03:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: Data loss. Why?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-loss-why/m-p/3698046#M617444</link>
      <description>Hi Victor,&lt;BR /&gt;I have sent the documents to the " pilot@todes.by" id.. &lt;BR /&gt;&lt;BR /&gt;Please check at your side.&lt;BR /&gt;&lt;BR /&gt;Smile!!!!!!!&lt;BR /&gt;&lt;BR /&gt;Shameer</description>
      <pubDate>Tue, 27 Dec 2005 03:52:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-loss-why/m-p/3698046#M617444</guid>
      <dc:creator>Shameer.V.A</dc:creator>
      <dc:date>2005-12-27T03:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: Data loss. Why?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-loss-why/m-p/3698047#M617445</link>
      <description>Shameer, thanks a lot!</description>
      <pubDate>Tue, 27 Dec 2005 07:38:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-loss-why/m-p/3698047#M617445</guid>
      <dc:creator>ViS_2</dc:creator>
      <dc:date>2005-12-27T07:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: Data loss. Why?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-loss-why/m-p/3698048#M617446</link>
      <description>Victor,&lt;BR /&gt;I can't add any thing about why you lost data.&lt;BR /&gt;&lt;BR /&gt;I use dd all of the time to test access to disks. I do not recommend using it on known bad disk, your command can hang.  I use dd to "light up" adjancent disk to help figure out location.  I also run vgcfgbackup via cron nightly on all my volume group. see sample code.&lt;BR /&gt;&lt;BR /&gt;Rory;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#ident "@(#) Rory Hammond -  /usr/bin/vgback 1.0"&lt;BR /&gt;# Purpose:  HP recommends that volume groups be saved daily&lt;BR /&gt;#           problems arise when volume groups &lt;BR /&gt;#           are added to or changed&lt;BR /&gt;#           vgback solves this problem just run it daily &lt;BR /&gt;#           via cron and it backs up all volume groups.&lt;BR /&gt;#&lt;BR /&gt;# example of crontab entry&lt;BR /&gt;#0 22 * * * /usr/bin/vgback &amp;gt;&amp;gt; /var/adm/syslog/syslog.log&lt;BR /&gt;#&lt;BR /&gt;#  07/28/94     released as good&lt;BR /&gt;&lt;BR /&gt;for arg in $(/etc/vgdisplay |grep "VG Name")&lt;BR /&gt;do&lt;BR /&gt;case $arg in&lt;BR /&gt;  *dev*) /etc/vgcfgbackup $arg;;&lt;BR /&gt;     *) continue;;&lt;BR /&gt;esac&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Dec 2005 11:33:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-loss-why/m-p/3698048#M617446</guid>
      <dc:creator>Rory R Hammond</dc:creator>
      <dc:date>2005-12-27T11:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: Data loss. Why?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-loss-why/m-p/3698049#M617447</link>
      <description>There is a document called when good disks go bad.  It is attached and should help.</description>
      <pubDate>Wed, 28 Dec 2005 21:45:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-loss-why/m-p/3698049#M617447</guid>
      <dc:creator>Ted Buis</dc:creator>
      <dc:date>2005-12-28T21:45:56Z</dc:date>
    </item>
  </channel>
</rss>

