<?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: BOOT SEQUENCE in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-sequence/m-p/4637459#M613853</link>
    <description>swapper is there to schedule tidy kernel memory, page out process when system is short in memory,...</description>
    <pubDate>Wed, 26 May 2010 07:32:45 GMT</pubDate>
    <dc:creator>Laurent Menase</dc:creator>
    <dc:date>2010-05-26T07:32:45Z</dc:date>
    <item>
      <title>BOOT SEQUENCE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-sequence/m-p/4637454#M613848</link>
      <description>can anybody explain what is swapper process(PROCESS 0) in the boot sequence of HP UX</description>
      <pubDate>Wed, 26 May 2010 02:08:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-sequence/m-p/4637454#M613848</guid>
      <dc:creator>sreeIN</dc:creator>
      <dc:date>2010-05-26T02:08:04Z</dc:date>
    </item>
    <item>
      <title>Re: BOOT SEQUENCE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-sequence/m-p/4637455#M613849</link>
      <description>Hi,&lt;BR /&gt;  The swapper process is part of the kernel.It should have PID 0 and is in charge of scheduling processes. Please find the URL (boot sequence)&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?admit=109447626+1274843768268+28353475&amp;amp;threadId=1359863." target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?admit=109447626+1274843768268+28353475&amp;amp;threadId=1359863.&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 26 May 2010 02:35:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-sequence/m-p/4637455#M613849</guid>
      <dc:creator>ani007</dc:creator>
      <dc:date>2010-05-26T02:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: BOOT SEQUENCE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-sequence/m-p/4637456#M613850</link>
      <description>If you are not able to open the URL please try this &lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?admit=109447626+1274843768268+28353475&amp;amp;threadId=1359863" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?admit=109447626+1274843768268+28353475&amp;amp;threadId=1359863&lt;/A&gt;</description>
      <pubDate>Wed, 26 May 2010 02:39:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-sequence/m-p/4637456#M613850</guid>
      <dc:creator>ani007</dc:creator>
      <dc:date>2010-05-26T02:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: BOOT SEQUENCE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-sequence/m-p/4637457#M613851</link>
      <description>Hi sreeIN,&lt;BR /&gt;&lt;BR /&gt;BOOT SEQUENCE of HPUX:&lt;BR /&gt;&lt;BR /&gt;Boot Sequence:&lt;BR /&gt;1. Poweron. &lt;BR /&gt;2. PDC Activates and checks for cpu and memory and other peripheral connected to it.&lt;BR /&gt;3. Checks if AUTOBOOT Flag is on. If yes , its try to locate the Primary boot path, and loads Initial system loader , from Primary boot path. &lt;BR /&gt;4. ISL Loads the secondery loader called hp-ux. &lt;BR /&gt;5. hpux loads the kernel /stand/vmunix &lt;BR /&gt;6. kernel starts first process swapper , and then init &lt;BR /&gt;7. Shell /sbin/pre_init_rc executes &lt;BR /&gt;8. init locates /etc/inittab &lt;BR /&gt;9. /etc/inittab starts the system the default run level , mentioned with "initdefault" parameter. &lt;BR /&gt;10. Then executes /sbin/bcheckrc and activates LVM , &lt;BR /&gt;&lt;BR /&gt;It does following: &lt;BR /&gt;&lt;BR /&gt;1. activates LVM (if appplicable). &lt;BR /&gt;2. runs eisa_config in automatic mode &lt;BR /&gt;3. checks the file systems before mounting&lt;BR /&gt;4. checking reside in /sbin/fs/&lt;FSTYPE&gt;/bcheckrc) &lt;BR /&gt;5. mounting any file systems. &lt;BR /&gt;6. It checks for the file /sbin/lvmrc and , /etc/lvmrc activates the LVM , if AUTO_VG_ACTIVATE=1 mentioned. &lt;BR /&gt;7. Then it spawns getty process , cons:123456:respawn:/usr/sbin/getty console console and it gives login : prompt...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds-Kranti&lt;BR /&gt;&lt;BR /&gt;&lt;/FSTYPE&gt;</description>
      <pubDate>Wed, 26 May 2010 02:41:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-sequence/m-p/4637457#M613851</guid>
      <dc:creator>Kranti Mahmud</dc:creator>
      <dc:date>2010-05-26T02:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: BOOT SEQUENCE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-sequence/m-p/4637458#M613852</link>
      <description>can u detail what actually swapper process does...............</description>
      <pubDate>Wed, 26 May 2010 03:31:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-sequence/m-p/4637458#M613852</guid>
      <dc:creator>sreeIN</dc:creator>
      <dc:date>2010-05-26T03:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: BOOT SEQUENCE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-sequence/m-p/4637459#M613853</link>
      <description>swapper is there to schedule tidy kernel memory, page out process when system is short in memory,...</description>
      <pubDate>Wed, 26 May 2010 07:32:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-sequence/m-p/4637459#M613853</guid>
      <dc:creator>Laurent Menase</dc:creator>
      <dc:date>2010-05-26T07:32:45Z</dc:date>
    </item>
  </channel>
</rss>

