<?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 Changing IP Addresses on Servers in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-ip-addresses-on-servers/m-p/2518347#M596166</link>
    <description>I am new to this so I need a little help.  What is the best way to change IP related information on servers.  These servers are going to be moved so I have to give them new addresses.  Can anyone help?&lt;BR /&gt;&lt;BR /&gt;Peter&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 18 Apr 2001 13:33:29 GMT</pubDate>
    <dc:creator>Peter Maitland</dc:creator>
    <dc:date>2001-04-18T13:33:29Z</dc:date>
    <item>
      <title>Changing IP Addresses on Servers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-ip-addresses-on-servers/m-p/2518347#M596166</link>
      <description>I am new to this so I need a little help.  What is the best way to change IP related information on servers.  These servers are going to be moved so I have to give them new addresses.  Can anyone help?&lt;BR /&gt;&lt;BR /&gt;Peter&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Apr 2001 13:33:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-ip-addresses-on-servers/m-p/2518347#M596166</guid>
      <dc:creator>Peter Maitland</dc:creator>
      <dc:date>2001-04-18T13:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: Changing IP Addresses on Servers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-ip-addresses-on-servers/m-p/2518348#M596167</link>
      <description>edit /etc/hosts and /etc/rc.config.d/netconf,&lt;BR /&gt;/sbin/initd.d/net [stop|start].&lt;BR /&gt;Or set_parms tool interactive.</description>
      <pubDate>Wed, 18 Apr 2001 13:38:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-ip-addresses-on-servers/m-p/2518348#M596167</guid>
      <dc:creator>Vincenzo Restuccia</dc:creator>
      <dc:date>2001-04-18T13:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: Changing IP Addresses on Servers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-ip-addresses-on-servers/m-p/2518349#M596168</link>
      <description>Hi Peter&lt;BR /&gt;&lt;BR /&gt;The easiest way is by using sam&lt;BR /&gt;Networking and Communications&lt;BR /&gt;Network interface cards&lt;BR /&gt;&lt;BR /&gt;select the card that you wish to change the address on.&lt;BR /&gt;Actions&lt;BR /&gt;Modift&lt;BR /&gt;&lt;BR /&gt;Paula</description>
      <pubDate>Wed, 18 Apr 2001 13:38:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-ip-addresses-on-servers/m-p/2518349#M596168</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2001-04-18T13:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: Changing IP Addresses on Servers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-ip-addresses-on-servers/m-p/2518350#M596169</link>
      <description>Temporary IP changes can be made with&lt;BR /&gt;&lt;BR /&gt;#ifconfig lan0 &lt;IP_ADDRESS&gt;&lt;BR /&gt;&lt;BR /&gt;More permanent changes can be made with &lt;BR /&gt;#set_parms ip_address&lt;BR /&gt;&lt;BR /&gt;This changes all neccessary files.&lt;BR /&gt;&lt;BR /&gt;MND&lt;/IP_ADDRESS&gt;</description>
      <pubDate>Wed, 18 Apr 2001 13:39:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-ip-addresses-on-servers/m-p/2518350#M596169</guid>
      <dc:creator>Marc Dijkstra</dc:creator>
      <dc:date>2001-04-18T13:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: Changing IP Addresses on Servers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-ip-addresses-on-servers/m-p/2518351#M596170</link>
      <description>If you are moving the servers when you power them back up interrupt the boot sequence and boot into single user mode.&lt;BR /&gt;&lt;BR /&gt;hpux -is&lt;BR /&gt;&lt;BR /&gt;Then when you are in single user mode do a mount -a.  Change into the /etc/rc.config.d directory and use vi to edit your network related settings in the netconf file.  When you are done save the file and either issue the reboot command or do an init 3 to bring the system into multi user mode.  Whatever you do, do not user set_parms from single user mode.  This caused me many problems on one or two occasions.  Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Rob&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Apr 2001 13:39:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-ip-addresses-on-servers/m-p/2518351#M596170</guid>
      <dc:creator>Rob Smith</dc:creator>
      <dc:date>2001-04-18T13:39:06Z</dc:date>
    </item>
    <item>
      <title>Re: Changing IP Addresses on Servers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-ip-addresses-on-servers/m-p/2518352#M596171</link>
      <description>look at the set_parms utility in /sbin&lt;BR /&gt;or as root do:&lt;BR /&gt;/sbin/set_parms -? for help&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Apr 2001 13:39:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-ip-addresses-on-servers/m-p/2518352#M596171</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2001-04-18T13:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: Changing IP Addresses on Servers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-ip-addresses-on-servers/m-p/2518353#M596172</link>
      <description>I only have command line access, so I normaly use sam.  (Type sam at the command line.)&lt;BR /&gt;&lt;BR /&gt;This will bring up a menu type interface using all characters.  &lt;BR /&gt;&lt;BR /&gt;Choose Networking and Communications, Network Interface Cards, highlight the card you want to change the address on, and then tab and arrow to actions, and select modify.  That will allow you to change your IP address.</description>
      <pubDate>Wed, 18 Apr 2001 13:40:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-ip-addresses-on-servers/m-p/2518353#M596172</guid>
      <dc:creator>Jeff Thomas_1</dc:creator>
      <dc:date>2001-04-18T13:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: Changing IP Addresses on Servers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-ip-addresses-on-servers/m-p/2518354#M596173</link>
      <description>Let me count the ways ...&lt;BR /&gt;&lt;BR /&gt;Do this from the console.  If you mod the IP via telnet, you'll lose IP connectivity, and you won't be happy.&lt;BR /&gt;&lt;BR /&gt;---WAY 1---&lt;BR /&gt;# sam&lt;BR /&gt;-&amp;gt;Networking and communication&lt;BR /&gt;-&amp;gt;Network Interface Cards&lt;BR /&gt; [Select your NIC card]&lt;BR /&gt;Actions -&amp;gt; Modify&lt;BR /&gt;&lt;BR /&gt;Change the IP.&lt;BR /&gt;&lt;BR /&gt;Your in luck.  Since Microsoft had little or nothing to do with the design of HP-UX, you won't have to reboot ;-).&lt;BR /&gt;&lt;BR /&gt;If you're using a default gateway, you need to mod the gateway.  I think you can do this via sam, but I usually use route add/route delete from the command line.&lt;BR /&gt;&lt;BR /&gt;e.g.  &lt;BR /&gt;#route delete default a.b.c.d&lt;BR /&gt;#route add default a.b.c.d&lt;BR /&gt;&lt;BR /&gt;(check man route to verify the syntax).&lt;BR /&gt;&lt;BR /&gt;To make the change permanent, you'll need to add the route in &lt;BR /&gt;/etc/rc.config.d/netconf&lt;BR /&gt;Change these lines to reflect your situation:&lt;BR /&gt;ROUTE_DESTINATION[0]=default&lt;BR /&gt;ROUTE_MASK[0]=""&lt;BR /&gt;ROUTE_GATEWAY[0]=A.B.C.D&lt;BR /&gt;ROUTE_COUNT[0]=1&lt;BR /&gt;ROUTE_ARGS[0]=""&lt;BR /&gt;&lt;BR /&gt;Again, sam may do this for you, I don't remember.  (if sam works, it would probably update &lt;BR /&gt;/etc/rc.config.d/netconf&lt;BR /&gt;for you.&lt;BR /&gt;&lt;BR /&gt;--WAY 2--&lt;BR /&gt;&lt;BR /&gt;#set_parms ip_address &lt;BR /&gt;from the command line will also work&lt;BR /&gt;&lt;BR /&gt;--WAY 3--&lt;BR /&gt;&lt;BR /&gt;You can use ifconfig from the command line (man ifconfig for details).  You'll need to &lt;BR /&gt;update the /etc/rc.config.d/netconf file.  Look here:&lt;BR /&gt;&lt;BR /&gt;INTERFACE_NAME[0]=lan0&lt;BR /&gt;IP_ADDRESS[0]=A.B.C.D&lt;BR /&gt;SUBNET_MASK[0]=ADD.YOUR.NET.MASK&lt;BR /&gt;BROADCAST_ADDRESS[0]=""&lt;BR /&gt;INTERFACE_STATE[0]=""&lt;BR /&gt;DHCP_ENABLE[0]=0&lt;BR /&gt;&lt;BR /&gt;Don't forget to update the default route.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Your path depends on your comfort level.  It wouldn't hurt to look through the config files, it'll help you understand how things are put together.  &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Apr 2001 13:53:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-ip-addresses-on-servers/m-p/2518354#M596173</guid>
      <dc:creator>Christopher Caldwell</dc:creator>
      <dc:date>2001-04-18T13:53:54Z</dc:date>
    </item>
  </channel>
</rss>

