<?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: BL680c RedHat Enterprise 4 setup in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/bl680c-redhat-enterprise-4-setup/m-p/4179586#M32231</link>
    <description>add on,&lt;BR /&gt;&lt;BR /&gt;I'm also looking at the "HP SmartStart Scripting Toolkit Linux Edition&lt;BR /&gt;User Guide", "Booting from a USB drive key"&lt;BR /&gt;&lt;BR /&gt;Anyone who has used this before?&lt;BR /&gt;&lt;BR /&gt;To set up a USB drive key to boot the Toolkit environment:&lt;BR /&gt;1. Create a FAT file system. In this example, the USB drive key is /dev/sda:&lt;BR /&gt;cd toolkit/&lt;BR /&gt;mkdosfs -I /dev/sda&lt;BR /&gt;2. Use SYSLINUX to install the ldlinux.sys bootloader:&lt;BR /&gt;./boot_files/syslinux /dev/sda&lt;BR /&gt;3. Copy the boot and Toolkit files to the USB drive key:&lt;BR /&gt;mount /dev/sda /mnt/usbkey/&lt;BR /&gt;cp boot_files/syslinux.cfg boot_files/vmlinuz boot_files/initrd.img&lt;BR /&gt;/mnt/usbkey/&lt;BR /&gt;cp -a scripts/ /mnt/usbkey/&lt;BR /&gt;cp -a utilities/ /mnt/usbkey/&lt;BR /&gt;cp -a linux_unattend/ /mnt/usbkey/&lt;BR /&gt;4. Customize the scripts for your environment:&lt;BR /&gt;vi /mnt/usbkey/linux_unattend/rhel4/syslinux-rh.cfg&lt;BR /&gt;In the syslinux-rh.cfg file, be sure to modify the sstk_script boot option parameter to refer to your&lt;BR /&gt;customized script.&lt;BR /&gt;vi /mnt/usbkey/syslinux.cfg&lt;BR /&gt;vi /mnt/usbkey/scripts/install_rhel4.sh&lt;BR /&gt;Be sure to modify the syslinux.cfg and install_rhel4.sh files to refer to your network server.&lt;BR /&gt;5. Copy the bootdisk image from the Red Hat CD:&lt;BR /&gt;cp RHEL4-i386-AS-disc1.iso/images/diskboot.img&lt;BR /&gt;/mnt/usbkey/linux_unattend/rhel4/&lt;BR /&gt;umount /mnt/usbkey/&lt;BR /&gt;6. Test the USB boot process:&lt;BR /&gt;a. Insert the USB drive key in the server. If the server already has a C drive, change the IPL order to&lt;BR /&gt;ensure that the USB drive key boots before the C drive of the primary controller. After the drive&lt;BR /&gt;key boots, the syslinux information and a Boot: prompt appears.&lt;BR /&gt;b. At the Boot: prompt, press the Enter key. A progress bar and the Toolkit boot messages appear.&lt;BR /&gt;After processing is complete, the /custom.sh script on the USB drive key is executed.&lt;BR /&gt;The drive key has been successfully prepared.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Robert-Jan</description>
    <pubDate>Tue, 15 Apr 2008 08:08:22 GMT</pubDate>
    <dc:creator>Robert-Jan Goossens</dc:creator>
    <dc:date>2008-04-15T08:08:22Z</dc:date>
    <item>
      <title>BL680c RedHat Enterprise 4 setup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/bl680c-redhat-enterprise-4-setup/m-p/4179585#M32230</link>
      <description>Hey guys,&lt;BR /&gt;&lt;BR /&gt;I would to get some comments on below setup or suggest some other ideas.&lt;BR /&gt;&lt;BR /&gt;Need to setup 20 blades in 5 locations, all locations have the same (4)servers. OS will be installed on internal disks.&lt;BR /&gt;&lt;BR /&gt;Im thinking of installing the first four manualy, create raid1 setup (onboard raid adapter), power down the blades, remove one disk and use these disks to duplicate the OS. All I need to change is hostname/ip.&lt;BR /&gt;&lt;BR /&gt;Am I correct or does anyone have a better idea, we don't need to setup more servers just these 20. &lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Mon, 14 Apr 2008 14:17:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/bl680c-redhat-enterprise-4-setup/m-p/4179585#M32230</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2008-04-14T14:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: BL680c RedHat Enterprise 4 setup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/bl680c-redhat-enterprise-4-setup/m-p/4179586#M32231</link>
      <description>add on,&lt;BR /&gt;&lt;BR /&gt;I'm also looking at the "HP SmartStart Scripting Toolkit Linux Edition&lt;BR /&gt;User Guide", "Booting from a USB drive key"&lt;BR /&gt;&lt;BR /&gt;Anyone who has used this before?&lt;BR /&gt;&lt;BR /&gt;To set up a USB drive key to boot the Toolkit environment:&lt;BR /&gt;1. Create a FAT file system. In this example, the USB drive key is /dev/sda:&lt;BR /&gt;cd toolkit/&lt;BR /&gt;mkdosfs -I /dev/sda&lt;BR /&gt;2. Use SYSLINUX to install the ldlinux.sys bootloader:&lt;BR /&gt;./boot_files/syslinux /dev/sda&lt;BR /&gt;3. Copy the boot and Toolkit files to the USB drive key:&lt;BR /&gt;mount /dev/sda /mnt/usbkey/&lt;BR /&gt;cp boot_files/syslinux.cfg boot_files/vmlinuz boot_files/initrd.img&lt;BR /&gt;/mnt/usbkey/&lt;BR /&gt;cp -a scripts/ /mnt/usbkey/&lt;BR /&gt;cp -a utilities/ /mnt/usbkey/&lt;BR /&gt;cp -a linux_unattend/ /mnt/usbkey/&lt;BR /&gt;4. Customize the scripts for your environment:&lt;BR /&gt;vi /mnt/usbkey/linux_unattend/rhel4/syslinux-rh.cfg&lt;BR /&gt;In the syslinux-rh.cfg file, be sure to modify the sstk_script boot option parameter to refer to your&lt;BR /&gt;customized script.&lt;BR /&gt;vi /mnt/usbkey/syslinux.cfg&lt;BR /&gt;vi /mnt/usbkey/scripts/install_rhel4.sh&lt;BR /&gt;Be sure to modify the syslinux.cfg and install_rhel4.sh files to refer to your network server.&lt;BR /&gt;5. Copy the bootdisk image from the Red Hat CD:&lt;BR /&gt;cp RHEL4-i386-AS-disc1.iso/images/diskboot.img&lt;BR /&gt;/mnt/usbkey/linux_unattend/rhel4/&lt;BR /&gt;umount /mnt/usbkey/&lt;BR /&gt;6. Test the USB boot process:&lt;BR /&gt;a. Insert the USB drive key in the server. If the server already has a C drive, change the IPL order to&lt;BR /&gt;ensure that the USB drive key boots before the C drive of the primary controller. After the drive&lt;BR /&gt;key boots, the syslinux information and a Boot: prompt appears.&lt;BR /&gt;b. At the Boot: prompt, press the Enter key. A progress bar and the Toolkit boot messages appear.&lt;BR /&gt;After processing is complete, the /custom.sh script on the USB drive key is executed.&lt;BR /&gt;The drive key has been successfully prepared.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Tue, 15 Apr 2008 08:08:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/bl680c-redhat-enterprise-4-setup/m-p/4179586#M32231</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2008-04-15T08:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: BL680c RedHat Enterprise 4 setup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/bl680c-redhat-enterprise-4-setup/m-p/4179587#M32232</link>
      <description>Got kickstart?&lt;BR /&gt;&lt;BR /&gt; I don't have much experience deploying it in production, although tested it out on some dell poweredges (3). Partitioning disks with LVM has proven to be a challenge.&lt;BR /&gt;&lt;BR /&gt;-s</description>
      <pubDate>Wed, 16 Apr 2008 18:05:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/bl680c-redhat-enterprise-4-setup/m-p/4179587#M32232</guid>
      <dc:creator>slydmin</dc:creator>
      <dc:date>2008-04-16T18:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: BL680c RedHat Enterprise 4 setup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/bl680c-redhat-enterprise-4-setup/m-p/4179588#M32233</link>
      <description>Hi slydmin,&lt;BR /&gt;&lt;BR /&gt;Do I have a kickstart server, NO ... I'm going to try "the remove the mirror disk and rebuild" tomorrow, if it fails it will be kickstart server.....&lt;BR /&gt;&lt;BR /&gt;Thanks for your reply.&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Wed, 16 Apr 2008 19:59:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/bl680c-redhat-enterprise-4-setup/m-p/4179588#M32233</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2008-04-16T19:59:05Z</dc:date>
    </item>
  </channel>
</rss>

