<?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: Disk Allocation in KickStart in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/disk-allocation-in-kickstart/m-p/4612930#M40367</link>
    <description>Actually, I opened the sample Anaconda.cfg Kickstart file and Used that &lt;BR /&gt;it works perfectly fine</description>
    <pubDate>Thu, 08 Apr 2010 16:51:52 GMT</pubDate>
    <dc:creator>ramizkhan</dc:creator>
    <dc:date>2010-04-08T16:51:52Z</dc:date>
    <item>
      <title>Disk Allocation in KickStart</title>
      <link>https://community.hpe.com/t5/operating-system-linux/disk-allocation-in-kickstart/m-p/4612927#M40364</link>
      <description>Can Anyone please help me for disk space allocation in kickstart file ? &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This is my KickStart File &lt;BR /&gt;&lt;BR /&gt;=======&lt;BR /&gt;#platform=x86, AMD64, or Intel EM64T&lt;BR /&gt;# System authorization information&lt;BR /&gt;auth  --useshadow  --enablemd5 &lt;BR /&gt;# System bootloader configuration&lt;BR /&gt;bootloader --append="rhgb quiet" --location=mbr --driveorder=cciss/c0d0,cciss/c0d1&lt;BR /&gt;# Clear the Master Boot Record&lt;BR /&gt;zerombr&lt;BR /&gt;# Partition clearing information&lt;BR /&gt;clearpart --all --initlabel &lt;BR /&gt;# Use graphical install&lt;BR /&gt;graphical&lt;BR /&gt;# Firewall configuration&lt;BR /&gt;firewall --enabled --ssh  &lt;BR /&gt;# Run the Setup Agent on first boot&lt;BR /&gt;firstboot --disable&lt;BR /&gt;# System keyboard&lt;BR /&gt;keyboard us&lt;BR /&gt;# System language&lt;BR /&gt;lang en_US&lt;BR /&gt;# Installation logging level&lt;BR /&gt;logging --level=info&lt;BR /&gt;# Use NFS installation media&lt;BR /&gt;nfs --server=10.32.200.6 --dir=/u01/oracle/OEL5/&lt;BR /&gt;# Network information&lt;BR /&gt;network --bootproto=dhcp --device=eth1 --onboot=on&lt;BR /&gt;# Reboot after installation&lt;BR /&gt;reboot&lt;BR /&gt;#Root password&lt;BR /&gt;rootpw --iscrypted $1$nDAdMwX7$QZgec1cFbmjla.tA3Y6ho.&lt;BR /&gt;&lt;BR /&gt;# SELinux configuration&lt;BR /&gt;selinux --enforcing&lt;BR /&gt;# System timezone&lt;BR /&gt;timezone --isUtc America/Chicago&lt;BR /&gt;# Install OS instead of upgrade&lt;BR /&gt;install&lt;BR /&gt;# X Window System configuration information&lt;BR /&gt;xconfig  --defaultdesktop=GNOME --depth=8 --resolution=640x480 --startxonboot&lt;BR /&gt;# Disk partitioning information&lt;BR /&gt;part /var --bytes-per-inode=4096 --fstype="ext3" --ondisk=cciss/c0d0 --size=180&lt;BR /&gt;part /home --bytes-per-inode=4096 --fstype="ext3" --ondisk=cciss/c0d0 --size=20&lt;BR /&gt;part / --bytes-per-inode=4096 --fstype="ext3" --ondisk=cciss/c0d0 --size=300&lt;BR /&gt;part /usr --bytes-per-inode=4096 --fstype="ext3" --ondisk=cciss/c0d0 --size=200&lt;BR /&gt;part /tmp --bytes-per-inode=4096 --fstype="ext3" --ondisk=cciss/c0d0 --size=50&lt;BR /&gt;part /boot --bytes-per-inode=4096 --fstype="ext3" --ondisk=cciss/c0d0 --size=20&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;=========&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Ok the Error I get from Above KickStart File is following &lt;BR /&gt;&lt;BR /&gt;Error:&lt;BR /&gt;&lt;BR /&gt;Your selected packages require 2988MB of free space for installation, but you do not have enough available. You can change your selections or reboot.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;My Question is : &lt;BR /&gt;&lt;BR /&gt;Even though I created all the partitions on one "cciss/c0d0"  why in KickStart it says following&lt;BR /&gt;&lt;BR /&gt;--driveorder=cciss/c0d0,cciss/c0d1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This is the sample from another machine where I install Linux manually..But if in my Kickstart file If I mention "c0d0p8 or c0d0p6" it says it cant find this drive...&lt;BR /&gt;&lt;BR /&gt;How Should I use"c0d0p3,c0d0p7,c0d0p8.." and all in my KickStart File ????&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;sample from other similar machine&lt;BR /&gt;===============================&lt;BR /&gt;&lt;BR /&gt;/dev/cciss/c0d0p8     965M  567M  350M  62% /&lt;BR /&gt;/dev/cciss/c0d0p7     965M   20M  896M   3% /home&lt;BR /&gt;/dev/cciss/c0d0p6     3.8G  178M  3.5G   5% /var&lt;BR /&gt;/dev/cciss/c0d0p5     7.6G  2.2G  5.1G  30% /tmp&lt;BR /&gt;/dev/cciss/c0d0p3     7.6G  3.4G  3.9G  47% /usr&lt;BR /&gt;/dev/cciss/c0d0p1     487M   20M  442M   5% /boot&lt;BR /&gt;tmpfs                  32G   16G   17G  49% /dev/shm&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Apr 2010 17:48:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/disk-allocation-in-kickstart/m-p/4612927#M40364</guid>
      <dc:creator>ramizkhan</dc:creator>
      <dc:date>2010-04-06T17:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Allocation in KickStart</title>
      <link>https://community.hpe.com/t5/operating-system-linux/disk-allocation-in-kickstart/m-p/4612928#M40365</link>
      <description>The "--size" options you specify are in megabytes.  Assuming the disk space available is approximately the same as the example you site at the end, to achieve the same layout your disk partitioning would look like&lt;BR /&gt;&lt;BR /&gt;# Disk partitioning information&lt;BR /&gt;part /var --bytes-per-inode=4096 --fstype="ext3" --ondisk=cciss/c0d0 --size=3800&lt;BR /&gt;part /home --bytes-per-inode=4096 --fstype="ext3" --ondisk=cciss/c0d0 --size=965&lt;BR /&gt;part / --bytes-per-inode=4096 --fstype="ext3" --ondisk=cciss/c0d0 --size=965&lt;BR /&gt;part /usr --bytes-per-inode=4096 --fstype="ext3" --ondisk=cciss/c0d0 --size=7600&lt;BR /&gt;part /tmp --bytes-per-inode=4096 --fstype="ext3" --ondisk=cciss/c0d0 --size=7600&lt;BR /&gt;part /boot --bytes-per-inode=4096 --fstype="ext3" --ondisk=cciss/c0d0 --size=487&lt;BR /&gt;&lt;BR /&gt;although to allow for rounding errors, I would actually use&lt;BR /&gt;&lt;BR /&gt;part /home --bytes-per-inode=4096 --fstype="ext3" --ondisk=cciss/c0d0 --size=1 --grow&lt;BR /&gt;&lt;BR /&gt;(/tmp and /var are also appropriate candidates for the "use what's left" filesystems)&lt;BR /&gt;&lt;BR /&gt;--driveorder is a hint to the installation software about which drive is preferred as the boot drive by the BIOS.  I haven't had to deal with a situation where the default was inappropriate; I don't expect to specify it until I encounter a situation where it would make a difference (e.g., I change the BIOS to boot from the 2nd drive because it's solid state and that's where I want to put the OS, instead of the 1st (default) drive which is a traditional platter and more appropriate for the intended application data). &lt;BR /&gt;</description>
      <pubDate>Wed, 07 Apr 2010 03:42:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/disk-allocation-in-kickstart/m-p/4612928#M40365</guid>
      <dc:creator>Stephen P. Schaefer</dc:creator>
      <dc:date>2010-04-07T03:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Allocation in KickStart</title>
      <link>https://community.hpe.com/t5/operating-system-linux/disk-allocation-in-kickstart/m-p/4612929#M40366</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Another way is to install a fresh machine manually and then in root directory there will be a file called anaconda.cfg; use this file as your ks file for all other kickstart installs.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Vipul</description>
      <pubDate>Wed, 07 Apr 2010 14:00:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/disk-allocation-in-kickstart/m-p/4612929#M40366</guid>
      <dc:creator>Vipulinux</dc:creator>
      <dc:date>2010-04-07T14:00:10Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Allocation in KickStart</title>
      <link>https://community.hpe.com/t5/operating-system-linux/disk-allocation-in-kickstart/m-p/4612930#M40367</link>
      <description>Actually, I opened the sample Anaconda.cfg Kickstart file and Used that &lt;BR /&gt;it works perfectly fine</description>
      <pubDate>Thu, 08 Apr 2010 16:51:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/disk-allocation-in-kickstart/m-p/4612930#M40367</guid>
      <dc:creator>ramizkhan</dc:creator>
      <dc:date>2010-04-08T16:51:52Z</dc:date>
    </item>
  </channel>
</rss>

