lxprod is not needed any more

This commit is contained in:
2023-04-17 10:56:45 +02:00
parent f77ca1164e
commit 753746ac26
+1 -16
View File
@@ -62,7 +62,7 @@ And we finally setup the puppet role and puppet environment: ::
Example
-------
Full example:
Full example: ::
bob node add lx-test-02.psi.ch pli netboot
bob node add-mac lx-test-02 00:50:56:9d:19:76
@@ -76,18 +76,3 @@ Full example:
Ensure that a potential previous puppet certificate for this server is deleted on the puppet server: https://puppet.psi.ch
PXE server-side configuration
-----------------------------
In case the node is configured to use legacy BIOS mode (and
not UEFI mode) the following has to be run on the PXE server to make
the node boot the ipxe image: ::
cd /afs/psi.ch/service/linux/tftpboot/pxelinux.cfg/
ln -sf lxprod logging-ra
MAC='the::node::mac::address'
MACFILENAME="01-`echo $MAC|tr 'A-Z' 'a-z'| sed 's/:/-/g'`"
ln -sf logging-ra $MACFILENAME
Otherwise the node will boot with the old pxe configuration. In such
case is possible to boot ipxe typing `lxprod` on the PXE command line.