HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- BL680c RedHat Enterprise 4 setup
Operating System - Linux
1828775
Members
2465
Online
109985
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2008 07:17 AM
04-14-2008 07:17 AM
BL680c RedHat Enterprise 4 setup
Hey guys,
I would to get some comments on below setup or suggest some other ideas.
Need to setup 20 blades in 5 locations, all locations have the same (4)servers. OS will be installed on internal disks.
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.
Am I correct or does anyone have a better idea, we don't need to setup more servers just these 20.
Best regards,
Robert-Jan
I would to get some comments on below setup or suggest some other ideas.
Need to setup 20 blades in 5 locations, all locations have the same (4)servers. OS will be installed on internal disks.
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.
Am I correct or does anyone have a better idea, we don't need to setup more servers just these 20.
Best regards,
Robert-Jan
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2008 01:08 AM
04-15-2008 01:08 AM
Re: BL680c RedHat Enterprise 4 setup
add on,
I'm also looking at the "HP SmartStart Scripting Toolkit Linux Edition
User Guide", "Booting from a USB drive key"
Anyone who has used this before?
To set up a USB drive key to boot the Toolkit environment:
1. Create a FAT file system. In this example, the USB drive key is /dev/sda:
cd toolkit/
mkdosfs -I /dev/sda
2. Use SYSLINUX to install the ldlinux.sys bootloader:
./boot_files/syslinux /dev/sda
3. Copy the boot and Toolkit files to the USB drive key:
mount /dev/sda /mnt/usbkey/
cp boot_files/syslinux.cfg boot_files/vmlinuz boot_files/initrd.img
/mnt/usbkey/
cp -a scripts/ /mnt/usbkey/
cp -a utilities/ /mnt/usbkey/
cp -a linux_unattend/ /mnt/usbkey/
4. Customize the scripts for your environment:
vi /mnt/usbkey/linux_unattend/rhel4/syslinux-rh.cfg
In the syslinux-rh.cfg file, be sure to modify the sstk_script boot option parameter to refer to your
customized script.
vi /mnt/usbkey/syslinux.cfg
vi /mnt/usbkey/scripts/install_rhel4.sh
Be sure to modify the syslinux.cfg and install_rhel4.sh files to refer to your network server.
5. Copy the bootdisk image from the Red Hat CD:
cp RHEL4-i386-AS-disc1.iso/images/diskboot.img
/mnt/usbkey/linux_unattend/rhel4/
umount /mnt/usbkey/
6. Test the USB boot process:
a. Insert the USB drive key in the server. If the server already has a C drive, change the IPL order to
ensure that the USB drive key boots before the C drive of the primary controller. After the drive
key boots, the syslinux information and a Boot: prompt appears.
b. At the Boot: prompt, press the Enter key. A progress bar and the Toolkit boot messages appear.
After processing is complete, the /custom.sh script on the USB drive key is executed.
The drive key has been successfully prepared.
Best regards,
Robert-Jan
I'm also looking at the "HP SmartStart Scripting Toolkit Linux Edition
User Guide", "Booting from a USB drive key"
Anyone who has used this before?
To set up a USB drive key to boot the Toolkit environment:
1. Create a FAT file system. In this example, the USB drive key is /dev/sda:
cd toolkit/
mkdosfs -I /dev/sda
2. Use SYSLINUX to install the ldlinux.sys bootloader:
./boot_files/syslinux /dev/sda
3. Copy the boot and Toolkit files to the USB drive key:
mount /dev/sda /mnt/usbkey/
cp boot_files/syslinux.cfg boot_files/vmlinuz boot_files/initrd.img
/mnt/usbkey/
cp -a scripts/ /mnt/usbkey/
cp -a utilities/ /mnt/usbkey/
cp -a linux_unattend/ /mnt/usbkey/
4. Customize the scripts for your environment:
vi /mnt/usbkey/linux_unattend/rhel4/syslinux-rh.cfg
In the syslinux-rh.cfg file, be sure to modify the sstk_script boot option parameter to refer to your
customized script.
vi /mnt/usbkey/syslinux.cfg
vi /mnt/usbkey/scripts/install_rhel4.sh
Be sure to modify the syslinux.cfg and install_rhel4.sh files to refer to your network server.
5. Copy the bootdisk image from the Red Hat CD:
cp RHEL4-i386-AS-disc1.iso/images/diskboot.img
/mnt/usbkey/linux_unattend/rhel4/
umount /mnt/usbkey/
6. Test the USB boot process:
a. Insert the USB drive key in the server. If the server already has a C drive, change the IPL order to
ensure that the USB drive key boots before the C drive of the primary controller. After the drive
key boots, the syslinux information and a Boot: prompt appears.
b. At the Boot: prompt, press the Enter key. A progress bar and the Toolkit boot messages appear.
After processing is complete, the /custom.sh script on the USB drive key is executed.
The drive key has been successfully prepared.
Best regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2008 11:05 AM
04-16-2008 11:05 AM
Re: BL680c RedHat Enterprise 4 setup
Got kickstart?
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.
-s
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.
-s
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2008 12:59 PM
04-16-2008 12:59 PM
Re: BL680c RedHat Enterprise 4 setup
Hi slydmin,
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.....
Thanks for your reply.
Regards,
Robert-Jan
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.....
Thanks for your reply.
Regards,
Robert-Jan
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP