<?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: Get ALL IP addresss of my system in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/get-all-ip-addresss-of-my-system/m-p/2750409#M585752</link>
    <description>Use the following command and look at the last few lines to get your system IP addresses,&lt;BR /&gt;&lt;BR /&gt;#print_manifest&lt;BR /&gt;&lt;BR /&gt;  &lt;BR /&gt;</description>
    <pubDate>Mon, 24 Jun 2002 23:06:20 GMT</pubDate>
    <dc:creator>Arockia Jegan</dc:creator>
    <dc:date>2002-06-24T23:06:20Z</dc:date>
    <item>
      <title>Get ALL IP addresss of my system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/get-all-ip-addresss-of-my-system/m-p/2750402#M585745</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I want to know how to program to get all ip addesses of my system. I don't want using ifconfig or SNMP.&lt;BR /&gt;&lt;BR /&gt;If you know some function or library, let me know.&lt;BR /&gt;&lt;BR /&gt;Thank you in advance,</description>
      <pubDate>Mon, 24 Jun 2002 00:47:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/get-all-ip-addresss-of-my-system/m-p/2750402#M585745</guid>
      <dc:creator>Sung-hee Kim</dc:creator>
      <dc:date>2002-06-24T00:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: Get ALL IP addresss of my system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/get-all-ip-addresss-of-my-system/m-p/2750403#M585746</link>
      <description>Hi,&lt;BR /&gt;Would&lt;BR /&gt;#grep "IP_ADDRESS" /etc/rc.config.d/netconf&lt;BR /&gt;do the trick ?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Tom</description>
      <pubDate>Mon, 24 Jun 2002 03:45:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/get-all-ip-addresss-of-my-system/m-p/2750403#M585746</guid>
      <dc:creator>Tom Geudens</dc:creator>
      <dc:date>2002-06-24T03:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: Get ALL IP addresss of my system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/get-all-ip-addresss-of-my-system/m-p/2750404#M585747</link>
      <description>Getting the information from /etc/rc.config.d/netconf, may provide inaccurate information if the file has been modified. What is the problem with getting it from 'ifconfig' output?</description>
      <pubDate>Mon, 24 Jun 2002 04:13:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/get-all-ip-addresss-of-my-system/m-p/2750404#M585747</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-06-24T04:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: Get ALL IP addresss of my system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/get-all-ip-addresss-of-my-system/m-p/2750405#M585748</link>
      <description>How about parsing the output of&lt;BR /&gt;netstat -in&lt;BR /&gt;?&lt;BR /&gt;Mind you, if you run a cluster several IP addresseses probably will be bound to the same NICs.</description>
      <pubDate>Mon, 24 Jun 2002 05:32:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/get-all-ip-addresss-of-my-system/m-p/2750405#M585748</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2002-06-24T05:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: Get ALL IP addresss of my system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/get-all-ip-addresss-of-my-system/m-p/2750406#M585749</link>
      <description>No matter which way you look at it, if your machine has a GSP and a lan console configured, you'll need to get at least one of them manually.</description>
      <pubDate>Mon, 24 Jun 2002 05:35:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/get-all-ip-addresss-of-my-system/m-p/2750406#M585749</guid>
      <dc:creator>Scott Van Kalken</dc:creator>
      <dc:date>2002-06-24T05:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: Get ALL IP addresss of my system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/get-all-ip-addresss-of-my-system/m-p/2750407#M585750</link>
      <description>I don't like parsing the output. I want another way to find ip. &lt;BR /&gt;&lt;BR /&gt;If there is no way, I can use "netstat -in".&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Jun 2002 06:39:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/get-all-ip-addresss-of-my-system/m-p/2750407#M585750</guid>
      <dc:creator>Sung-hee Kim</dc:creator>
      <dc:date>2002-06-24T06:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: Get ALL IP addresss of my system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/get-all-ip-addresss-of-my-system/m-p/2750408#M585751</link>
      <description>Hi,&lt;BR /&gt;Try &lt;BR /&gt;#man gethostbyaddr&lt;BR /&gt;#man gethostbyname&lt;BR /&gt;I believe there is a sample program in there too ...&lt;BR /&gt;&lt;BR /&gt;Is that what you were looking for ?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Tom</description>
      <pubDate>Mon, 24 Jun 2002 08:57:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/get-all-ip-addresss-of-my-system/m-p/2750408#M585751</guid>
      <dc:creator>Tom Geudens</dc:creator>
      <dc:date>2002-06-24T08:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: Get ALL IP addresss of my system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/get-all-ip-addresss-of-my-system/m-p/2750409#M585752</link>
      <description>Use the following command and look at the last few lines to get your system IP addresses,&lt;BR /&gt;&lt;BR /&gt;#print_manifest&lt;BR /&gt;&lt;BR /&gt;  &lt;BR /&gt;</description>
      <pubDate>Mon, 24 Jun 2002 23:06:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/get-all-ip-addresss-of-my-system/m-p/2750409#M585752</guid>
      <dc:creator>Arockia Jegan</dc:creator>
      <dc:date>2002-06-24T23:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: Get ALL IP addresss of my system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/get-all-ip-addresss-of-my-system/m-p/2750410#M585753</link>
      <description>Just complementing Arockia:&lt;BR /&gt;&lt;BR /&gt;The ignite-UX must be installed, and if the command isn't in the $PATH, just type:&lt;BR /&gt;&lt;BR /&gt;/opt/ignite/bin/print_manifest&lt;BR /&gt;&lt;BR /&gt;-roberto</description>
      <pubDate>Mon, 24 Jun 2002 23:18:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/get-all-ip-addresss-of-my-system/m-p/2750410#M585753</guid>
      <dc:creator>Roberto Severo</dc:creator>
      <dc:date>2002-06-24T23:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: Get ALL IP addresss of my system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/get-all-ip-addresss-of-my-system/m-p/2750411#M585754</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;If you ahve the name resolved correclty then may be nslook up hostname will give the correct IP adress of the system&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Tue, 25 Jun 2002 03:15:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/get-all-ip-addresss-of-my-system/m-p/2750411#M585754</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-06-25T03:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: Get ALL IP addresss of my system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/get-all-ip-addresss-of-my-system/m-p/2750412#M585755</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I guess the function that you are looking for is gethostent() which returns &lt;BR /&gt;struct hostent where you'll &lt;BR /&gt;have all the ip addresses of your system.&lt;BR /&gt;&lt;BR /&gt;Look at the man page for gethostent() for more info.&lt;BR /&gt;&lt;BR /&gt;-Lokesh.</description>
      <pubDate>Tue, 25 Jun 2002 19:42:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/get-all-ip-addresss-of-my-system/m-p/2750412#M585755</guid>
      <dc:creator>Lokesh Kumar</dc:creator>
      <dc:date>2002-06-25T19:42:14Z</dc:date>
    </item>
  </channel>
</rss>

