<?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: Another kickstart issue with --ondisk in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/another-kickstart-issue-with-ondisk/m-p/2817409#M2646</link>
    <description>Thanks for the replies&lt;BR /&gt;&lt;BR /&gt;Stuart&lt;BR /&gt;&lt;BR /&gt;I'm using Advanced server edition. I need the partitions to be created on a particular disk as there are only 2 disks on this server. I wish to use the 2nd in a raid1 environment &lt;BR /&gt;&lt;BR /&gt;Masanari&lt;BR /&gt;&lt;BR /&gt;I posted the example from a kickstart we were creating with 7.3&lt;BR /&gt;&lt;BR /&gt;On the server edition i did specify&lt;BR /&gt;&lt;BR /&gt;--ondisk /dev/sda&lt;BR /&gt;--ondisk /dev/sda&lt;BR /&gt;&lt;BR /&gt;I'm waiting to get our support contract sorted so will get back to redhat with this problem. I was going to post on the bug report but these servers are required for production and we don't have time to wait &lt;BR /&gt;&lt;BR /&gt;Any further ideas would be great&lt;BR /&gt;&lt;BR /&gt;Thanks again&lt;BR /&gt;&lt;BR /&gt;Steve&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 03 Oct 2002 06:37:41 GMT</pubDate>
    <dc:creator>steven Burgess_2</dc:creator>
    <dc:date>2002-10-03T06:37:41Z</dc:date>
    <item>
      <title>Another kickstart issue with --ondisk</title>
      <link>https://community.hpe.com/t5/operating-system-linux/another-kickstart-issue-with-ondisk/m-p/2817406#M2643</link>
      <description>Hello again&lt;BR /&gt;&lt;BR /&gt;I also have a problem with the option when attempting to specify which disk a certain partition is to reside&lt;BR /&gt;&lt;BR /&gt;Has anyone come across this issue&lt;BR /&gt;&lt;BR /&gt;I have a message request to dump a core output to bugzilla. I have not been able to submit this file yet though&lt;BR /&gt;&lt;BR /&gt;Entry is&lt;BR /&gt;&lt;BR /&gt;#Disk partitioning information&lt;BR /&gt;#part /boot --fstype ext3 --size 1000 --ondisk /dev/hda1 &lt;BR /&gt;#part / --fstype ext3 --size 10000 --ondisk /dev/hda3 &lt;BR /&gt;#part  swap --size 512 --ondisk /dev/hda2 &lt;BR /&gt;&lt;BR /&gt;Have had to change to &lt;BR /&gt;&lt;BR /&gt;part /boot --fstype ext3 --size 1000&lt;BR /&gt;part / --fstype ext3 --size 8000&lt;BR /&gt;part  swap --size 512&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Wed, 02 Oct 2002 11:45:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/another-kickstart-issue-with-ondisk/m-p/2817406#M2643</guid>
      <dc:creator>steven Burgess_2</dc:creator>
      <dc:date>2002-10-02T11:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: Another kickstart issue with --ondisk</title>
      <link>https://community.hpe.com/t5/operating-system-linux/another-kickstart-issue-with-ondisk/m-p/2817407#M2644</link>
      <description>I've not had such issues, but I've only been using KS with 7.2/7.3.  What RH dist are you using this on?&lt;BR /&gt;&lt;BR /&gt;As a simple work around, create the partitions in the order you want them numbered.&lt;BR /&gt;&lt;BR /&gt;part /boot --fstype ext3 --size 1000&lt;BR /&gt;part swap --size 512&lt;BR /&gt;part / --fstype ext3 --size 8000&lt;BR /&gt;&lt;BR /&gt;Should work in the manner required.</description>
      <pubDate>Wed, 02 Oct 2002 23:42:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/another-kickstart-issue-with-ondisk/m-p/2817407#M2644</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2002-10-02T23:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: Another kickstart issue with --ondisk</title>
      <link>https://community.hpe.com/t5/operating-system-linux/another-kickstart-issue-with-ondisk/m-p/2817408#M2645</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;My understanding is you may use --ondisk with /dev/hda instead of /dev/hda1. &lt;BR /&gt;&lt;BR /&gt;or use --onpart /dev/hda1 &lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Oct 2002 01:51:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/another-kickstart-issue-with-ondisk/m-p/2817408#M2645</guid>
      <dc:creator>I_M</dc:creator>
      <dc:date>2002-10-03T01:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: Another kickstart issue with --ondisk</title>
      <link>https://community.hpe.com/t5/operating-system-linux/another-kickstart-issue-with-ondisk/m-p/2817409#M2646</link>
      <description>Thanks for the replies&lt;BR /&gt;&lt;BR /&gt;Stuart&lt;BR /&gt;&lt;BR /&gt;I'm using Advanced server edition. I need the partitions to be created on a particular disk as there are only 2 disks on this server. I wish to use the 2nd in a raid1 environment &lt;BR /&gt;&lt;BR /&gt;Masanari&lt;BR /&gt;&lt;BR /&gt;I posted the example from a kickstart we were creating with 7.3&lt;BR /&gt;&lt;BR /&gt;On the server edition i did specify&lt;BR /&gt;&lt;BR /&gt;--ondisk /dev/sda&lt;BR /&gt;--ondisk /dev/sda&lt;BR /&gt;&lt;BR /&gt;I'm waiting to get our support contract sorted so will get back to redhat with this problem. I was going to post on the bug report but these servers are required for production and we don't have time to wait &lt;BR /&gt;&lt;BR /&gt;Any further ideas would be great&lt;BR /&gt;&lt;BR /&gt;Thanks again&lt;BR /&gt;&lt;BR /&gt;Steve&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Oct 2002 06:37:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/another-kickstart-issue-with-ondisk/m-p/2817409#M2646</guid>
      <dc:creator>steven Burgess_2</dc:creator>
      <dc:date>2002-10-03T06:37:41Z</dc:date>
    </item>
  </channel>
</rss>

