This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
linux:centos_redhat_pxe [2021/10/06 17:33] manu |
linux:centos_redhat_pxe [2021/10/06 17:39] (current) manu [Restart deamon] |
||
---|---|---|---|
Line 176: | Line 176: | ||
==== Restart deamon ==== | ==== Restart deamon ==== | ||
+ | |||
+ | Demon xinetd doesn't exist, so restart the following | ||
<cli prompt='#'> | <cli prompt='#'> | ||
- | [root@lnx80 ~]# systemctl restart xinetd | ||
[root@lnx80 ~]# systemctl restart dhcpd | [root@lnx80 ~]# systemctl restart dhcpd | ||
+ | [root@lnx80 ~]# systemctl restart httpd | ||
+ | [root@lnx80 ~]# systemctl restart tftp | ||
</cli> | </cli> | ||
- | |||
==== example of ks.cfg ==== | ==== example of ks.cfg ==== | ||
Line 203: | Line 205: | ||
</cli> | </cli> | ||
+ | **__Solution__** : <color #ed1c24>It is not possible to deploy centos > V8.0 by PXE. You have to deploy 8.0 and then to update it to 8.4</color> | ||
=== RedHat Error === | === RedHat Error === |