<?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: Errors in /etc/rc.log in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/errors-in-etc-rc-log/m-p/5074605#M439318</link>
    <description>hi&lt;BR /&gt;&lt;BR /&gt;Just a remark for swap&lt;BR /&gt;What is the result to swapinfo ?&lt;BR /&gt;&lt;BR /&gt;If you are on 11iv2, sometimes swap activation generate a core file&lt;BR /&gt;To correct it, install patch&lt;BR /&gt;PHCO_35043.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;L-DERLYN</description>
    <pubDate>Wed, 17 Oct 2007 03:40:26 GMT</pubDate>
    <dc:creator>Ludovic Derlyn</dc:creator>
    <dc:date>2007-10-17T03:40:26Z</dc:date>
    <item>
      <title>Errors in /etc/rc.log</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/errors-in-etc-rc-log/m-p/5074603#M439316</link>
      <description>I got a HP-UX 11.11 server that has not patched for a long~~ time. I came to &lt;A href="http://www1.itrc.hp.com/service/patch/searchBySystem.do?BC=main" target="_blank"&gt;http://www1.itrc.hp.com/service/patch/searchBySystem.do?BC=main&lt;/A&gt;| and followed the steps to search everything I should patch on this server. I selected all critical fix, downloaded all, and then patched all on my server.&lt;BR /&gt;However, after patching, some errors appear on server starting (/etc/rc.log) as the log content below:&lt;BR /&gt;&lt;BR /&gt;===========================================================&lt;BR /&gt;Enable auxiliary swap space&lt;BR /&gt;Output from "/sbin/rc1.d/S500swap_start start":&lt;BR /&gt;----------------------------&lt;BR /&gt;Enabling device paging on /dev/vg00/lvol10.&lt;BR /&gt;Enabling device paging on /dev/vg00/lvol2.&lt;BR /&gt;/usr/sbin/swapon: /dev/vg00/lvol2 is already enabled for paging.&lt;BR /&gt;Enabling device paging on /dev/vg00/lvol11.&lt;BR /&gt;Warning: swapon returned exit code: 1&lt;BR /&gt;"/sbin/rc1.d/S500swap_start start" FAILED&lt;BR /&gt;&lt;BR /&gt;Configure HP Gigabit Ethernet interfaces&lt;BR /&gt;Output from "/sbin/rc2.d/S308hpgelan start":&lt;BR /&gt;----------------------------&lt;BR /&gt;ERROR: (PPA: 3) : Device lan3 is not a gelan device. It is a igelan device.&lt;BR /&gt;"/sbin/rc2.d/S308hpgelan start" FAILED&lt;BR /&gt;===========================================================&lt;BR /&gt;&lt;BR /&gt;I read the content of /etc/rc.config.d/hpgelanconf : &lt;BR /&gt;===========================================================&lt;BR /&gt;HP_GELAN_INIT_ARGS="HP_GELAN_STATION_ADDRESS HP_GELAN_SPEED HP_GELAN_MTU HP_GELAN_FLOW_CONTROL HP_GELAN_AUTONEG HP_GELAN_SEND_&lt;BR /&gt;COAL_TICKS HP_GELAN_RECV_COAL_TICKS HP_GELAN_SEND_MAX_BUFS HP_GELAN_RECV_MAX_BUFS"&lt;BR /&gt;&lt;BR /&gt;HP_GELAN_INTERFACE_NAME[0]=lan3&lt;BR /&gt;HP_GELAN_STATION_ADDRESS[0]=&lt;BR /&gt;HP_GELAN_SPEED[0]=&lt;BR /&gt;HP_GELAN_MTU[0]=&lt;BR /&gt;HP_GELAN_FLOW_CONTROL[0]=&lt;BR /&gt;HP_GELAN_AUTONEG[0]=0&lt;BR /&gt;HP_GELAN_SEND_COAL_TICKS[0]=&lt;BR /&gt;HP_GELAN_RECV_COAL_TICKS[0]=&lt;BR /&gt;HP_GELAN_SEND_MAX_BUFS[0]=&lt;BR /&gt;HP_GELAN_RECV_MAX_BUFS[0]=&lt;BR /&gt;===========================================================&lt;BR /&gt;&lt;BR /&gt;/etc/rc.config.d/hpigelanconf also config lan3. It seems /etc/rc.config.d/hpgelanconf has been mis-configured, but how can I fix it? Can I directly edit /etc/rc.config.d/hpgelanconf and delete "lan3"?&lt;BR /&gt;&lt;BR /&gt;Moreover, the swap_start is strange too. /sbin/rc1.d/S500swap_start and successfully passed on server starting before patched. Why does this strange FAILED message come out now? How can I fix this error?&lt;BR /&gt;&lt;BR /&gt;Because patched too much, I have already been confused about which patch causing this. Is there anyone who can kindly tell me what should I do now?  &amp;gt;_&amp;lt; &lt;BR /&gt;Thanks a lot!</description>
      <pubDate>Tue, 16 Oct 2007 21:23:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/errors-in-etc-rc-log/m-p/5074603#M439316</guid>
      <dc:creator>Livia</dc:creator>
      <dc:date>2007-10-16T21:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: Errors in /etc/rc.log</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/errors-in-etc-rc-log/m-p/5074604#M439317</link>
      <description>Yes, you can delete the "lan3" from th /etc/rc.config.d/hpgelanconf file. &lt;BR /&gt;&lt;BR /&gt;Just remember: if you want to have a backup of the file before editing it, move the backup out of the /etc/rc.config.d directory. The /etc/rc.config script will read *every* file in that directory in various points of system startup and shutdown. (If I recall correctly, it can avoid the "file~" style backups and maybe a few other common backup suffixes, but it's far from foolproof.)&lt;BR /&gt;&lt;BR /&gt;The swap_start message may also be explainable by the messages you copied.&lt;BR /&gt;In particular, the message:&lt;BR /&gt;/usr/sbin/swapon: /dev/vg00/lvol2 is already enabled for paging.&lt;BR /&gt;&lt;BR /&gt;Do you have /dev/vg00/lvol2 indicated as a swap partition in /etc/fstab? If so, comment it out. /dev/vg00/lvol2 is a standard part of HP-UX system disk layout and is always activated as a swap partition very early in the boot process. If it's explicitly mentioned in /etc/fstab, the system tries to activate it twice: once in early boot, and another time in swap_start. That is an error, but not a fatal one.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Wed, 17 Oct 2007 03:13:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/errors-in-etc-rc-log/m-p/5074604#M439317</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2007-10-17T03:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: Errors in /etc/rc.log</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/errors-in-etc-rc-log/m-p/5074605#M439318</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;Just a remark for swap&lt;BR /&gt;What is the result to swapinfo ?&lt;BR /&gt;&lt;BR /&gt;If you are on 11iv2, sometimes swap activation generate a core file&lt;BR /&gt;To correct it, install patch&lt;BR /&gt;PHCO_35043.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;L-DERLYN</description>
      <pubDate>Wed, 17 Oct 2007 03:40:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/errors-in-etc-rc-log/m-p/5074605#M439318</guid>
      <dc:creator>Ludovic Derlyn</dc:creator>
      <dc:date>2007-10-17T03:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: Errors in /etc/rc.log</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/errors-in-etc-rc-log/m-p/5074606#M439319</link>
      <description>To Matti Kurkela: &lt;BR /&gt;Thanks~~&lt;BR /&gt;Now everything is ok!&lt;BR /&gt;&lt;BR /&gt;To Ludovic Derlyn:&lt;BR /&gt;I am using 11iv1, but thank you anyway.&lt;BR /&gt;I'll keep it in mind when working with 11iv2.</description>
      <pubDate>Wed, 17 Oct 2007 23:56:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/errors-in-etc-rc-log/m-p/5074606#M439319</guid>
      <dc:creator>Livia</dc:creator>
      <dc:date>2007-10-17T23:56:32Z</dc:date>
    </item>
  </channel>
</rss>

