<?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: KICKSTARTing HPDL380G4 with RHELAS30UP3 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/kickstarting-hpdl380g4-with-rhelas30up3/m-p/4877918#M45207</link>
    <description>For the SA6404 controller and all Red Hat Linux versions, excluding the lastest Red Hat Enterprise Linux 3 Update 2 and Red Hat Enterprise Linux 2.1 Update 4, the kickstart file will need to be modified to include the ondisk option to all the part command and drive option to the clearpart command to reference the appropriate controller and disk. For example, the clearpart and part /boot lines may look like&lt;BR /&gt;    clearpart --all --drives=cciss/c0d0,cciss/c1d0&lt;BR /&gt;    part /boot --size 50 --ondisk=cciss/c0d0</description>
    <pubDate>Tue, 04 Jan 2005 07:50:26 GMT</pubDate>
    <dc:creator>cemtan</dc:creator>
    <dc:date>2005-01-04T07:50:26Z</dc:date>
    <item>
      <title>KICKSTARTing HPDL380G4 with RHELAS30UP3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kickstarting-hpdl380g4-with-rhelas30up3/m-p/4877914#M45203</link>
      <description>Hi all&lt;BR /&gt;&lt;BR /&gt;using kickstart with rhleas30 update 3, it is no possible to create partitions on a cciss drive. Its very important because Im trying to set up some cluster systems by that way.&lt;BR /&gt;&lt;BR /&gt;here is my kickstart config file ks.cfg&lt;BR /&gt;install&lt;BR /&gt;lang en_US.UTF-8&lt;BR /&gt;langsupport --default en_US.UTF-8 en_US.UTF-8 tr_TR.UTF-8&lt;BR /&gt;keyboard trq&lt;BR /&gt;mouse generic3ps/2 --device psaux&lt;BR /&gt;xconfig --card "ATI Mach64" --videoram 8192 --hsync 31.0-54.0 --vsync 50-120 --resolution 1024x768 --depth 24 --defaultdesktop gnome&lt;BR /&gt;network --device eth0 --bootproto static --ip 160.75.100.6 --netmask 255.255.255.0 --gateway 160.75.100.254 --nameserver 160.75.2.20,160.75.20.100,160.75.5.20 --hostname lnxsrv3-test2.itu.edu.tr&lt;BR /&gt;network --device eth1 --bootproto dhcp --hostname lnxsrv3-test2.itu.edu.tr&lt;BR /&gt;url --url &lt;A href="ftp://160.75.2.215/RedHatELAS3.0UP3/i386" target="_blank"&gt;ftp://160.75.2.215/RedHatELAS3.0UP3/i386&lt;/A&gt;&lt;BR /&gt;rootpw --iscrypted $1 xxxxx &lt;BR /&gt;firewall --disabled&lt;BR /&gt;authconfig --enableshadow --enablemd5 --enableldap --ldapserver="xxxxxx" --ldapbasedn="xxxxx" --enablekrb5 --krb5realm=xxxxxx --krb5adminserver="xxxx" &lt;BR /&gt;timezone --utc Europe/Istanbul&lt;BR /&gt;bootloader --location=mbr &lt;BR /&gt;zerombr yes&lt;BR /&gt;clearpart --all&lt;BR /&gt;part swap --size=2000 --ondisk=cciss/c0d0p1 --asprimary&lt;BR /&gt;part / --fstype ext3 --size=25000 --ondisk=cciss/c0d0p2 --asprimary&lt;BR /&gt;part /var/log --fstype ext3 --size=9000 --ondisk=cciss/c0d0p3 --asprimary&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;any ideas appreciated&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;aydin sasmaz&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Jan 2005 14:18:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kickstarting-hpdl380g4-with-rhelas30up3/m-p/4877914#M45203</guid>
      <dc:creator>Aydin SASMAZ</dc:creator>
      <dc:date>2005-01-03T14:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: KICKSTARTing HPDL380G4 with RHELAS30UP3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kickstarting-hpdl380g4-with-rhelas30up3/m-p/4877915#M45204</link>
      <description>The 380G4's are using the on-board SA6i right?&lt;BR /&gt;&lt;BR /&gt;I beleive you'll need the updated 'cciss' driver which is on the HP website, to be included into the boot-image that you're booting using.&lt;BR /&gt;&lt;BR /&gt;Once that's in there, you'll have more luck.&lt;BR /&gt;&lt;BR /&gt;URL's which might be of use:&lt;BR /&gt;&lt;A href="http://h18000.www1.hp.com/support/files/server/us/download/22028.html" target="_blank"&gt;http://h18000.www1.hp.com/support/files/server/us/download/22028.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://h18000.www1.hp.com/support/files/server/us/download/22017.html" target="_blank"&gt;http://h18000.www1.hp.com/support/files/server/us/download/22017.html&lt;/A&gt; (unfortunately this appears to be for UP2 not UP3).</description>
      <pubDate>Tue, 04 Jan 2005 00:40:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kickstarting-hpdl380g4-with-rhelas30up3/m-p/4877915#M45204</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2005-01-04T00:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: KICKSTARTing HPDL380G4 with RHELAS30UP3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kickstarting-hpdl380g4-with-rhelas30up3/m-p/4877916#M45205</link>
      <description>Hi Stuart&lt;BR /&gt;&lt;BR /&gt;actually im using RHELAS3.0 update 3 installion cds therefore modules come with it.I hane not encountered any problem in the usual installation from update 3 isos. Cd recognize and load the cciss.o driver hence i can create partitions via fdisk or diskdruid. But whenever i want to install g4 system with kickstart(ks.cfg), it cannot find the disk although it loads the correct updated driver. I suspect there is a problem with my kickstart conf like that part;&lt;BR /&gt;clearpart --all&lt;BR /&gt;part swap --size=2000 --ondisk=cciss/c0d0p1 --asprimary&lt;BR /&gt;part / --fstype ext3 --size=25000 --ondisk=cciss/c0d0p2 --asprimary&lt;BR /&gt;part /var/log --fstype ext3 --size=9000 --ondisk=cciss/c0d0p3 --asprimary&lt;BR /&gt;&lt;BR /&gt;one of the error messages is about it cant create primary partitions. when i remove keywork asprimary, it also complaining about cant finding disk to create partitons. there is also similar problems, when i create partions manually and using onpart instead of ondisk &lt;BR /&gt;&lt;BR /&gt;for additional info, g4 system's smart array firmware version 2.27&lt;BR /&gt;&lt;BR /&gt;thanks for your assistence&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Jan 2005 04:15:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kickstarting-hpdl380g4-with-rhelas30up3/m-p/4877916#M45205</guid>
      <dc:creator>Aydin SASMAZ</dc:creator>
      <dc:date>2005-01-04T04:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: KICKSTARTing HPDL380G4 with RHELAS30UP3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kickstarting-hpdl380g4-with-rhelas30up3/m-p/4877917#M45206</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;There is a bit strange situation has occurred that kickstart phyton scripts wants to create the root partition first than the others additionaly swap part the last. now this can work with this conf&lt;BR /&gt;clearpart --all&lt;BR /&gt;part swap --size 2000 --ondisk cciss/c0d0&lt;BR /&gt;part / --fstype "ext3" --size 1 --grow --ondisk cciss/c0d0&lt;BR /&gt;&lt;BR /&gt;and if you would like to specify partition cciss/c0d0p1, kickstart interrupt and hit a bug (it says !!) creating a bug report!!&lt;BR /&gt;&lt;BR /&gt;Do we have to follow a strict order to create partitions while we are using kickstart</description>
      <pubDate>Tue, 04 Jan 2005 07:26:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kickstarting-hpdl380g4-with-rhelas30up3/m-p/4877917#M45206</guid>
      <dc:creator>Aydin SASMAZ</dc:creator>
      <dc:date>2005-01-04T07:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: KICKSTARTing HPDL380G4 with RHELAS30UP3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kickstarting-hpdl380g4-with-rhelas30up3/m-p/4877918#M45207</link>
      <description>For the SA6404 controller and all Red Hat Linux versions, excluding the lastest Red Hat Enterprise Linux 3 Update 2 and Red Hat Enterprise Linux 2.1 Update 4, the kickstart file will need to be modified to include the ondisk option to all the part command and drive option to the clearpart command to reference the appropriate controller and disk. For example, the clearpart and part /boot lines may look like&lt;BR /&gt;    clearpart --all --drives=cciss/c0d0,cciss/c1d0&lt;BR /&gt;    part /boot --size 50 --ondisk=cciss/c0d0</description>
      <pubDate>Tue, 04 Jan 2005 07:50:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kickstarting-hpdl380g4-with-rhelas30up3/m-p/4877918#M45207</guid>
      <dc:creator>cemtan</dc:creator>
      <dc:date>2005-01-04T07:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: KICKSTARTing HPDL380G4 with RHELAS30UP3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kickstarting-hpdl380g4-with-rhelas30up3/m-p/4877919#M45208</link>
      <description>thanks for everyone helped</description>
      <pubDate>Mon, 10 Jan 2005 11:02:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kickstarting-hpdl380g4-with-rhelas30up3/m-p/4877919#M45208</guid>
      <dc:creator>Aydin SASMAZ</dc:creator>
      <dc:date>2005-01-10T11:02:37Z</dc:date>
    </item>
  </channel>
</rss>

