<?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 Need Help! - cannot open device to run fsck in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help-cannot-open-device-to-run-fsck/m-p/2535567#M25906</link>
    <description>I was trying to run fsck on our RAID drive, since it was screwed up.  I booted into single user mode, and typed in &lt;BR /&gt;fsck -F vxfs -y -o full /dev/vgraid/home&lt;BR /&gt;&lt;BR /&gt;it tells me that it cannot open device /dev/vgraid/home&lt;BR /&gt;&lt;BR /&gt;I know that this is the right path for it.  What am I doing wrong?  it will run fsck during a normal boot up, but I want to be able to do it in single user mode.  Thanks!&lt;BR /&gt;&lt;BR /&gt;Mark</description>
    <pubDate>Fri, 01 Jun 2001 15:02:13 GMT</pubDate>
    <dc:creator>Mark Vollmers</dc:creator>
    <dc:date>2001-06-01T15:02:13Z</dc:date>
    <item>
      <title>Need Help! - cannot open device to run fsck</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help-cannot-open-device-to-run-fsck/m-p/2535567#M25906</link>
      <description>I was trying to run fsck on our RAID drive, since it was screwed up.  I booted into single user mode, and typed in &lt;BR /&gt;fsck -F vxfs -y -o full /dev/vgraid/home&lt;BR /&gt;&lt;BR /&gt;it tells me that it cannot open device /dev/vgraid/home&lt;BR /&gt;&lt;BR /&gt;I know that this is the right path for it.  What am I doing wrong?  it will run fsck during a normal boot up, but I want to be able to do it in single user mode.  Thanks!&lt;BR /&gt;&lt;BR /&gt;Mark</description>
      <pubDate>Fri, 01 Jun 2001 15:02:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-help-cannot-open-device-to-run-fsck/m-p/2535567#M25906</guid>
      <dc:creator>Mark Vollmers</dc:creator>
      <dc:date>2001-06-01T15:02:13Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help! - cannot open device to run fsck</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help-cannot-open-device-to-run-fsck/m-p/2535568#M25907</link>
      <description>You need to make sure the volume group is activated before you do an fsck.  To activate the volume group in single-user mode do:&lt;BR /&gt;&lt;BR /&gt;vgchange -a y /dev/vgraid&lt;BR /&gt;&lt;BR /&gt;None of the volume groups are activated by default when coming up in single user mode.</description>
      <pubDate>Fri, 01 Jun 2001 15:04:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-help-cannot-open-device-to-run-fsck/m-p/2535568#M25907</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2001-06-01T15:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help! - cannot open device to run fsck</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help-cannot-open-device-to-run-fsck/m-p/2535569#M25908</link>
      <description>Hi Mark,&lt;BR /&gt;&lt;BR /&gt;I suspect you need to do a vgchange -a y /dev/vgraid to activate the volume group.&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Jun 2001 15:04:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-help-cannot-open-device-to-run-fsck/m-p/2535569#M25908</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-06-01T15:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help! - cannot open device to run fsck</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help-cannot-open-device-to-run-fsck/m-p/2535570#M25909</link>
      <description>Hi, guys.  Thanks for the quick responses.  I typed in vgchange -a y /dev/vgraid and I got&lt;BR /&gt;&lt;BR /&gt;lv_readvgdats:  could not read VGDA 2 header and trailer from disk H/W path 8/0.0.0 (error = 22)&lt;BR /&gt;couldn't activate /dev/vgraid&lt;BR /&gt;&lt;BR /&gt;what now?  I'm in over my head.  Thanks!&lt;BR /&gt;&lt;BR /&gt;Mark</description>
      <pubDate>Fri, 01 Jun 2001 15:09:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-help-cannot-open-device-to-run-fsck/m-p/2535570#M25909</guid>
      <dc:creator>Mark Vollmers</dc:creator>
      <dc:date>2001-06-01T15:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help! - cannot open device to run fsck</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help-cannot-open-device-to-run-fsck/m-p/2535571#M25910</link>
      <description>&lt;BR /&gt;Sounds like your disk is knackered because HP-UX cant read the LVM info off of it.&lt;BR /&gt;&lt;BR /&gt;To test the disk itself it ok see if you can dd if;&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/rdsk/cxxxxx of=/dev/null bs=1024k&lt;BR /&gt;&lt;BR /&gt;See if it runs through without erorr. Even if it does looks like youre going to need to restore LVM info to the disk using vgcfgrestore, but your data will be gone.&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Jun 2001 15:17:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-help-cannot-open-device-to-run-fsck/m-p/2535571#M25910</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2001-06-01T15:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help! - cannot open device to run fsck</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help-cannot-open-device-to-run-fsck/m-p/2535572#M25911</link>
      <description>I just tried the command again, on a whim, and it worked fine.  It's running fsck now.  Who knows what's going on.  All I know is there are some serious errors there.  Oh, the fun.  Anyway, thanks for all the help.  You guys ROCK!&lt;BR /&gt;&lt;BR /&gt;Mark</description>
      <pubDate>Fri, 01 Jun 2001 15:18:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-help-cannot-open-device-to-run-fsck/m-p/2535572#M25911</guid>
      <dc:creator>Mark Vollmers</dc:creator>
      <dc:date>2001-06-01T15:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help! - cannot open device to run fsck</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help-cannot-open-device-to-run-fsck/m-p/2535573#M25912</link>
      <description>Mark,&lt;BR /&gt;&lt;BR /&gt;I found a similar message in the ITRC TKB.  Have a look at this link and see if it helps.  Is there anything going on on the disk array?  Are the controllers OK?  Disks OK?  Any rebuilds going on?&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support.external.hp.com/cki/bin/doc.pl/sid=079a77a9136a3d7710/screen=ckiDisplayDocument?docId=200000015248061" target="_blank"&gt;http://us-support.external.hp.com/cki/bin/doc.pl/sid=079a77a9136a3d7710/screen=ckiDisplayDocument?docId=200000015248061&lt;/A&gt;</description>
      <pubDate>Fri, 01 Jun 2001 15:19:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-help-cannot-open-device-to-run-fsck/m-p/2535573#M25912</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2001-06-01T15:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help! - cannot open device to run fsck</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help-cannot-open-device-to-run-fsck/m-p/2535574#M25913</link>
      <description>Hi Mark,&lt;BR /&gt;&lt;BR /&gt;This has bad device written all over it.&lt;BR /&gt;The only thing I can suggest is to try to READ&lt;BR /&gt;a few blocks from the raw device to /dev/null;&lt;BR /&gt;I assume you have checked cabling - we couldn't be that lucky.&lt;BR /&gt;&lt;BR /&gt;Good luck (I think you're going to need it), Clay&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Jun 2001 15:21:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-help-cannot-open-device-to-run-fsck/m-p/2535574#M25913</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-06-01T15:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help! - cannot open device to run fsck</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help-cannot-open-device-to-run-fsck/m-p/2535575#M25914</link>
      <description>Patrick-&lt;BR /&gt;&lt;BR /&gt;We just swapped the controller on the drive, but it keeps crashing on me during backup.  I'm not sure if it is hardware or software, at this point, becuase it is behaving weird and keeps doing different stuff.  I'm ready to call tech support, since I've been unable to get backups for a few weeks, and I have no idea what to do anymore.  Hopefully, they can fix it.&lt;BR /&gt;&lt;BR /&gt;Mark</description>
      <pubDate>Fri, 01 Jun 2001 15:22:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-help-cannot-open-device-to-run-fsck/m-p/2535575#M25914</guid>
      <dc:creator>Mark Vollmers</dc:creator>
      <dc:date>2001-06-01T15:22:52Z</dc:date>
    </item>
  </channel>
</rss>

