<?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: Need command to save config in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/need-command-to-save-config/m-p/4505563#M365178</link>
    <description>Hello, &lt;BR /&gt;&lt;BR /&gt;SAM ==&amp;gt; System Administration Manager&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You can use in the shell this :&lt;BR /&gt;&lt;BR /&gt;#ch_rc -a -p IP_ADDRESS[Y]=XXX.XXX.XXX.XXX -p SUBNET_MASK[Y]=XXX.XXX.XXX.XXX -p INTERFACE_NAME[Y]=lanX -p INTERFACE_STATE[Y]="up" -p BROADCAST_ADDRESS[Y]=XXX.XXX.XXX.XXX /etc/rc.config.d/netconf&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Y is the interface number &lt;BR /&gt;</description>
    <pubDate>Thu, 01 Oct 2009 14:48:44 GMT</pubDate>
    <dc:creator>saber_lahlib</dc:creator>
    <dc:date>2009-10-01T14:48:44Z</dc:date>
    <item>
      <title>Need command to save config</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-command-to-save-config/m-p/4505554#M365169</link>
      <description>The HPUX server had no IP address.  I found out how to add it via google and entered the following from a command line.  &lt;BR /&gt;ifconfig LAN0 205.86.18.4 netmask 255.255.255.0.  &lt;BR /&gt;Then I was able to ping the server.  I need to reboot the server to see if the address is saved.  &lt;BR /&gt;9/29/09 - Rebooted server.  IP config was not saved.  Need someone with HPUX expertise to assist.  &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;How do I save the config after assigning the IP address?</description>
      <pubDate>Wed, 30 Sep 2009 11:42:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-command-to-save-config/m-p/4505554#M365169</guid>
      <dc:creator>Radcliffe Harewood</dc:creator>
      <dc:date>2009-09-30T11:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: Need command to save config</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-command-to-save-config/m-p/4505555#M365170</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can use the set_parms script to set or change the ip-address of the system.&lt;BR /&gt;&lt;BR /&gt;# set_parms ip_address&lt;BR /&gt;or&lt;BR /&gt;# set_parms initial&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Wed, 30 Sep 2009 11:46:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-command-to-save-config/m-p/4505555#M365170</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2009-09-30T11:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: Need command to save config</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-command-to-save-config/m-p/4505556#M365171</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;You can put IP address details in "netconf" file, as below...&lt;BR /&gt;&lt;BR /&gt;To check..&lt;BR /&gt;#more /etc/rc.config.d/netcof&lt;BR /&gt;&lt;BR /&gt;To put IP address details..&lt;BR /&gt;#vi /etc/rc.config.d/netconf&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thnx...farhan</description>
      <pubDate>Wed, 30 Sep 2009 13:03:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-command-to-save-config/m-p/4505556#M365171</guid>
      <dc:creator>Md. Farhan A Azam</dc:creator>
      <dc:date>2009-09-30T13:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: Need command to save config</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-command-to-save-config/m-p/4505557#M365172</link>
      <description>Sorry typing mistake...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;To check..&lt;BR /&gt;#more /etc/rc.config.d/netconf&lt;BR /&gt;&lt;BR /&gt;To put IP address details..&lt;BR /&gt;#vi /etc/rc.config.d/netconf&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thnx...farhan</description>
      <pubDate>Wed, 30 Sep 2009 13:04:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-command-to-save-config/m-p/4505557#M365172</guid>
      <dc:creator>Md. Farhan A Azam</dc:creator>
      <dc:date>2009-09-30T13:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: Need command to save config</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-command-to-save-config/m-p/4505558#M365173</link>
      <description>Tried using set_parms ip_address.  While it set the IP address that I wanted it to, it doesn't seem to have assigned it to LAN0.  So I'm still unable to ping across my network.  When I use ifconfig LAN0 205.86.x.x netmask 255.255.255.0, it works fine, but goes away after a reboot.  I don't know how to use VI editor.  Any other suggestions?</description>
      <pubDate>Wed, 30 Sep 2009 19:44:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-command-to-save-config/m-p/4505558#M365173</guid>
      <dc:creator>Radcliffe Harewood</dc:creator>
      <dc:date>2009-09-30T19:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: Need command to save config</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-command-to-save-config/m-p/4505559#M365174</link>
      <description>&lt;!--!*#--&gt;Hello, Radcliffe, Farhan A Azam has pointed you on the right direction. All you need to do is first learn something about vi and afther that you must edit the netconf file.&lt;BR /&gt;&lt;BR /&gt;Other way to do that is to use SAM. (Just type sam when logged in as root). You would get a menu-based administration software. Here you can use TAB and arrows to browse the menu/make the necessary modification. (go to "Network Interface Cards", select the desired card -lan0/whatever, use SPACE to select- and then use the "Actions menu" - use TAB for this menu)&lt;BR /&gt;&lt;BR /&gt;Best regards from Romania,&lt;BR /&gt;Horia Chirculescu</description>
      <pubDate>Thu, 01 Oct 2009 04:46:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-command-to-save-config/m-p/4505559#M365174</guid>
      <dc:creator>Horia Chirculescu</dc:creator>
      <dc:date>2009-10-01T04:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: Need command to save config</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-command-to-save-config/m-p/4505560#M365175</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;when editing "netconf" file through vi editior, you will get lines as below, put the entry as per your requirement:-&lt;BR /&gt;&lt;BR /&gt;INTERFACE_NAME[0]="lan0"&lt;BR /&gt;IP_ADDRESS[0]="10.56.0.8"&lt;BR /&gt;SUBNET_MASK[0]="255.255.255.0"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[0]="default"&lt;BR /&gt;ROUTE_MASK[0]=""&lt;BR /&gt;ROUTE_GATEWAY[0]="10.56.0.1"&lt;BR /&gt;ROUTE_COUNT[0]="1"&lt;BR /&gt;&lt;BR /&gt;OR you can go through SAM also.&lt;BR /&gt;&lt;BR /&gt;thnx...farhan</description>
      <pubDate>Thu, 01 Oct 2009 08:43:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-command-to-save-config/m-p/4505560#M365175</guid>
      <dc:creator>Md. Farhan A Azam</dc:creator>
      <dc:date>2009-10-01T08:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: Need command to save config</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-command-to-save-config/m-p/4505561#M365176</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The easiest way to configure LAN is SAM.&lt;BR /&gt;&lt;BR /&gt;Suraj</description>
      <pubDate>Thu, 01 Oct 2009 09:36:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-command-to-save-config/m-p/4505561#M365176</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2009-10-01T09:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: Need command to save config</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-command-to-save-config/m-p/4505562#M365177</link>
      <description>Thanks guys, &lt;BR /&gt;&lt;BR /&gt;This look helpful.  I'll give it a try today.  &lt;BR /&gt;&lt;BR /&gt;What is SAM?  And how do I access it?</description>
      <pubDate>Thu, 01 Oct 2009 12:59:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-command-to-save-config/m-p/4505562#M365177</guid>
      <dc:creator>Radcliffe Harewood</dc:creator>
      <dc:date>2009-10-01T12:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: Need command to save config</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-command-to-save-config/m-p/4505563#M365178</link>
      <description>Hello, &lt;BR /&gt;&lt;BR /&gt;SAM ==&amp;gt; System Administration Manager&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You can use in the shell this :&lt;BR /&gt;&lt;BR /&gt;#ch_rc -a -p IP_ADDRESS[Y]=XXX.XXX.XXX.XXX -p SUBNET_MASK[Y]=XXX.XXX.XXX.XXX -p INTERFACE_NAME[Y]=lanX -p INTERFACE_STATE[Y]="up" -p BROADCAST_ADDRESS[Y]=XXX.XXX.XXX.XXX /etc/rc.config.d/netconf&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Y is the interface number &lt;BR /&gt;</description>
      <pubDate>Thu, 01 Oct 2009 14:48:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-command-to-save-config/m-p/4505563#M365178</guid>
      <dc:creator>saber_lahlib</dc:creator>
      <dc:date>2009-10-01T14:48:44Z</dc:date>
    </item>
  </channel>
</rss>

