- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- ProLiant Deployment and Provisioning
- >
- Re: Using iLO scripting to PXE boot
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-11-2004 03:52 AM
05-11-2004 03:52 AM
Using iLO scripting to PXE boot
I'd like to find a way of performing an initial PXE boot (so that the initial BootWorks client can load), but can't find a way of setting the PXE boot flag; or pressing F12 programatically.
Can anyone help, please?
Thanks,
Jon.
- Tags:
- iLO
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2004 10:37 PM
05-12-2004 10:37 PM
Re: Using iLO scripting to PXE boot
Infrastructure Architect
HP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2004 10:50 PM
05-12-2004 10:50 PM
Re: Using iLO scripting to PXE boot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2004 12:35 PM
05-27-2004 12:35 PM
Re: Using iLO scripting to PXE boot
I'm going to throw out a stupid question here. Are you just trying to get the new DL380 G3 servers to boot to PXE and automatically choose "Initial Deployment" without any user intervention?
You are probably aware that if a server with PXE support boots up for the first time, it first looks to A:, then CD:, then C: and then PXE kicks in automatically to find a DHCP server and then a does a PXE request.
The only problem I have seen is that once it does connect to the PXE server, it stops at the PXE boot menu waiting for someone to press enter on "Initial Deployment". Is this what you're trying to get around?
Ed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2004 07:00 PM
05-27-2004 07:00 PM
Re: Using iLO scripting to PXE boot
Sort of ;¬)
I do want it to choose Initial Deployment, but we're in a lab environment, so I also want to be able to PXE boot a built server (where is won't fail through to a PXE boot).
I hope that makes sense.
Regards,
Jo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2004 10:45 AM
05-28-2004 10:45 AM
Re: Using iLO scripting to PXE boot
If you go to the PXE Config utility under Start>Programs>Altiris>PXE Config (this is from memory so I may be a little off)
You should see the four menu options that are presented to the PXE Boot process:
Initial Deployment
Managed PC
Local Boot
BIS
Highlight the Initial Deployment and you should be able to specify "Execute Immediately". This will alleviate the need to hit enter on the PXE menu for Initial Deployment. So that should take care of "new" servers.
As far as existing servers go...
Since PXE is last in the boot order, the C: drive always intercepts and loads the OS. So I don't know of a way to script an F12 prompt using CPQLOCFG. I guess what you could do is reorder your boot order. Put PXE ahead of the C: drive, but I don't know if that will solve your problem or not. If you do set PXE ahead of the C: drive and there are no pending jobs from the RDP console, then PXE will fall back to "Local Boot" and boot to the OS.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2004 07:15 PM
05-31-2004 07:15 PM
Re: Using iLO scripting to PXE boot
Thanks for the reply.
HAving spent the last week looking for information on this, I'd sort of come around to the conclusion we'd have to reset the boot order.
I guess we'll carry on as we are now. (I'm not keen on setting a network boot first, it's not as secure).
Thanks for all your help.
Regards,
Jon.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2011 06:15 AM
04-07-2011 06:15 AM
Re: Using iLO scripting to PXE boot
set /system1/bootconfig1/bootsource5 bootorder=1
unfortunately
ssh serverilo set /system1/bootconfig1/bootsource5 bootorder=1
doesn't seem to work(the SSH implementation in iLO is awful), so you might need to wrap an expect script around SSH in order to do it programatically.
It *might* also be possible to use IPMI, e.g.
ipmitool -I lanplus -H serverilo -U Administrator -P PASSWORD chassis bootdev pxe
however this almost certainly wont work on original iLO and requires a recent firmware on iLO2.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2012 08:10 AM
06-13-2012 08:10 AM
Re: Using iLO scripting to PXE boot
HI ,
I'm also facing some of sort problem like this. I need to automate the server os installation by specifying the menu label in pxe menu. Can any body suggest. I am using BL 460c g7 . I tried using ilo then set /system1/bootconfig1/bootsource5 bootorder=1 , but after reboot once post is done it throws IPL set to default and falls back to previous bootorder. Even if it boots from network I dont know how to select a purticular menu entry from the pxe menu using scripting.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2012 05:47 AM
07-20-2012 05:47 AM
Re: Using iLO scripting to PXE boot
You don't necessarily need iLO for this. There is a bootorder tool in the Smart Start Scripting toolkit to do this.