<?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: network is not working in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/network-is-not-working/m-p/4540815#M369355</link>
    <description>check for any currupt entry in netconf file.&lt;BR /&gt;&lt;BR /&gt;BR,&lt;BR /&gt;Kapil+</description>
    <pubDate>Fri, 27 Nov 2009 10:39:02 GMT</pubDate>
    <dc:creator>Kapil Jha</dc:creator>
    <dc:date>2009-11-27T10:39:02Z</dc:date>
    <item>
      <title>network is not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-is-not-working/m-p/4540814#M369354</link>
      <description>I have one server rp8400 running with hp-ux 11.11.&lt;BR /&gt;&lt;BR /&gt;1] I want to configure network interface. After i make required changes using sam and /etc/rc.config.d/netconf,i have done&lt;BR /&gt;&lt;BR /&gt;2] /sbin/init.d/net stop &lt;BR /&gt;&lt;BR /&gt;3] /sbin/init.d/net start&lt;BR /&gt;&lt;BR /&gt;it is exiting with error.&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/net [134]: syntax error in line 119 `'" not matched.&lt;BR /&gt;&lt;BR /&gt;i am able to see my network inteface using ioscan and lanadmin.&lt;BR /&gt;&lt;BR /&gt;what could be the problem?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Nov 2009 10:30:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-is-not-working/m-p/4540814#M369354</guid>
      <dc:creator>kvsheejith</dc:creator>
      <dc:date>2009-11-27T10:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: network is not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-is-not-working/m-p/4540815#M369355</link>
      <description>check for any currupt entry in netconf file.&lt;BR /&gt;&lt;BR /&gt;BR,&lt;BR /&gt;Kapil+</description>
      <pubDate>Fri, 27 Nov 2009 10:39:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-is-not-working/m-p/4540815#M369355</guid>
      <dc:creator>Kapil Jha</dc:creator>
      <dc:date>2009-11-27T10:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: network is not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-is-not-working/m-p/4540816#M369356</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;- open the netconf file:&lt;BR /&gt;cd /etc/rc.config.d&lt;BR /&gt;vi netconf&lt;BR /&gt;&lt;BR /&gt;- set the number of lines (push the following buttons exactly in sequence as below):&lt;BR /&gt;&lt;BR /&gt;:se nu&lt;BR /&gt;&lt;BR /&gt;- so you'll see the number of each line, go to line 119:&lt;BR /&gt;&lt;BR /&gt;:119&lt;BR /&gt;&lt;BR /&gt;The line number 119 is the line which has something wrong, I'd guess there's an definition of something with initial " but without a final ".&lt;BR /&gt;&lt;BR /&gt;Otherwise please attach the contents of netconf file here.&lt;BR /&gt;&lt;BR /&gt;HTH.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Fabio</description>
      <pubDate>Fri, 27 Nov 2009 11:12:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-is-not-working/m-p/4540816#M369356</guid>
      <dc:creator>Fabio Ettore</dc:creator>
      <dc:date>2009-11-27T11:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: network is not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-is-not-working/m-p/4540817#M369357</link>
      <description>Please try with below command &lt;BR /&gt;#set_parms ip_address</description>
      <pubDate>Fri, 27 Nov 2009 11:22:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-is-not-working/m-p/4540817#M369357</guid>
      <dc:creator>albert viyani</dc:creator>
      <dc:date>2009-11-27T11:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: network is not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-is-not-working/m-p/4540818#M369358</link>
      <description>Fix the syntax first!</description>
      <pubDate>Fri, 27 Nov 2009 11:48:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-is-not-working/m-p/4540818#M369358</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2009-11-27T11:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: network is not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-is-not-working/m-p/4540819#M369359</link>
      <description>your netconf file must be corrupt, maybe a nonprinting character is there. you can check it with:&lt;BR /&gt;&lt;BR /&gt;# cat -v /etc/rc.config.d/netconf&lt;BR /&gt;&lt;BR /&gt;and look for the lines you modified before</description>
      <pubDate>Sat, 28 Nov 2009 10:16:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-is-not-working/m-p/4540819#M369359</guid>
      <dc:creator>Viktor Balogh</dc:creator>
      <dc:date>2009-11-28T10:16:37Z</dc:date>
    </item>
  </channel>
</rss>

