<?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 fail to partition disk in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/kickstart-fail-to-partition-disk/m-p/4672120#M41828</link>
    <description>Here's the partitioning segment from a known-working kickstart.cfg file:&lt;BR /&gt;&lt;BR /&gt;bootloader --location=mbr --driveorder=cciss/c0d0,sda&lt;BR /&gt;# The following is the partition information you requested&lt;BR /&gt;# Note that any partitions you deleted are not expressed&lt;BR /&gt;# here so unless you clear all partitions first, this is&lt;BR /&gt;# not guaranteed to work&lt;BR /&gt;zerombr&lt;BR /&gt;clearpart --linux&lt;BR /&gt;part /boot --fstype ext3 --size=100 --ondisk=cciss/c0d0 --asprimary&lt;BR /&gt;part pv.1 --size=100 --grow --ondisk=cciss/c0d0 --asprimary&lt;BR /&gt;volgroup vg00 --pesize=32768 pv.1&lt;BR /&gt;logvol / --fstype ext3 --name=lvol1 --vgname=vg00 --size=4096&lt;BR /&gt;logvol /var --fstype ext3 --name=lvol2 --vgname=vg00 --size=6080&lt;BR /&gt;logvol /home --fstype ext3 --name=lvol4 --vgname=vg00 --size=2048&lt;BR /&gt;logvol /usr/local --fstype ext3 --name=lvol5 --vgname=vg00 --size=1024&lt;BR /&gt;logvol swap --fstype swap --name=lvol0 --vgname=vg00 --size=4096&lt;BR /&gt;logvol /tmp --fstype ext3 --name=lvol3 --vgname=vg00 --size=1024&lt;BR /&gt;logvol /opt --fstype ext3 --name=lvol6 --vgname=vg00 --size=4096&lt;BR /&gt;&lt;BR /&gt;Note the "pv.1" identifier is used in two places: first on the 2nd "part" line when creating the partition that will be used as a LVM PV, then on the "volgroup" line that begins the LVM set-up. &lt;BR /&gt;&lt;BR /&gt;If the identifier on the "volgroup" line does not match the identifier on any preceding "part" line, the Kickstart installation gets stuck, waiting for a disk with a correct identifier to magically appear.&lt;BR /&gt;&lt;BR /&gt;MK</description>
    <pubDate>Mon, 09 Aug 2010 12:17:54 GMT</pubDate>
    <dc:creator>Matti_Kurkela</dc:creator>
    <dc:date>2010-08-09T12:17:54Z</dc:date>
    <item>
      <title>kickstart fail to partition disk</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kickstart-fail-to-partition-disk/m-p/4672118#M41826</link>
      <description>hello,&lt;BR /&gt;&lt;BR /&gt;short version:&lt;BR /&gt;-Redhat 5.4's kickstart fail to partition Proliant DL380G5 internal disk&lt;BR /&gt;&lt;BR /&gt;long version:&lt;BR /&gt;-I am trying to make a kickstart installation of a proliant DL380 G5.&lt;BR /&gt;-Firware and all is up to date (or at least 7.30)&lt;BR /&gt;-I boot on a local isomounted file.&lt;BR /&gt;-boot sequence goes OK, host get a DHCP IP and fetch kickstart file OK.&lt;BR /&gt;&lt;BR /&gt;At the beginning of the kickstart file, there is a section to create a partition whith /boot and a rootvg.&lt;BR /&gt;unformtunatly if partitions are created, lvm vgscan seems to hang while looping on &lt;BR /&gt;modprobe -- -q block-major-69&lt;BR /&gt;every minute&lt;BR /&gt;&lt;BR /&gt;redhat is release 5.4 x86_64.&lt;BR /&gt;&lt;BR /&gt;any idea anyone ?&lt;BR /&gt;&lt;BR /&gt;Jean-Yves Picard</description>
      <pubDate>Mon, 09 Aug 2010 11:42:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kickstart-fail-to-partition-disk/m-p/4672118#M41826</guid>
      <dc:creator>Jean-Yves Picard</dc:creator>
      <dc:date>2010-08-09T11:42:17Z</dc:date>
    </item>
    <item>
      <title>Re: kickstart fail to partition disk</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kickstart-fail-to-partition-disk/m-p/4672119#M41827</link>
      <description>SmartStart CD used is 8.70 (not 7.30).</description>
      <pubDate>Mon, 09 Aug 2010 11:56:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kickstart-fail-to-partition-disk/m-p/4672119#M41827</guid>
      <dc:creator>Jean-Yves Picard</dc:creator>
      <dc:date>2010-08-09T11:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: kickstart fail to partition disk</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kickstart-fail-to-partition-disk/m-p/4672120#M41828</link>
      <description>Here's the partitioning segment from a known-working kickstart.cfg file:&lt;BR /&gt;&lt;BR /&gt;bootloader --location=mbr --driveorder=cciss/c0d0,sda&lt;BR /&gt;# The following is the partition information you requested&lt;BR /&gt;# Note that any partitions you deleted are not expressed&lt;BR /&gt;# here so unless you clear all partitions first, this is&lt;BR /&gt;# not guaranteed to work&lt;BR /&gt;zerombr&lt;BR /&gt;clearpart --linux&lt;BR /&gt;part /boot --fstype ext3 --size=100 --ondisk=cciss/c0d0 --asprimary&lt;BR /&gt;part pv.1 --size=100 --grow --ondisk=cciss/c0d0 --asprimary&lt;BR /&gt;volgroup vg00 --pesize=32768 pv.1&lt;BR /&gt;logvol / --fstype ext3 --name=lvol1 --vgname=vg00 --size=4096&lt;BR /&gt;logvol /var --fstype ext3 --name=lvol2 --vgname=vg00 --size=6080&lt;BR /&gt;logvol /home --fstype ext3 --name=lvol4 --vgname=vg00 --size=2048&lt;BR /&gt;logvol /usr/local --fstype ext3 --name=lvol5 --vgname=vg00 --size=1024&lt;BR /&gt;logvol swap --fstype swap --name=lvol0 --vgname=vg00 --size=4096&lt;BR /&gt;logvol /tmp --fstype ext3 --name=lvol3 --vgname=vg00 --size=1024&lt;BR /&gt;logvol /opt --fstype ext3 --name=lvol6 --vgname=vg00 --size=4096&lt;BR /&gt;&lt;BR /&gt;Note the "pv.1" identifier is used in two places: first on the 2nd "part" line when creating the partition that will be used as a LVM PV, then on the "volgroup" line that begins the LVM set-up. &lt;BR /&gt;&lt;BR /&gt;If the identifier on the "volgroup" line does not match the identifier on any preceding "part" line, the Kickstart installation gets stuck, waiting for a disk with a correct identifier to magically appear.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Mon, 09 Aug 2010 12:17:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kickstart-fail-to-partition-disk/m-p/4672120#M41828</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2010-08-09T12:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: kickstart fail to partition disk</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kickstart-fail-to-partition-disk/m-p/4672121#M41829</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I use almost the same kickstart file, however I have notice a strange thing&lt;BR /&gt;&lt;BR /&gt;15:36:25 INFO    : pvremove -ff -y -v /dev/cciss/c0d0p2&lt;BR /&gt;15:36:25 DEBUG   : adding drive cciss/c0d0 to disk list&lt;BR /&gt;15:36:25 DEBUG   : starting mpaths&lt;BR /&gt;15:36:25 DEBUG   : self.driveList(): ['cciss/c0d0']&lt;BR /&gt;15:36:25 DEBUG   : DiskSet.skippedDisks: ['sda', 'sdb', 'sdc', 'sdd']&lt;BR /&gt;15:36:25 DEBUG   : DiskSet.skippedDisks: ['sda', 'sdb', 'sdc', 'sdd']&lt;BR /&gt;15:36:25 DEBUG   : done starting mpaths.  Drivelist: ['cciss/c0d0']&lt;BR /&gt;15:45:01 INFO    : moving (1) to step autopartitionexecute&lt;BR /&gt;15:45:01 DEBUG   : removing drive cciss/c0d0 from disk lists&lt;BR /&gt;&lt;BR /&gt;see 9 minutes to commit partitionning ...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Aug 2010 13:16:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kickstart-fail-to-partition-disk/m-p/4672121#M41829</guid>
      <dc:creator>Jean-Yves Picard</dc:creator>
      <dc:date>2010-08-09T13:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: kickstart fail to partition disk</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kickstart-fail-to-partition-disk/m-p/4672122#M41830</link>
      <description>&amp;gt; 15:36:25 DEBUG : starting mpaths&lt;BR /&gt;&lt;BR /&gt;Are you using the "mpath" boot option when starting the installation?&lt;BR /&gt;&lt;BR /&gt;The "mpath" installation boot option should be used only when the OS is going to be installed on a multipathed disk. In your case, the SmartArray controller presents only one path to the OS (/dev/cciss/c0d0) so the "mpath" boot option is not necessary.&lt;BR /&gt;&lt;BR /&gt;If you later want to use multipathed SAN disks as non-system (data) disks, you'll only need to make sure the device-mapper-multipath RPM is installed.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Sun, 15 Aug 2010 06:17:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kickstart-fail-to-partition-disk/m-p/4672122#M41830</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2010-08-15T06:17:13Z</dc:date>
    </item>
  </channel>
</rss>

