Actions
Bug #12022
closedError on console with some missing values on unattended discovery status screen
Status:
Duplicate
Priority:
Normal
Assignee:
-
Category:
Discovery plugin
Description
I was trying PXELess discovery in unattended mode without PXE and dhcp. I used 'discovery-remaster' script to build the ISO with some extra kernel options. here is the command I used:
--
./discovery-remaster fdi-bootable-3.0.1.iso "fdi.pxip=192.168.100.65/24 fdi.pxgw=192.168.100.1 fdi.pxdns=192.168.100.1 proxy.url=https://192.168.100.1:443 proxy.type=foreman fdi.pxfactname1=myfact fdi.pxfactvalue1=somevalue fdi.pxmac=52:54:00:be:8e:8c fdi.pxauto=1"
--
Image successfully build:
Writing to 'stdio:fdi-bootable-3.0.1-151001_033526.iso' completed successfully.
When I tried to discover a host using newly build ISO. I got following error on console:
Couldn't retrieve facts='IPaddress', resolution='<anonymous>': could not execute 'host fdi': command not found Also IPaddress and latest server response code is missing on Status screen. Note: Error appears though discovery succeed. I can see same host from webUI under 'Discovered Host'
Files
Actions