<?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: set_parms in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/set-parms/m-p/3377626#M566516</link>
    <description>To make effect of changed ip-address permanently then reboot is needed there. It is not as like other parameters of hostname, etc.&lt;BR /&gt;&lt;BR /&gt;man page set_parms for ip-address say's as&lt;BR /&gt;&lt;BR /&gt;ip_address     Allows the user to set or change the primary IP address&lt;BR /&gt;       of the system.  An IP address change will require a&lt;BR /&gt;       system reboot to take effect.  Edits the /etc/hosts&lt;BR /&gt;       file to associate the new IP address with the current&lt;BR /&gt;       hostname. First boot: also lets the user pick the lan&lt;BR /&gt;       interface to set up for this and subsequent networking&lt;BR /&gt;       functions.  Non-first boot: In multiple lan systems, it&lt;BR /&gt;       assumes that the IP address is being changed for the&lt;BR /&gt;       lowest numbered IP address/Lan Interface Card data set&lt;BR /&gt;       in the /etc/rc.config.d/netconf file.&lt;BR /&gt;&lt;BR /&gt;------------&lt;BR /&gt;&lt;BR /&gt;IF you want to make temporary then configure with ifconfig and to make effect then put entry /etc/rc.config.d/netconf file entries.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Else do it with system administration manager (sam) also.&lt;BR /&gt;&lt;BR /&gt;- Muthu</description>
    <pubDate>Mon, 13 Sep 2004 07:23:23 GMT</pubDate>
    <dc:creator>Muthukumar_5</dc:creator>
    <dc:date>2004-09-13T07:23:23Z</dc:date>
    <item>
      <title>set_parms</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/set-parms/m-p/3377622#M566512</link>
      <description>In a 11i with the command set_parms initial&lt;BR /&gt;change hostname,ip address,netmask,gateway.&lt;BR /&gt;After a requested reboot the system go up with&lt;BR /&gt;a system name, netmask and gateway modified &lt;BR /&gt;but with the old ip address.&lt;BR /&gt;To the same way if I give the set_parms whith the param hostname and don't reboot, ip_address and don't reboot, addl_network and don't reboot because don't asked me, and give reboot manually, when the system give up the hostname is modified but not ip and gateway.&lt;BR /&gt;It would seem necessary a reboot after the change of every parameter.&lt;BR /&gt;WHY ?&lt;BR /&gt;Thanks to All&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Sep 2004 06:26:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/set-parms/m-p/3377622#M566512</guid>
      <dc:creator>HDgio</dc:creator>
      <dc:date>2004-09-13T06:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: set_parms</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/set-parms/m-p/3377623#M566513</link>
      <description>Hi,&lt;BR /&gt;System will reboot for Hostname change but not for IP address change. You can use "ifconfig" command to change IP address, "route add default" command to define gateways and do necessary changes in /etc/rc.config.d/netconf file to make the changes permanent so that for next reboot values are retained.&lt;BR /&gt;Also if you do this from sam then you don't have to anything, systems take care of modifying these files.&lt;BR /&gt;&lt;BR /&gt;Hope that helps,&lt;BR /&gt;Regards,</description>
      <pubDate>Mon, 13 Sep 2004 06:37:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/set-parms/m-p/3377623#M566513</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2004-09-13T06:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: set_parms</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/set-parms/m-p/3377624#M566514</link>
      <description>Hi there,&lt;BR /&gt;&lt;BR /&gt;Use "set_parms initial" to keep reset and save your settings for good.&lt;BR /&gt;&lt;BR /&gt;MB.&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Sep 2004 06:48:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/set-parms/m-p/3377624#M566514</guid>
      <dc:creator>Marcel Boogert_1</dc:creator>
      <dc:date>2004-09-13T06:48:07Z</dc:date>
    </item>
    <item>
      <title>Re: set_parms</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/set-parms/m-p/3377625#M566515</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;use "ifconfig" to change ip address and make the appropriate changes in /etc/rc.config.d/netconf and finally adapt your default gateway entry (netstat -r) with route add if necessary&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Franky</description>
      <pubDate>Mon, 13 Sep 2004 06:50:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/set-parms/m-p/3377625#M566515</guid>
      <dc:creator>Franky_1</dc:creator>
      <dc:date>2004-09-13T06:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: set_parms</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/set-parms/m-p/3377626#M566516</link>
      <description>To make effect of changed ip-address permanently then reboot is needed there. It is not as like other parameters of hostname, etc.&lt;BR /&gt;&lt;BR /&gt;man page set_parms for ip-address say's as&lt;BR /&gt;&lt;BR /&gt;ip_address     Allows the user to set or change the primary IP address&lt;BR /&gt;       of the system.  An IP address change will require a&lt;BR /&gt;       system reboot to take effect.  Edits the /etc/hosts&lt;BR /&gt;       file to associate the new IP address with the current&lt;BR /&gt;       hostname. First boot: also lets the user pick the lan&lt;BR /&gt;       interface to set up for this and subsequent networking&lt;BR /&gt;       functions.  Non-first boot: In multiple lan systems, it&lt;BR /&gt;       assumes that the IP address is being changed for the&lt;BR /&gt;       lowest numbered IP address/Lan Interface Card data set&lt;BR /&gt;       in the /etc/rc.config.d/netconf file.&lt;BR /&gt;&lt;BR /&gt;------------&lt;BR /&gt;&lt;BR /&gt;IF you want to make temporary then configure with ifconfig and to make effect then put entry /etc/rc.config.d/netconf file entries.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Else do it with system administration manager (sam) also.&lt;BR /&gt;&lt;BR /&gt;- Muthu</description>
      <pubDate>Mon, 13 Sep 2004 07:23:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/set-parms/m-p/3377626#M566516</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2004-09-13T07:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: set_parms</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/set-parms/m-p/3377627#M566517</link>
      <description>If I make a make_restore from an image and to the first boot did I want to change in an only time all the interested parameters with a simple command and in an alone reboot, thing I should use, considering that set_parms initial seems not to correctly work?</description>
      <pubDate>Mon, 13 Sep 2004 08:10:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/set-parms/m-p/3377627#M566517</guid>
      <dc:creator>HDgio</dc:creator>
      <dc:date>2004-09-13T08:10:31Z</dc:date>
    </item>
  </channel>
</rss>

