<?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: Autoport Aggregation in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/autoport-aggregation/m-p/2835748#M90114</link>
    <description>We found the solution for this problem without Patching....&lt;BR /&gt;&lt;BR /&gt;Solution :&lt;BR /&gt;# ps -ef | grep rbootd&lt;BR /&gt;kill -9 "PID number rbootd"&lt;BR /&gt;&lt;BR /&gt;Then lanapplyconf will work...&lt;BR /&gt;&lt;BR /&gt;To rbootd not to start when startups run....&lt;BR /&gt;In /etc/rc.config.d/netdaemons file&lt;BR /&gt;by setting "START_RBOOTD=0"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If you find that it IS required,&lt;BR /&gt;specify the lan devices (cannot be devices that are part of the failover&lt;BR /&gt;group) where you require boot service with "RBOOTD_DEVICES= "/dev/lanX&lt;BR /&gt;/dev/lanY ..." in the same file. &lt;BR /&gt;&lt;BR /&gt;I hope this helps...</description>
    <pubDate>Tue, 07 Oct 2003 19:59:19 GMT</pubDate>
    <dc:creator>Uttamkumar Dravidam</dc:creator>
    <dc:date>2003-10-07T19:59:19Z</dc:date>
    <item>
      <title>Autoport Aggregation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/autoport-aggregation/m-p/2835745#M90111</link>
      <description>I am configuriing Auto Port Aggregation . &lt;BR /&gt;I have two lan cards out of which one is configured . &lt;BR /&gt;iHave configured the two files HP_apaconf and HP_apaportconf as follows &lt;BR /&gt;&lt;BR /&gt;hp_apaconf as &lt;BR /&gt;                                &lt;BR /&gt;HP_APA_INTERFACE_NAME[0]=lan100  &lt;BR /&gt;HP_APA_LOAD_BALANCE_MODE[0]=LB_IP&lt;BR /&gt;HP_APA_GROUP_CAPABILITY[0]=3     &lt;BR /&gt;HP_APA_HOT_STANDBY[0]=on         &lt;BR /&gt;&lt;BR /&gt;AND &lt;BR /&gt;hp_apaportconf as &lt;BR /&gt;&lt;BR /&gt;HP_APAPORT_INTERFACE_NAME[0]=lan1         &lt;BR /&gt;HP_APAPORT_CONFIG_MODE[0]=LAN_MONITOR     &lt;BR /&gt;                                          &lt;BR /&gt;HP_APAPORT_INTERFACE_NAME[1]=lan0         &lt;BR /&gt;HP_APAPORT_CONFIG_MODE[1]=LAN_MONITOR     &lt;BR /&gt;&lt;BR /&gt;I am able to run lanqueryconf -s command &lt;BR /&gt;&lt;BR /&gt;but when I run lanapplyconf it gives me the following error . &lt;BR /&gt;&lt;BR /&gt;Reading ASCII file /etc/lanmon/lanconfig.ascii                                &lt;BR /&gt;Creating Fail-Over Group lan100                                                &lt;BR /&gt;ERROR: Call to APA_SET_LANMON_CONFIGURE failed for Fail-Over Group lan100. errno=1027                                                                        &lt;BR /&gt;Exiting: Error applying input file /etc/lanmon/lanconfig.ascii                 &lt;BR /&gt;&lt;BR /&gt;Can any body help me out of this &lt;BR /&gt;&lt;BR /&gt;Thanks in advance &lt;BR /&gt;&lt;BR /&gt;Sanjeev &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Oct 2002 04:48:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/autoport-aggregation/m-p/2835745#M90111</guid>
      <dc:creator>Sanjeev Kohli_1</dc:creator>
      <dc:date>2002-10-30T04:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: Autoport Aggregation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/autoport-aggregation/m-p/2835746#M90112</link>
      <description>Sanjeev,&lt;BR /&gt;&lt;BR /&gt;You need apply a patch, Please look at patch details, sypmtom 3&lt;BR /&gt;The most recent patch is :  PHNE_28778 &lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 06 Oct 2003 12:44:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/autoport-aggregation/m-p/2835746#M90112</guid>
      <dc:creator>Uttamkumar Dravidam</dc:creator>
      <dc:date>2003-10-06T12:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: Autoport Aggregation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/autoport-aggregation/m-p/2835747#M90113</link>
      <description>Try SAM first and use manual mode.&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Oct 2003 15:57:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/autoport-aggregation/m-p/2835747#M90113</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2003-10-06T15:57:13Z</dc:date>
    </item>
    <item>
      <title>Re: Autoport Aggregation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/autoport-aggregation/m-p/2835748#M90114</link>
      <description>We found the solution for this problem without Patching....&lt;BR /&gt;&lt;BR /&gt;Solution :&lt;BR /&gt;# ps -ef | grep rbootd&lt;BR /&gt;kill -9 "PID number rbootd"&lt;BR /&gt;&lt;BR /&gt;Then lanapplyconf will work...&lt;BR /&gt;&lt;BR /&gt;To rbootd not to start when startups run....&lt;BR /&gt;In /etc/rc.config.d/netdaemons file&lt;BR /&gt;by setting "START_RBOOTD=0"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If you find that it IS required,&lt;BR /&gt;specify the lan devices (cannot be devices that are part of the failover&lt;BR /&gt;group) where you require boot service with "RBOOTD_DEVICES= "/dev/lanX&lt;BR /&gt;/dev/lanY ..." in the same file. &lt;BR /&gt;&lt;BR /&gt;I hope this helps...</description>
      <pubDate>Tue, 07 Oct 2003 19:59:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/autoport-aggregation/m-p/2835748#M90114</guid>
      <dc:creator>Uttamkumar Dravidam</dc:creator>
      <dc:date>2003-10-07T19:59:19Z</dc:date>
    </item>
  </channel>
</rss>

