<?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: Disk problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-problem/m-p/3215310#M169360</link>
    <description>You might also want to take a look at the "HP Software Recovery Handbook" located here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/iv/node.do?node=prodITRC%2FWW_Start%2FN1%7C16" target="_blank"&gt;http://www2.itrc.hp.com/service/iv/node.do?node=prodITRC%2FWW_Start%2FN1%7C16&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Specifically take a look at Chapter 16 which deals with LVM.  There are very good details and instructions on how to replace disks.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 10 Mar 2004 20:30:57 GMT</pubDate>
    <dc:creator>Patrick Wallek</dc:creator>
    <dc:date>2004-03-10T20:30:57Z</dc:date>
    <item>
      <title>Disk problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-problem/m-p/3215306#M169356</link>
      <description>Need help. One of our disk's died on us so we replaced the disk under warranty. Since the system is hot swap I replaced the disk and tried to mount the disk with mount /u3. The response I got was mount: /u3: I/O error. In sam when trying to access the disk I get the same answer. So what do I have to do to get this disk back online. It's not mirrored or anything to that extent. The disk is solely vg04 on lvolu3 (dev/vg04/lvolu3). THX Otto</description>
      <pubDate>Wed, 10 Mar 2004 19:40:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-problem/m-p/3215306#M169356</guid>
      <dc:creator>Otto Folprecht</dc:creator>
      <dc:date>2004-03-10T19:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: Disk problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-problem/m-p/3215307#M169357</link>
      <description>slow down.&lt;BR /&gt;&lt;BR /&gt;insf -e&lt;BR /&gt;&lt;BR /&gt;pvcreate the disk.&lt;BR /&gt;&lt;BR /&gt;You may need to boot before any of this works.&lt;BR /&gt;&lt;BR /&gt;After pvcreate you should be able to get it back into a volume groups and synch mirrors if it originally was mirrored.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 10 Mar 2004 20:03:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-problem/m-p/3215307#M169357</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-03-10T20:03:39Z</dc:date>
    </item>
    <item>
      <title>Re: Disk problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-problem/m-p/3215308#M169358</link>
      <description>Hi Otto,&lt;BR /&gt;&lt;BR /&gt;You need to restore the VG info to it first:&lt;BR /&gt;&lt;BR /&gt;vgcfgrestore -n /dev/vg04 /dev/rdsk/cXtYdZ&lt;BR /&gt;&lt;BR /&gt;This assumes that you ran vgcfgbackup on vg04 - but that happens by default on a lot of vg commands.&lt;BR /&gt;&lt;BR /&gt;Then&lt;BR /&gt;&lt;BR /&gt;vgchange -a y /dev/vg04&lt;BR /&gt;&lt;BR /&gt;to activate it - then mount the *all* the LVs that comprised vg04. At that point IF they mounted OK - you can restore to them from tape.&lt;BR /&gt;&lt;BR /&gt;As Tully stated - slow down - it takes a few steps to get to your destination. Hot-swap doesn't mean spare disk allocation.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Mar 2004 20:24:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-problem/m-p/3215308#M169358</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2004-03-10T20:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: Disk problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-problem/m-p/3215309#M169359</link>
      <description>Even though the disk has been replaced, it has NO volume group structures on it.  So you need to get those back first.&lt;BR /&gt;&lt;BR /&gt;# vgcfgrestore -n /dev/vg04 /dev/dsk/c?t?d0&lt;BR /&gt;&lt;BR /&gt;I think the syntax is correct. Check 'man vgcfgrestore' to be sure.&lt;BR /&gt;&lt;BR /&gt;Once that is done, you can do:&lt;BR /&gt;&lt;BR /&gt;# vgchange -a y /dev/vg04&lt;BR /&gt;# /u3&lt;BR /&gt;&lt;BR /&gt;Now you will need to restore your data.</description>
      <pubDate>Wed, 10 Mar 2004 20:26:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-problem/m-p/3215309#M169359</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2004-03-10T20:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: Disk problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-problem/m-p/3215310#M169360</link>
      <description>You might also want to take a look at the "HP Software Recovery Handbook" located here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/iv/node.do?node=prodITRC%2FWW_Start%2FN1%7C16" target="_blank"&gt;http://www2.itrc.hp.com/service/iv/node.do?node=prodITRC%2FWW_Start%2FN1%7C16&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Specifically take a look at Chapter 16 which deals with LVM.  There are very good details and instructions on how to replace disks.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Mar 2004 20:30:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-problem/m-p/3215310#M169360</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2004-03-10T20:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: Disk problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-problem/m-p/3215311#M169361</link>
      <description>Hi,&lt;BR /&gt;Please do the following:&lt;BR /&gt;Install the device file for the disk by&lt;BR /&gt;1) # insf -e &lt;BR /&gt;Just get the device file of the disk by &lt;BR /&gt;2) # ioscan -fnC disk&lt;BR /&gt;say the device file is cXtXdX.&lt;BR /&gt;3) #pvcreate -f /dev/rdsk/cXtXdX&lt;BR /&gt;4) #vgcfgrestore -n /dev/vg04 /dev/dsk/cXtXdX&lt;BR /&gt;5) #vgchange -a y /dev/vg04&lt;BR /&gt;6) #mount /u3&lt;BR /&gt;&lt;BR /&gt;By any chance if you are not able to restore the VG configuration by vgcfgrestore then you can create a different vg e.g. vg07 and also change the mount point in the /etc/fstab file.&lt;BR /&gt;&lt;BR /&gt;Now restore the data.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Mar 2004 00:44:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-problem/m-p/3215311#M169361</guid>
      <dc:creator>Shaikh Imran</dc:creator>
      <dc:date>2004-03-11T00:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: Disk problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-problem/m-p/3215312#M169362</link>
      <description>Otto -- If this disk is a mirrored disk, the vgchange -a y /dev/vg04 may hang for a while.&lt;BR /&gt;&lt;BR /&gt;This is normal as the mirroring is resynced.&lt;BR /&gt;&lt;BR /&gt;If its not a mirror and is a filesystem then you will need to redo the FS structures between steps 5 and 6 of Shaikh's steps above using fsadm or newfs depending on your filesystem type.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Kent M. Ostby&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Mar 2004 01:40:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-problem/m-p/3215312#M169362</guid>
      <dc:creator>Kent Ostby</dc:creator>
      <dc:date>2004-03-11T01:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: Disk problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-problem/m-p/3215313#M169363</link>
      <description>HotSwap means you can remove and incert a disk without having to power off the disk cabinet. furhter more HP-UX will hadle this (meaning it will see a device "go" and "come"). &lt;BR /&gt;BUT data on the disk will only be restored if you have mirroring. So as you don't have that all you will have after swapping is a disk with littery nothing on. (No LVM header, no vg, no lvol, no data.)&lt;BR /&gt;Doing a vgcfgrestore will put the LVM information back on the disk. and you will be able to mount it. Then you can restore the data.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Trond</description>
      <pubDate>Thu, 11 Mar 2004 03:30:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-problem/m-p/3215313#M169363</guid>
      <dc:creator>Trond Haugen</dc:creator>
      <dc:date>2004-03-11T03:30:36Z</dc:date>
    </item>
  </channel>
</rss>

