<?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: kickstart in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/kickstart/m-p/3775002#M22959</link>
    <description>Hi Guys! &lt;BR /&gt;this is a cool discussion. What about for Suse.&lt;BR /&gt;&lt;BR /&gt;- What is the corresponding kickstart file that I can use in DHCP and where I can find it? I went to Progra files- altitiris- express.....bin -osconfig-sles9sp1- and it is empty..&lt;BR /&gt;&lt;BR /&gt;on my NFS I'm done setting up and copying the installation files..&lt;BR /&gt;&lt;BR /&gt;Please if you can point me where to go.&lt;BR /&gt;More power&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 06 Jul 2006 01:54:30 GMT</pubDate>
    <dc:creator>orven</dc:creator>
    <dc:date>2006-07-06T01:54:30Z</dc:date>
    <item>
      <title>kickstart</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kickstart/m-p/3774998#M22955</link>
      <description>Hi Dear Gurus&lt;BR /&gt;&lt;BR /&gt;I have configured the nfs server as a Installation server, and have sucessfully Installed OS via nfs server. Now I also want to use kickstart file to automate the installation process. The kickstart file is also on  same nfs server.&lt;BR /&gt;&lt;BR /&gt;On Nfs server&lt;BR /&gt;-----------&lt;BR /&gt;#ls /install/&lt;BR /&gt;ks.cfg RPMS ....&lt;BR /&gt;&lt;BR /&gt;After booting the client from cd 1, I want to know that what to type on client so that the kickstart file will be used ?  I mean what command I have to issue so that client will use kickstart file on nfs server?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Maaz</description>
      <pubDate>Thu, 20 Apr 2006 12:44:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kickstart/m-p/3774998#M22955</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2006-04-20T12:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: kickstart</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kickstart/m-p/3774999#M22956</link>
      <description>Shalom Maaz,&lt;BR /&gt;&lt;BR /&gt;If you have done a kickstart install already, there should be an annaconda.cfg file on the server.&lt;BR /&gt;&lt;BR /&gt;Just copy it and re-use it.&lt;BR /&gt;&lt;BR /&gt;The key is here:&lt;BR /&gt;&lt;BR /&gt;Instead of askmethod at the boot prompt:&lt;BR /&gt;&lt;BR /&gt;linux ks=nfs:192.168.1.100:/kickstart/ks.cfg&lt;BR /&gt;&lt;BR /&gt;Just give a relavent path to the kickstart file on the nfs server and it should all hum through without any interaction.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 20 Apr 2006 14:35:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kickstart/m-p/3774999#M22956</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-04-20T14:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: kickstart</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kickstart/m-p/3775000#M22957</link>
      <description>You should configure a dhcp server so you can do multiple clients installations at the same time, otherwise you must manually set the ip address or install one by one, and after reboot, change the ip address.&lt;BR /&gt;&lt;BR /&gt;Using dhcp, you can also specify the kickstart file to use in the configuration file, and you just need to run:&lt;BR /&gt;&lt;BR /&gt;linux ks&lt;BR /&gt;&lt;BR /&gt;Sample configuration file:&lt;BR /&gt;&lt;BR /&gt;ddns-update-style none;&lt;BR /&gt;option domain-name "redhat.com.py";&lt;BR /&gt;option routers 192.168.24.1;&lt;BR /&gt;option broadcast-address 192.168.24.255;&lt;BR /&gt;subnet 192.168.24.0 netmask 255.255.255.0 {}&lt;BR /&gt;filename â  /RedHat/kickstart/â  ;&lt;BR /&gt;next-server nfsinstall.redhat.com.py;&lt;BR /&gt;&lt;BR /&gt;# host pc01 {&lt;BR /&gt;# hardware ethernet 00:c0:df:0d:0c:fe;&lt;BR /&gt;# fixed-address 192.168.24.10;&lt;BR /&gt;# option host-name "pc01.data.edu.py";&lt;BR /&gt;# filename "/RedHat/kickstart/ks.cfg";&lt;BR /&gt;#}</description>
      <pubDate>Thu, 20 Apr 2006 15:03:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kickstart/m-p/3775000#M22957</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-04-20T15:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: kickstart</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kickstart/m-p/3775001#M22958</link>
      <description>After successful linux installation there's a file under /root directory called anaconda-ks.cfg, which is a kickstart of your installation.The only thing to change is the partitioning stuff.Simply remove the remarks (#) if you want to use the same partitioning.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If you wish to boot from CD and then specify kickstart file for installation-I'd go with Steven's suggestion.&lt;BR /&gt;&lt;BR /&gt;You can also create a setup in which you can boot with your NIC (PXE enabled) and have your unattended installation.&lt;BR /&gt;If you want to know how to create PXE server-follow this link:&lt;BR /&gt;&lt;A href="http://h20000.www2.hp.com/bc/docs/support/SupportManual/c00257674/c00257674.pdf" target="_blank"&gt;http://h20000.www2.hp.com/bc/docs/support/SupportManual/c00257674/c00257674.pdf&lt;/A&gt;&lt;BR /&gt;Best regards.</description>
      <pubDate>Thu, 20 Apr 2006 16:26:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kickstart/m-p/3775001#M22958</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2006-04-20T16:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: kickstart</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kickstart/m-p/3775002#M22959</link>
      <description>Hi Guys! &lt;BR /&gt;this is a cool discussion. What about for Suse.&lt;BR /&gt;&lt;BR /&gt;- What is the corresponding kickstart file that I can use in DHCP and where I can find it? I went to Progra files- altitiris- express.....bin -osconfig-sles9sp1- and it is empty..&lt;BR /&gt;&lt;BR /&gt;on my NFS I'm done setting up and copying the installation files..&lt;BR /&gt;&lt;BR /&gt;Please if you can point me where to go.&lt;BR /&gt;More power&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Jul 2006 01:54:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kickstart/m-p/3775002#M22959</guid>
      <dc:creator>orven</dc:creator>
      <dc:date>2006-07-06T01:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: kickstart</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kickstart/m-p/3775003#M22960</link>
      <description>For SUSE, you can use Autoyast:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.novell.com/products/desktop/features/autoyast.html" target="_blank"&gt;http://www.novell.com/products/desktop/features/autoyast.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.suse.com/~ug/" target="_blank"&gt;http://www.suse.com/~ug/&lt;/A&gt;</description>
      <pubDate>Thu, 06 Jul 2006 07:16:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kickstart/m-p/3775003#M22960</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-07-06T07:16:11Z</dc:date>
    </item>
  </channel>
</rss>

