To see if the DHCP request was received by ISC DHCP, look in /var/log/syslog of the RackHD host.
检查是否收到dhcp request<br> grep DHCP /var/log/syslog
To see if the DHCP request was received by ISC DHCP, look in /var/log/syslog of the RackHD host.
检查是否收到dhcp request<br> grep DHCP /var/log/syslog
Discovery: RackHD can automatically discover a node that attempts to do PXE boot on the network that RackHD is monitoring.
RackHD可以自动发现尝试在RackHD正在监控的网络上进行PXE引导的节点
几个关键点:
NodeId is the unique Identity of a node in RackHD. List all the compute type nodes being discovered on the rackhd-server SSH console by typing the following command. Append “?type=compute” as a query string.
NodeId是RackHD中节点的唯一标识。通过键入以下命令,列出在rackhd-server SSH控制台上发现的所有计算类型节点。将“?type = compute”附加为查询字符串。
The Docker Compose setup also enables port forwarding that allows your localhost to access the RackHD instance
Docker Compose设置还启用端口转发,允许您的localhost访问RackHD实例
The rackhd_admin network will be used to connect the services together and to access the RackHD APIs. The rackhd_southbound network will be used by RackHD to connect to the virtual nodes.