<?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: vmunix in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vmunix/m-p/2804996#M637469</link>
    <description>PV 0 means the first disk in the volume group, of vg[0] which is vg00.  PV 1 is the second disk.&lt;BR /&gt;&lt;BR /&gt;If the messages include a hex such as dev_t=0x1f07c400, you can interpret this to a device by:&lt;BR /&gt;# ll /dev/dsk |grep 07c400  &lt;BR /&gt;   which is the minor number, 0x1f is the major number which should be 31 and correlates to the disk driver in the kernel (# lsdev 31)&lt;BR /&gt;&lt;BR /&gt;The messages do not necessarily mean that you have a bad disk.  &lt;BR /&gt;&lt;BR /&gt;If this is a 11.00 system check for the scsi patch PHKL_18543; 10.20 systems it was PHKL_16751.&lt;BR /&gt;# check_patches (for 11.00)&lt;BR /&gt;# swlist -l fileset -a state |grep 18543&lt;BR /&gt;or&lt;BR /&gt;# swlist -l fileset -a state |grep 16751&lt;BR /&gt;&lt;BR /&gt;If the disks are in an array, you need to check the timeout with pvdisplay.  If the timeout says default, increase it to 180-300.  This gives more time for the array to move the data around, helps with I/O.   &lt;BR /&gt;# pvchange -t 300 /dev/dsk/c0t0d0&lt;BR /&gt;&lt;BR /&gt;If the device has 2 controllers, you might consider spreading the load between the controllers to balance the I/O.&lt;BR /&gt;&lt;BR /&gt;You can test the disk with dd to help determine if this is actual a HW error.&lt;BR /&gt;# dd if=/dev/dsk/cXdXtX of=/dev/null bs=1024&lt;BR /&gt;HW problems: Look for IO errors, the number of blocks read in do not match was is read out, the command hangs or immediately produces an error.  This command may take awhile depending on the size disk.  For really large disks, you may want to skip this check in lieu of using STM (Diagnostics).&lt;BR /&gt;&lt;BR /&gt;Cheryl</description>
    <pubDate>Thu, 12 Sep 2002 10:52:45 GMT</pubDate>
    <dc:creator>Cheryl Griffin</dc:creator>
    <dc:date>2002-09-12T10:52:45Z</dc:date>
    <item>
      <title>vmunix</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vmunix/m-p/2804989#M637462</link>
      <description>Hi guys,&lt;BR /&gt;&lt;BR /&gt;I read from syslog.log and wasn't sure if it is okay or not?  Here is:&lt;BR /&gt;&lt;BR /&gt;Sep 11 09:41:31 vmunix: LVM: PV 0 has been returned to vg[0].&lt;BR /&gt;Sep 11 09:41:31 vmunix: LVM: PV 1 has been returned to vg[0].&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Thu, 12 Sep 2002 10:08:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vmunix/m-p/2804989#M637462</guid>
      <dc:creator>Tom Spence_1</dc:creator>
      <dc:date>2002-09-12T10:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: vmunix</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vmunix/m-p/2804990#M637463</link>
      <description>It seems that two of your disks in vg00 have had a problem, but have recovered. I'd checck to see if these messages are one off's in the syslog or whether they are repeated. If they are repeated then you may have disk problem otherwise keep an eye on it. Is the system mirrored and do you have some good backups, you may need them.</description>
      <pubDate>Thu, 12 Sep 2002 10:12:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vmunix/m-p/2804990#M637463</guid>
      <dc:creator>unixdaddy</dc:creator>
      <dc:date>2002-09-12T10:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: vmunix</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vmunix/m-p/2804991#M637464</link>
      <description>Yeah thought so cuz I had to reboot after it hangs!  No, system mirrored.  Yes I do have a good backups.  Ok, I have about 10 unused hard drives.  So if I copy from vg00 to vgxx then how can I set up the server for read at vgxx as boot up?&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;Tom</description>
      <pubDate>Thu, 12 Sep 2002 10:19:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vmunix/m-p/2804991#M637464</guid>
      <dc:creator>Tom Spence_1</dc:creator>
      <dc:date>2002-09-12T10:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: vmunix</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vmunix/m-p/2804992#M637465</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Man mkboot is what I believe you require.&lt;BR /&gt;&lt;BR /&gt;Paula</description>
      <pubDate>Thu, 12 Sep 2002 10:24:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vmunix/m-p/2804992#M637465</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2002-09-12T10:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: vmunix</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vmunix/m-p/2804993#M637466</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;This may help :-&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;1  mkboot /dev/rdsk/xyz &lt;BR /&gt;&lt;BR /&gt;2  mkboot -a "hpux (;0) /stand/vmunix" /dev/rdsk/xyz &lt;BR /&gt;&lt;BR /&gt;-a auto_file_string     If the -a option is specified, mkboot    &lt;BR /&gt;                         creates an autoexecute file AUTO on      &lt;BR /&gt;                         device, if none exists.  mkboot deposits &lt;BR /&gt;                         auto_file_string in that file. If this   &lt;BR /&gt;                         string contains spaces, it must be quoted&lt;BR /&gt;                         so that it is a single parameter.        &lt;BR /&gt;&lt;BR /&gt;or use &lt;BR /&gt;&lt;BR /&gt;3  mkboot -a "hpux -lq /stand/vmunix" /dev/rdsk/xyz&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Paula&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Sep 2002 10:31:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vmunix/m-p/2804993#M637466</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2002-09-12T10:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: vmunix</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vmunix/m-p/2804994#M637467</link>
      <description>Ensure you have a copy of your LVM/filesystem configuration. if the machine is see the attached document. If the machine isn't up you'll need to replace the disk do a minimal install, recreate LVM/Configuration and restore. Let me know if you need any more info.</description>
      <pubDate>Thu, 12 Sep 2002 10:32:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vmunix/m-p/2804994#M637467</guid>
      <dc:creator>unixdaddy</dc:creator>
      <dc:date>2002-09-12T10:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: vmunix</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vmunix/m-p/2804995#M637468</link>
      <description>Also use the setboot command to get it to boot from the new disk at  boot time.</description>
      <pubDate>Thu, 12 Sep 2002 10:34:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vmunix/m-p/2804995#M637468</guid>
      <dc:creator>unixdaddy</dc:creator>
      <dc:date>2002-09-12T10:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: vmunix</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vmunix/m-p/2804996#M637469</link>
      <description>PV 0 means the first disk in the volume group, of vg[0] which is vg00.  PV 1 is the second disk.&lt;BR /&gt;&lt;BR /&gt;If the messages include a hex such as dev_t=0x1f07c400, you can interpret this to a device by:&lt;BR /&gt;# ll /dev/dsk |grep 07c400  &lt;BR /&gt;   which is the minor number, 0x1f is the major number which should be 31 and correlates to the disk driver in the kernel (# lsdev 31)&lt;BR /&gt;&lt;BR /&gt;The messages do not necessarily mean that you have a bad disk.  &lt;BR /&gt;&lt;BR /&gt;If this is a 11.00 system check for the scsi patch PHKL_18543; 10.20 systems it was PHKL_16751.&lt;BR /&gt;# check_patches (for 11.00)&lt;BR /&gt;# swlist -l fileset -a state |grep 18543&lt;BR /&gt;or&lt;BR /&gt;# swlist -l fileset -a state |grep 16751&lt;BR /&gt;&lt;BR /&gt;If the disks are in an array, you need to check the timeout with pvdisplay.  If the timeout says default, increase it to 180-300.  This gives more time for the array to move the data around, helps with I/O.   &lt;BR /&gt;# pvchange -t 300 /dev/dsk/c0t0d0&lt;BR /&gt;&lt;BR /&gt;If the device has 2 controllers, you might consider spreading the load between the controllers to balance the I/O.&lt;BR /&gt;&lt;BR /&gt;You can test the disk with dd to help determine if this is actual a HW error.&lt;BR /&gt;# dd if=/dev/dsk/cXdXtX of=/dev/null bs=1024&lt;BR /&gt;HW problems: Look for IO errors, the number of blocks read in do not match was is read out, the command hangs or immediately produces an error.  This command may take awhile depending on the size disk.  For really large disks, you may want to skip this check in lieu of using STM (Diagnostics).&lt;BR /&gt;&lt;BR /&gt;Cheryl</description>
      <pubDate>Thu, 12 Sep 2002 10:52:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vmunix/m-p/2804996#M637469</guid>
      <dc:creator>Cheryl Griffin</dc:creator>
      <dc:date>2002-09-12T10:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: vmunix</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vmunix/m-p/2804997#M637470</link>
      <description>Hi Cheryl Griffin,&lt;BR /&gt;&lt;BR /&gt;Glad to have you...  Okay, I read what you want me to do by following your instruction...&lt;BR /&gt;&lt;BR /&gt;PV 0 means the first disk in the volume group, of vg[0] which is vg00. PV 1 is the second disk.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Okay I understand...&lt;BR /&gt;&lt;BR /&gt;If the messages include a hex such as dev_t=0x1f07c400, you can interpret this to a device by: &lt;BR /&gt;# ll /dev/dsk |grep 07c400 &lt;BR /&gt;which is the minor number, 0x1f is the major number which should be 31 and correlates to the disk driver in the kernel (# lsdev 31)&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I looked at syslog.log and it said (look not too good):&lt;BR /&gt;Sep 18 06:50:29 burns vmunix: Error writing VGDA [1] to disk H/W path 4.6.0 (err&lt;BR /&gt;or = 5)&lt;BR /&gt;Sep 18 06:50:29 burns vmunix: LVM: vg[10]: pvnum=0 (dev_t=0x1c006000) is MISSING&lt;BR /&gt;Sep 18 06:50:29 burns vmunix: LVM: Lost quorum in vg[10], too many PVs missing!&lt;BR /&gt;&lt;BR /&gt;The messages do not necessarily mean that you have a bad disk.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Good!  Save my neck!&lt;BR /&gt;&lt;BR /&gt;If this is a 11.00 system check for the scsi patch PHKL_18543; 10.20 systems it was PHKL_16751. &lt;BR /&gt;# check_patches (for 11.00) &lt;BR /&gt;# swlist -l fileset -a state |grep 18543 &lt;BR /&gt;or &lt;BR /&gt;# swlist -l fileset -a state |grep 16751&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I am using 10.20.  Don't see scsi patch (PHKL_16751) by using swlist command&lt;BR /&gt;&lt;BR /&gt;If the disks are in an array, you need to check the timeout with pvdisplay. If the timeout says default, increase it to 180-300. This gives more time for the array to move the data around, helps with I/O. &lt;BR /&gt;# pvchange -t 300 /dev/dsk/c0t0d0&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Yes it is default... I'll change from default to 300&lt;BR /&gt;&lt;BR /&gt;If the device has 2 controllers, you might consider spreading the load between the controllers to balance the I/O.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; It hasn't 2 controllers!  Whew!&lt;BR /&gt;&lt;BR /&gt;You can test the disk with dd to help determine if this is actual a HW error. &lt;BR /&gt;# dd if=/dev/dsk/cXdXtX of=/dev/null bs=1024 &lt;BR /&gt;HW problems: Look for IO errors, the number of blocks read in do not match was is read out, the command hangs or immediately produces an error. This command may take awhile depending on the size disk. For really large disks, you may want to skip this check in lieu of using STM (Diagnostics).&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I'll do that later after you reply to see if I need to fix something...&lt;BR /&gt;&lt;BR /&gt;Thank you soooo much.&lt;BR /&gt;&lt;BR /&gt;Tom</description>
      <pubDate>Wed, 18 Sep 2002 11:02:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vmunix/m-p/2804997#M637470</guid>
      <dc:creator>Tom Spence_1</dc:creator>
      <dc:date>2002-09-18T11:02:29Z</dc:date>
    </item>
  </channel>
</rss>

