<?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: mount problem after dirty reboot in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-problem-after-dirty-reboot/m-p/4952526#M617650</link>
    <description>Oleg,&lt;BR /&gt;what do you get on &lt;BR /&gt;mount -a&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 16 Jan 2006 06:14:35 GMT</pubDate>
    <dc:creator>Peter Godron</dc:creator>
    <dc:date>2006-01-16T06:14:35Z</dc:date>
    <item>
      <title>mount problem after dirty reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-problem-after-dirty-reboot/m-p/4952525#M617649</link>
      <description>After dirty reboot (sorry, shutdown was hang) the system not mount some vols, pls HELP!&lt;BR /&gt;&lt;BR /&gt;I have a HP-UX 11.0 800 server.&lt;BR /&gt;I attach some a info.log (sorry, I'm newby in volmgr :-()</description>
      <pubDate>Mon, 16 Jan 2006 05:57:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-problem-after-dirty-reboot/m-p/4952525#M617649</guid>
      <dc:creator>Oleg Mercader-Kashin</dc:creator>
      <dc:date>2006-01-16T05:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: mount problem after dirty reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-problem-after-dirty-reboot/m-p/4952526#M617650</link>
      <description>Oleg,&lt;BR /&gt;what do you get on &lt;BR /&gt;mount -a&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Jan 2006 06:14:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-problem-after-dirty-reboot/m-p/4952526#M617650</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-01-16T06:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: mount problem after dirty reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-problem-after-dirty-reboot/m-p/4952527#M617651</link>
      <description>Shalom oleg,&lt;BR /&gt;&lt;BR /&gt;This looks like a clearcase or clearquest server.&lt;BR /&gt;&lt;BR /&gt;Just guessing. &lt;BR /&gt;&lt;BR /&gt;You need to run fsck in order to fix the filesystems that will not mount.&lt;BR /&gt;&lt;BR /&gt;They must be umounted:&lt;BR /&gt;&lt;BR /&gt; fsck -F vxfs -o full -y /dev/vg01/rsag&lt;BR /&gt;&lt;BR /&gt;Will fix the fs on logical volume /dev/vg01/rsag (sag)&lt;BR /&gt;&lt;BR /&gt;Former colleagues should recognize this code.&lt;BR /&gt;&lt;BR /&gt;:-)&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 16 Jan 2006 06:17:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-problem-after-dirty-reboot/m-p/4952527#M617651</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-01-16T06:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: mount problem after dirty reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-problem-after-dirty-reboot/m-p/4952528#M617652</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Followed by a dirty shutdown due to proper unmount of the file systems, you might require to run fsck. Run fsck on all the file systems. If it is not booting normally you can boot into single user mode using&lt;BR /&gt;&lt;BR /&gt;PDC&amp;gt;hpux -is&lt;BR /&gt;&lt;BR /&gt;Then run fsck on all file systems and reboot.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
      <pubDate>Mon, 16 Jan 2006 06:20:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-problem-after-dirty-reboot/m-p/4952528#M617652</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2006-01-16T06:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: mount problem after dirty reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-problem-after-dirty-reboot/m-p/4952529#M617653</link>
      <description>Seems like not the suystem not detect phisical disks:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# mount -a&lt;BR /&gt; mount - Cannot open /dev/vg03/lvol1: No such device or address&lt;BR /&gt;&lt;BR /&gt; mount - Cannot open /dev/vg02/lvol1: No such device or address&lt;BR /&gt;&lt;BR /&gt;mount: /dev/vg01/lvol1 is already mounted on /datos&lt;BR /&gt;mount: /dev/vg00/lvol8 is already mounted on /var&lt;BR /&gt;mount: /dev/vg00/lvol7 is already mounted on /usr&lt;BR /&gt;mount: /dev/vg00/lvol6 is already mounted on /opt&lt;BR /&gt;mount: /dev/vg00/lvol5 is already mounted on /home&lt;BR /&gt;mount: /dev/vg00/lvol4 is already mounted on /tmp&lt;BR /&gt;mount: /dev/vg00/lvol1 is already mounted on /stand&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# fsck -F vxfs -o full /dev/vg02/lvol1&lt;BR /&gt;cannot open device /dev/vg02/lvol1&lt;BR /&gt;file system check failure, aborting ...&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Jan 2006 06:43:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-problem-after-dirty-reboot/m-p/4952529#M617653</guid>
      <dc:creator>Oleg Mercader-Kashin</dc:creator>
      <dc:date>2006-01-16T06:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: mount problem after dirty reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-problem-after-dirty-reboot/m-p/4952530#M617654</link>
      <description>Shalom again Oleg,&lt;BR /&gt;&lt;BR /&gt;You have lost a disk.&lt;BR /&gt;&lt;BR /&gt;If its on a SAN check with the admin. If its local,you will probably need to replace the disk and restore the data.&lt;BR /&gt;&lt;BR /&gt;ioscan -fnC disk&lt;BR /&gt;&lt;BR /&gt;Do you see the disks giving you trouble?&lt;BR /&gt;&lt;BR /&gt;insf -C disk&lt;BR /&gt;&lt;BR /&gt;May help, but only after disk replacement. Also, it could be a scsi cabling problem, not a dead disk. A physical inspection might help.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 16 Jan 2006 06:54:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-problem-after-dirty-reboot/m-p/4952530#M617654</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-01-16T06:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: mount problem after dirty reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-problem-after-dirty-reboot/m-p/4952531#M617655</link>
      <description>Are vg02 and vg03 activated?&lt;BR /&gt;vgdisplay -v /dev/vg02&lt;BR /&gt;vgdisplay -v /dev/vg03&lt;BR /&gt;&lt;BR /&gt;If not, try activating them using vgchange</description>
      <pubDate>Mon, 16 Jan 2006 07:00:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-problem-after-dirty-reboot/m-p/4952531#M617655</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2006-01-16T07:00:54Z</dc:date>
    </item>
    <item>
      <title>Re: mount problem after dirty reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-problem-after-dirty-reboot/m-p/4952532#M617656</link>
      <description>Thx a lot to ALL!!!&lt;BR /&gt;This was a SCSI cable problem :-( and system has not detected the external disk box.</description>
      <pubDate>Mon, 16 Jan 2006 07:12:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-problem-after-dirty-reboot/m-p/4952532#M617656</guid>
      <dc:creator>Oleg Mercader-Kashin</dc:creator>
      <dc:date>2006-01-16T07:12:12Z</dc:date>
    </item>
    <item>
      <title>Re: mount problem after dirty reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-problem-after-dirty-reboot/m-p/4952533#M617657</link>
      <description>Hi Oleg,&lt;BR /&gt;&lt;BR /&gt;you should check a disk (dev/rdsk/cxdysz), not a logical volume (lvol..)&lt;BR /&gt;&lt;BR /&gt;For cxdysz you have to check your system for the right numbers x,y and z.&lt;BR /&gt;&lt;BR /&gt;Check your /etc/fstab to see what your vg02/lvol1 is (or should be).&lt;BR /&gt;Make an 'ioscan -fn' and look for your disk devices.&lt;BR /&gt;&lt;BR /&gt;You also can look in SAM what's about your disks, but maybe you don't see your missed ones.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Volkmar&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Jan 2006 07:20:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-problem-after-dirty-reboot/m-p/4952533#M617657</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2006-01-16T07:20:40Z</dc:date>
    </item>
    <item>
      <title>Re: mount problem after dirty reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-problem-after-dirty-reboot/m-p/4952534#M617658</link>
      <description>Thx a lot once again.&lt;BR /&gt;That was a SCSI cable problem.</description>
      <pubDate>Mon, 16 Jan 2006 07:39:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-problem-after-dirty-reboot/m-p/4952534#M617658</guid>
      <dc:creator>Oleg Mercader-Kashin</dc:creator>
      <dc:date>2006-01-16T07:39:15Z</dc:date>
    </item>
  </channel>
</rss>

