FOG 1.50 New host hardware registration
-
Server
- FOG Version: 1.50 RC-3
- OS: Ubuntu 16.04LTS
Client
- Service Version:
- OS:
Description
Looks like when registering a new host, using the ‘Full Registration and Inventory’ option registers the host and hardware tags, but leaves the rest of the fields in the inventory screen on the FOG GUI blank. When re-sending a hardware inventory task, then all of the fields fill in on the GUI. This was an issue in RC-1 and 2 as well.
-
@hancocza Could you please provide a screenshot of the GUI where we can see which fields exactly are filled and which ones are missing after the “Full Registration and Inventory”.
-
I’ve not seen/heard of this issue. That said it’s possible. Please get us what @Sebastian-Roth requested.
Thanks.
-
@Sebastian-Roth @Tom-Elliott Here are my two captures. One is of the GUI page, the other is of mysql entry for the selected host. The mysql is kind of messy, but I couldn’t find a way to print out the report on one line.
Also, I don’t think it’s an isolated incident, since I had this also happen on a second setup that is on an isolated network with no firewall.
Thanks!
-
@hancocza For neater view, you can do:
SELECT * FROM inventory WHERE iOtherTag=23481 \G
instead of:
SELECT * FROM inventory WHERE iOtherTag=23481;
-
@Tom-Elliott Here’s an updated capture with that output.
-
@hancocza You don’t need the
;
when you use\G
.That said, mind trying installing the working branch to see if this can be put to bed? I just tested full register and it seems to have fixed it.
-
@Tom-Elliott Seems to have worked now. Thanks!