Use serial number as hostname in Fog
-
@AlexisPHC You can set this by putting the name field of quick registration as {SYSSERIAL}
-
@Tom-Elliott said in Use serial number as hostname in Fog:
{SYSSERIAL}
Ah, lovely, thanks Tom, I’ll give that a go - I tried SYSSERIAL on it’s own and it didn’t work but didn’t realise it needed the curly brackets!
-
@AlexisPHC said in Use serial number as hostname in Fog:
did you ever get round to writing a guide for this?
Yes. I think the previous comment to your post referenced the files.
the file
fog.customhostnameuses a linux commanddmidecodeto extract the serial number from the smbios. And the rest of the ‘hack’ will pump that name into the full registration files. When I wrote that script I worked for a company that had a composite host name with the site code, a hardware type and then the dell asset tag appended onto the end. That is what this tutorial shows.Now Tom mentioned that
{SYSSERIAL}in the quick registration field works too. I wasn’t aware of that feature, it must be new. I know FOG version 0.30 had that feature but it was removed when FOG 1.x was released. If its back, that’s great!! that makes my script(s) unnecessary.