- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Redhat Ent Linux 4 installation using kickstart on...
Categories
Company
Local Language
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
Forums
Discussions
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
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- 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-08-2006 04:14 AM
тАО04-08-2006 04:14 AM
Redhat Ent Linux 4 installation using kickstart on HP BL40 servers
We have HP BL20, BL40P servers , I am unable to install RHEL AS 4.0 Update 2 using Kickstart. I tried all options, nfs, http, virtual floppy... nothing looks working. Just fyi, My server has 4 nic cards.
The installation was never able to see any of these (floppy, nfs or http).
Any ideas to help please?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-08-2006 05:23 AM
тАО04-08-2006 05:23 AM
Re: Redhat Ent Linux 4 installation using kickstart on HP BL40 servers
The common thread here is probably network connectivity. If none of the installation techiques worked, either the blade complex is not connected to the network or you are not using the correct network settings when prompted by kickstart.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-08-2006 05:43 AM
тАО04-08-2006 05:43 AM
Re: Redhat Ent Linux 4 installation using kickstart on HP BL40 servers
I am not sure which stage you are currently in. does it PXE boot? and failed to copy over the kickstart configuration file?
if you were able to PXE boot via network and it fail, you could look under kickstart configuration file for "eth0"
since you are not aware of the which network device you are using for network installation, you can configure the kickstart configuration to search for a network device that you can talk to.
I hope this helps,
Sung
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-08-2006 05:46 AM
тАО04-08-2006 05:46 AM
Re: Redhat Ent Linux 4 installation using kickstart on HP BL40 servers
thanks for the replies. I am able to make little progress here. Out of NIC devices, only eth1 was receiving the dhcp address and its working. NFS has some issues, how can I use ftp for kickstart?
any ideas please....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-08-2006 01:22 PM
тАО04-08-2006 01:22 PM
Re: Redhat Ent Linux 4 installation using kickstart on HP BL40 servers
a) first method:
Since you say eth1 is operational, you should follow the following steps (I will assume the ftp server has IP=1.2.3.4)
1 make sure the kickstart file contains a line similar to:
url --url ftp://ftp:anonymous@1.2.3.4/path/to/RHEL
and also:
network --device eth1 --bootproto dhcp
(you will of course need to provide the real IP of the ftp server and the path to the RHEL repository..)
2 place the kickstart file somewhere on the ftp server, so that it can be retrieved by anaconda. For simplicity let's say the file's name is ks.cfg and you have placed it in the root of the RHEL repository
3 after the system boots, when prompted by the install disk, type the following
linux ks=ftp://1.2.3.4/ks.cfg
From now on, it should go as instructed by the ks.cfg file
If you cannot place the ks.cfg on the ftp server, you can skip the url part from step 1 above. Also, instead of step 2, place your initial ks.cfg file in the floppy drive, boot from the install CD and type
linux ks=floppy:ks.cfg
If none of the above works, please post more details about what you have tried and what step is failing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-09-2006 05:11 AM
тАО04-09-2006 05:11 AM
Re: Redhat Ent Linux 4 installation using kickstart on HP BL40 servers
If this is the case you need to make a Kickstart floppy that also contains the RAID/Ethernet drivers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-09-2006 04:56 PM
тАО04-09-2006 04:56 PM
Re: Redhat Ent Linux 4 installation using kickstart on HP BL40 servers
- I had to turn off SAN devices( power off SAN switches), otherwise RHEL 4 installation installs Grub on the SAN partitions.
- Not clear which ethernet network works for the blades. I will initially try at boot: prompt
linux ks=nfs:
If the above doesnt work, I try eth1 then eth2 or eth3.
Any clues to resolve these issues please?
Thank you again!.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-09-2006 07:42 PM
тАО04-09-2006 07:42 PM