LMODEO
Cadet
Cadet
  • 922 Views

bootstrap node stuck on "Install RHCOS"

Jump to solution

Hi, I'm in the guided exercise to install Openshift, and started with booting Bootstrap node: it should fetch RHCOS image from PXE if I'm correct. However it stays stuck on the PXE initial menu. If I press "tab" looks to me like config is correct. As well as looks to me like tftp config seems ok. Same for httpd.
Any idea how can I troubleshoot this?
Thanks, L.

LMODEO_0-1702714939813.png

 

1 Solution

Accepted Solutions
LMODEO
Cadet
Cadet
  • 902 Views

Hi, I finally got through that, my fault, there was an image missing in http directory path.
Thanks,
L.

View solution in original post

6 Replies
LMODEO
Cadet
Cadet
  • 903 Views

Hi, I finally got through that, my fault, there was an image missing in http directory path.
Thanks,
L.

Chetan_Tiwary_
Moderator
Moderator
  • 866 Views

Thank you @LMODEO ! You did great resolving the missing step. 

0 Kudos
Wasim_Raja
Moderator
Moderator
  • 850 Views

@LMODEO Glad to hear that,do let us know in case of any questions.

0 Kudos
SoorajT
Flight Engineer
Flight Engineer
  • 146 Views

I have completed this DO322 course and could complete all the execercises successfully. Now I am setting up a customized home lab for my testing purposes. I am using VMware Workstation Player 17 as Virtualization Software. I configured  everything properly but I am stuck with tftp server. 

TFTP server is running and the client Bootstrap VM is showing error after it got  ip address from DHCP server "unable to get config file. Boot failed". 

SELinux configurations and  Firewall configurations are done same as documentaion. And I checked too. 

But I think still some issues with tftp server. Please see the below output.

 

Jun 29 17:53:57 utility-00 dhcpd[1524]: DHCPDISCOVER from 00:50:56:3b:d6:70 via ens160
Jun 29 17:53:57 utility-00 dhcpd[1524]: DHCPOFFER on 192.168.1.9 to 00:50:56:3b:d6:70 via ens160
Jun 29 17:53:59 utility-00 dhcpd[1524]: DHCPREQUEST for 192.168.1.9 (192.168.1.1) from 00:50:56:3b:d6:70 via ens160
Jun 29 17:53:59 utility-00 dhcpd[1524]: DHCPACK on 192.168.1.9 to 00:50:56:3b:d6:70 via ens160
Jun 29 17:53:59 utility-00 in.tftpd[10509]: tftp: client does not accept options
Jun 29 17:53:59 utility-00 in.tftpd[10510]: Client ::ffff:192.168.1.9 finished pxelinux.0
Jun 29 17:53:59 utility-00 in.tftpd[10511]: Client ::ffff:192.168.1.9 finished ldlinux.c32

 

 

 

 

 

 

 

 

 

0 Kudos
SoorajT
Flight Engineer
Flight Engineer
  • 144 Views

Please see more details. 

 

[root@utility-00 pxelinux.cfg]# tftp 192.168.1.1
tftp> get 00:50:56:3b:d6:70
Error code 1: File not found
tftp> q
[root@utility-00 pxelinux.cfg]# ncat 192.168.1.1 69
Ncat: Connection refused.
[root@utility-00 pxelinux.cfg]# nmap -p tftp 192.168.1.1
Starting Nmap 7.91 ( https://nmap.org ) at 2024-06-29 18:00 IST
Nmap scan report for api.ocp4.rh.local (192.168.1.1)
Host is up (0.00012s latency).

PORT STATE SERVICE
69/tcp closed tftp

Nmap done: 1 IP address (1 host up) scanned in 0.36 seconds
[root@utility-00 pxelinux.cfg]#

===============================================================

Apart from file contexts shown below any additional SELinux settings are required?

-rwxr-xr-x. 1 root root unconfined_u:object_r:tftpdir_rw_t:s0 622 Jun 29 17:52 00-50-56-3b-d6-70.

Also nmap output is not showing 69/udp status. I think my SELinux port settings are correct. PFB.

[root@utility-00 pxelinux.cfg]# semanage port -l|grep tftp
tftp_port_t tcp 69
tftp_port_t udp 69
[root@utility-00 pxelinux.cfg]#

I have configured both tcp and udp.and in Firewall too both are opened.

====================================================================

What can be the issue? All other services looks fine and tested. 

 

 

 

 

 

 

 

0 Kudos
SoorajT
Flight Engineer
Flight Engineer
  • 87 Views

Also may I get RHEL 9 tftp server configuration steps and all the required prerequisites ? I think some difference between RHEL 9 and 8.

Thanks,

SOORAJ T 

 

0 Kudos
Join the discussion
You must log in to join this conversation.