[Starlingx-discuss] 2nd node stuck at pxe installation
Hi all, I try to do duplex deploy, and find controller-1 stuck at pxe installation step. The screen stuck at "Loading rel-19.01/installer-initrd...........ready". But package installation is not started as host-show command shown in controller-0. I meet this issue with latest code. Do you know what cause the issue, or how to debug it? Thanks. [wrsroot@controller-0 ~(keystone_admin)]$ system host-list +----+--------------+-------------+----------------+-------------+--------------+ | id | hostname | personality | administrative | operational | availability | +----+--------------+-------------+----------------+-------------+--------------+ | 1 | controller-0 | controller | unlocked | enabled | available | | 2 | controller-1 | controller | locked | disabled | offline | +----+--------------+-------------+----------------+-------------+--------------+ [wrsroot@controller-0 ~(keystone_admin)]$ system host-show controller-1 | grep install | install_output | text | | install_state | None | | install_state_info | None | | subfunction_avail | not-installed Best Regards Shuicheng
You can set the console either via the web browser in the installation parameters, or at command-line, such as: system host-update 2 personality=controller console= The default is the serial console, "ttyS0,115200". If you're using a graphical console, you can set it blank, or console=tty0, for example. This should allow you to see if there are some errors occurring trying to load the installer. From: Lin, Shuicheng [mailto:shuicheng.lin@intel.com] Sent: Tuesday, April 30, 2019 1:03 AM To: starlingx-discuss@lists.starlingx.io Subject: [Starlingx-discuss] 2nd node stuck at pxe installation Hi all, I try to do duplex deploy, and find controller-1 stuck at pxe installation step. The screen stuck at "Loading rel-19.01/installer-initrd...........ready". But package installation is not started as host-show command shown in controller-0. I meet this issue with latest code. Do you know what cause the issue, or how to debug it? Thanks. [wrsroot@controller-0 ~(keystone_admin)]$ system host-list +----+--------------+-------------+----------------+-------------+--------------+ | id | hostname | personality | administrative | operational | availability | +----+--------------+-------------+----------------+-------------+--------------+ | 1 | controller-0 | controller | unlocked | enabled | available | | 2 | controller-1 | controller | locked | disabled | offline | +----+--------------+-------------+----------------+-------------+--------------+ [wrsroot@controller-0 ~(keystone_admin)]$ system host-show controller-1 | grep install | install_output | text | | install_state | None | | install_state_info | None | | subfunction_avail | not-installed Best Regards Shuicheng
participants (2)
-
Lin, Shuicheng
-
Penney, Don