- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- PXE install using redhat and rx2620
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
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
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
05-04-2010 09:54 AM
05-04-2010 09:54 AM
PXE install using redhat and rx2620
I'm trying to do a pxe install using redhat and hp rx2620. It looks like it almost works then stops.
Here is how far I get, the following message is from the remote console:
Booting over the network
Loading.: Core LAN Gb A
Client MAC Address: 00 14 C2 65 C5 Ac ..
Client IP Address: xx.xx.xx.xx
subnet mask: xxx.xxx.xxx.x
BOOTP Server IP Address: xx.xx.xx.xx
DHCP Server IP Address: xx.xx.xx.xx
Boot file name: linux-install/pxelinux.0
Retrieving File Size.
Retrieving File (TFTP).
Starting: Core LAN Gb A
Start of Core LAN Gb A failed: Invalid Parameter
So, this is how are I get, of course I xx out the real ip addresses. If I do a os install over http, it works just fine.
Tks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2010 10:10 AM
05-04-2010 10:10 AM
Re: PXE install using redhat and rx2620
Please post the EFI command you are using.
To work, you need to use:
lanboot select
If you are at the EFI prompt.
You must then select the proper NIC card for this to work.
Feel free to x out the ip address, but command syntax matters here.
EFI has a fairly good help system associated with it.
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
05-04-2010 11:10 AM
05-04-2010 11:10 AM
Re: PXE install using redhat and rx2620
Thanks for the reply but I am not using the EFI command. I have a dhcp server that I used to configure the pxe settings and from the hp server, within the EFI Boot Manger, I select Core LAN Gb A, and then get the screen I typed in earlier.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2010 12:20 PM
05-04-2010 12:20 PM
Re: PXE install using redhat and rx2620
To get this to work right, you may have to do this from an EFI command.
Merely picking one of the available lan cards has never worked for me. lanboot select has
lanboot select -s (server ip PXE in this case) -c (client ip) -m (netmask) -gip (gateway IP)
Don't ask me why just telling it to boot off a lan card does not work, it just doesn't.
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
05-06-2010 06:06 AM
05-06-2010 06:06 AM
Re: PXE install using redhat and rx2620
I tried your procedure but still get the same errors but thanks for the suggestion. really appreciate it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2010 06:34 AM
05-06-2010 06:34 AM
Re: PXE install using redhat and rx2620
Do the basic tests, make sure the NIC card is on the network, lights are lit and switch ports show a good connection.
Check the network you are using for other PXE servers other than the one you are trying to connect to.
Can you provide the command line you used and the error response code you got to my previous suggestion. It might be helpful.
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
05-06-2010 10:15 AM
05-06-2010 10:15 AM
Re: PXE install using redhat and rx2620
I tried your suggestion using the lanboot select -s command and got the following error:
lanboot: -s , invalid argument
Exit status code: Invalid Parameter
I have tried several versions of the "lanboot select" with no avil.
I know I can do a http install using this server and a boot.iso CD so I think the network setting is ok, just trying to do a pxe boot does not work.
Tks for all your help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2010 05:41 AM
05-11-2010 05:41 AM
Re: PXE install using redhat and rx2620
One more question if you don't mind. I'm trying to do a kickstart install of the linux OS and I have everything ready but the attached console does not come up, I can only view the iLO remote console. Any reasons why?