<?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: lvmkd in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lvmkd/m-p/2526717#M889646</link>
    <description>Hi &lt;BR /&gt;&lt;BR /&gt;The lvmkd's are daemon processes that watch a queue.  When a job&lt;BR /&gt;arrives in the queue an lvmkd launches the job as a process,&lt;BR /&gt;which is now managed by the kernel and is subject to the normal&lt;BR /&gt;priority and CPU constraints as other processes.&lt;BR /&gt;&lt;BR /&gt;The following are the routines that call lvmkd:&lt;BR /&gt;&lt;BR /&gt; * NAME:        lv_check_pf_pvs&lt;BR /&gt; *&lt;BR /&gt; * FUNCTION:&lt;BR /&gt; * Look at all disks belonging to any volume group, if the device is&lt;BR /&gt;   readable.&lt;BR /&gt; * assume it has come back to life and restart any I/O waiting for it.&lt;BR /&gt;&lt;BR /&gt; * NAME:        lv_startpv&lt;BR /&gt; *&lt;BR /&gt; * FUNCTION:    Initiate all I/O pending for a given physical volume.&lt;BR /&gt; *              Must not be called from within an interrupt&lt;BR /&gt; *              service routine (biodone) to prevent recursion&lt;BR /&gt; *              and reentry of the physical disk driver.&lt;BR /&gt;&lt;BR /&gt; * NAME:         lv_reschedule&lt;BR /&gt; *&lt;BR /&gt; * FUNCTION:&lt;BR /&gt; *      Schedule pended logical operations.  This function is called&lt;BR /&gt;        when ever physical buffers have been released and there are&lt;BR /&gt;        logical buffers waiting for physical buffers.  This will&lt;BR /&gt;        schedule as many pended logical buffers as possible given the&lt;BR /&gt;        number of available physical buffers.&lt;BR /&gt; *&lt;BR /&gt; * NAME:         lv_begin&lt;BR /&gt; *&lt;BR /&gt; * FUNCTION:&lt;BR /&gt; *      Begin physical I/O operations.&lt;BR /&gt; * NAME:        lv_initiate&lt;BR /&gt; *&lt;BR /&gt; * FUNCTION:    Initiate all ready logical requests for a logical&lt;BR /&gt;               volume.&lt;BR /&gt; *&lt;BR /&gt; * lv_resync_pfpv:&lt;BR /&gt; *&lt;BR /&gt; *      For every PV in every VG, check for the LVM_PVNEEDSYNC flag&lt;BR /&gt; *      and resync those PVs.&lt;BR /&gt;</description>
    <pubDate>Thu, 10 May 2001 06:30:31 GMT</pubDate>
    <dc:creator>eran maor</dc:creator>
    <dc:date>2001-05-10T06:30:31Z</dc:date>
    <item>
      <title>lvmkd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvmkd/m-p/2526716#M889644</link>
      <description>Hi there,&lt;BR /&gt;&lt;BR /&gt;What is lvmkd and what does it do ? I've encounter on my HP-UX11.0 , a couple of lvmkds taking up a  lot of CPU time (top on glance process list). What could be wrong?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Lai</description>
      <pubDate>Thu, 10 May 2001 06:06:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvmkd/m-p/2526716#M889644</guid>
      <dc:creator>Lai Nee Shyang_1</dc:creator>
      <dc:date>2001-05-10T06:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: lvmkd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvmkd/m-p/2526717#M889646</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;The lvmkd's are daemon processes that watch a queue.  When a job&lt;BR /&gt;arrives in the queue an lvmkd launches the job as a process,&lt;BR /&gt;which is now managed by the kernel and is subject to the normal&lt;BR /&gt;priority and CPU constraints as other processes.&lt;BR /&gt;&lt;BR /&gt;The following are the routines that call lvmkd:&lt;BR /&gt;&lt;BR /&gt; * NAME:        lv_check_pf_pvs&lt;BR /&gt; *&lt;BR /&gt; * FUNCTION:&lt;BR /&gt; * Look at all disks belonging to any volume group, if the device is&lt;BR /&gt;   readable.&lt;BR /&gt; * assume it has come back to life and restart any I/O waiting for it.&lt;BR /&gt;&lt;BR /&gt; * NAME:        lv_startpv&lt;BR /&gt; *&lt;BR /&gt; * FUNCTION:    Initiate all I/O pending for a given physical volume.&lt;BR /&gt; *              Must not be called from within an interrupt&lt;BR /&gt; *              service routine (biodone) to prevent recursion&lt;BR /&gt; *              and reentry of the physical disk driver.&lt;BR /&gt;&lt;BR /&gt; * NAME:         lv_reschedule&lt;BR /&gt; *&lt;BR /&gt; * FUNCTION:&lt;BR /&gt; *      Schedule pended logical operations.  This function is called&lt;BR /&gt;        when ever physical buffers have been released and there are&lt;BR /&gt;        logical buffers waiting for physical buffers.  This will&lt;BR /&gt;        schedule as many pended logical buffers as possible given the&lt;BR /&gt;        number of available physical buffers.&lt;BR /&gt; *&lt;BR /&gt; * NAME:         lv_begin&lt;BR /&gt; *&lt;BR /&gt; * FUNCTION:&lt;BR /&gt; *      Begin physical I/O operations.&lt;BR /&gt; * NAME:        lv_initiate&lt;BR /&gt; *&lt;BR /&gt; * FUNCTION:    Initiate all ready logical requests for a logical&lt;BR /&gt;               volume.&lt;BR /&gt; *&lt;BR /&gt; * lv_resync_pfpv:&lt;BR /&gt; *&lt;BR /&gt; *      For every PV in every VG, check for the LVM_PVNEEDSYNC flag&lt;BR /&gt; *      and resync those PVs.&lt;BR /&gt;</description>
      <pubDate>Thu, 10 May 2001 06:30:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvmkd/m-p/2526717#M889646</guid>
      <dc:creator>eran maor</dc:creator>
      <dc:date>2001-05-10T06:30:31Z</dc:date>
    </item>
  </channel>
</rss>

