Set fixed ip address to different servers
|
2017-05-06, 15:07
Post: #1
|
|||
|
|||
Set fixed ip address to different servers
Hi all,
I`m using ipxe to deploy kickstart files on my infrastructure. But, I would like to improve it. I have dozens of servers in different datacenters, and these datacenters do not offer a dhcp service, then I need to set a fixed ip for each server. I would like to know if is possible to create only one iso image and only one menu.ipxe in this case. Currently, I need to create various menu.ipxe for each server with a fixed address. Thanks, |
|||
2017-05-09, 01:15
(This post was last modified: 2017-05-09 01:26 by MultimediaMan.)
Post: #2
|
|||
|
|||
RE: Set fixed ip address to different servers
I feel your pain.
I use a generic menu script for the Menu UI, then I wrote a script to write an ${uuid)-network.ipxe script on the server from a MasterUUID.csv file. The Output is something like this (this is for booting into the installer with the intention of installing in an NFS Roots environment via Serial TUI): Code: #ipxe This could also be put into a PHP script which parses a read-only CSV file or queries a MySQL Database. The OpenSuSE_menu.ipxe puts the variables set in the above script into parameters for booting the installer... e.g.: Code: #!ipxe "Thus far, you have been adrift within the sheltered harbor of my patience..." |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 4 Guest(s)