<?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: change hostname in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/change-hostname/m-p/4484308#M38016</link>
    <description>If you change the hostname by editing /etc/sysconfig/network, also remember to edit /etc/hosts. &lt;BR /&gt;&lt;BR /&gt;The system must be able to resolve its own name using /etc/hosts when it's starting up and the network interfaces have not been activated yet.&lt;BR /&gt;&lt;BR /&gt;MK</description>
    <pubDate>Sun, 23 Aug 2009 18:39:30 GMT</pubDate>
    <dc:creator>Matti_Kurkela</dc:creator>
    <dc:date>2009-08-23T18:39:30Z</dc:date>
    <item>
      <title>change hostname</title>
      <link>https://community.hpe.com/t5/operating-system-linux/change-hostname/m-p/4484305#M38013</link>
      <description>Red Hat Enterprise Linux 4.8&lt;BR /&gt;&lt;BR /&gt;How can I change the hostname of the server once it has been installed?</description>
      <pubDate>Sun, 23 Aug 2009 14:07:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/change-hostname/m-p/4484305#M38013</guid>
      <dc:creator>Tonatiuh</dc:creator>
      <dc:date>2009-08-23T14:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: change hostname</title>
      <link>https://community.hpe.com/t5/operating-system-linux/change-hostname/m-p/4484306#M38014</link>
      <description>Hi,&lt;BR /&gt;Go to System Administration, there are option to change Hostname etc.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Gokul Chandola</description>
      <pubDate>Sun, 23 Aug 2009 15:59:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/change-hostname/m-p/4484306#M38014</guid>
      <dc:creator>Gokul Chandola</dc:creator>
      <dc:date>2009-08-23T15:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: change hostname</title>
      <link>https://community.hpe.com/t5/operating-system-linux/change-hostname/m-p/4484307#M38015</link>
      <description>RedHat based system use the file /etc/sysconfig/network to read the saved hostname at system boot. This is set using the init script /etc/rc.d/rc.sysinit&lt;BR /&gt;&lt;BR /&gt;/etc/sysconfig/network NETWORKING=yes HOSTNAME="plain.domainname.com" GATEWAY="192.168.0.1" GATEWAYDEV="eth0" FORWARD_IPV4="yes"So in order to preserve your change on system reboot edit this file and enter the appropriate name using the HOSTNAME variable.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 23 Aug 2009 16:02:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/change-hostname/m-p/4484307#M38015</guid>
      <dc:creator>JKytsi</dc:creator>
      <dc:date>2009-08-23T16:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: change hostname</title>
      <link>https://community.hpe.com/t5/operating-system-linux/change-hostname/m-p/4484308#M38016</link>
      <description>If you change the hostname by editing /etc/sysconfig/network, also remember to edit /etc/hosts. &lt;BR /&gt;&lt;BR /&gt;The system must be able to resolve its own name using /etc/hosts when it's starting up and the network interfaces have not been activated yet.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Sun, 23 Aug 2009 18:39:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/change-hostname/m-p/4484308#M38016</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2009-08-23T18:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: change hostname</title>
      <link>https://community.hpe.com/t5/operating-system-linux/change-hostname/m-p/4484309#M38017</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;After Changing the above mentioned files,dont forget to restart the netwok/reboot the server.&lt;BR /&gt;&lt;BR /&gt;#service network restart&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;Yogesh&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 23 Aug 2009 23:55:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/change-hostname/m-p/4484309#M38017</guid>
      <dc:creator>Yogesh M Puranik</dc:creator>
      <dc:date>2009-08-23T23:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: change hostname</title>
      <link>https://community.hpe.com/t5/operating-system-linux/change-hostname/m-p/4484310#M38018</link>
      <description>Edit network at address:&lt;BR /&gt;&lt;BR /&gt;vi /etc/sysconfig/network&lt;BR /&gt;&lt;BR /&gt;NETWORKING=yes&lt;BR /&gt;HOSTNAME=your_host_name</description>
      <pubDate>Mon, 24 Aug 2009 07:53:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/change-hostname/m-p/4484310#M38018</guid>
      <dc:creator>Hakki Aydin Ucar</dc:creator>
      <dc:date>2009-08-24T07:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: change hostname</title>
      <link>https://community.hpe.com/t5/operating-system-linux/change-hostname/m-p/4484311#M38019</link>
      <description>temporary:&lt;BR /&gt;as root:&lt;BR /&gt;echo "newhostname" &amp;gt; /proc/sys/kernel/hostname&lt;BR /&gt;&lt;BR /&gt;permanent:&lt;BR /&gt;as root:&lt;BR /&gt;system-config-network&lt;BR /&gt;under dns, change to your new hostname&lt;BR /&gt;then save your changes</description>
      <pubDate>Mon, 24 Aug 2009 21:34:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/change-hostname/m-p/4484311#M38019</guid>
      <dc:creator>Wilfred Chau_1</dc:creator>
      <dc:date>2009-08-24T21:34:50Z</dc:date>
    </item>
  </channel>
</rss>

