Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Telnet iPXE menu
2012-05-22, 02:42
Post: #1
Telnet iPXE menu
Is it possible to telnet into an iPXE client? If so, where would I start.

The purpose of this is to remotely control several iPXE sessions across multiple systems.
Find all posts by this user
Quote this message in a reply
2012-05-26, 09:39 (This post was last modified: 2012-05-26 10:21 by robinsmidsrod.)
Post: #2
RE: Telnet iPXE menu
This is not possible. If you need to remotely control an iPXE session your only option is to enable serial port console and connect the first serial port to some form of serial-to-ip device that allows you to communicate with it over the network.

I would instead try to setup a system that uses an external dynamic ipxe script to decide how the machine should behave on bootup. My https://github.com/robinsmidsrod/pxe-dispatcher does a very basic thing like this, and it is trivial to replace the <mac-addr>.pxe script for the machine in question and then just remote reboot (using e.g. IPMI) the machine and make it do whatever the script says. I must admit that I prefer this option together with my https://gist.github.com/2234639 to be able to override what is the default for the given machine. See how I use the menu-default variable and chain off to the main script.
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)