Posted on 02-19-2013 08:19 AM
Recently we've begun the process of integrating our JSS inventory into our internal inventory. While I can find the model identifier as related to a units serial number, I've yet to find where the more human readable "Model" exists in the tables (directly related to the serial number)
To be specific I can see that serial number xxxxxxxxxxxx is a MacBookPro8,1 but where does casper come up with 13-inch MacBook Pro (2011). I would much prefer to pull the full model name into my inventory than the Model Identifier. Can anyone point me in the right direction? Does this info even exist in the tables or does the JSS simply compare the model identifier against a known list of models? I admit that I'm posting this here in lieu of searching through the tables.
Solved! Go to Solution.
Posted on 02-19-2013 09:24 AM
There is no table (last I looked in 8.5 or something) and JAMF pointed us to:
/Library/JSS/Tomcat/webapps/ROOT/WEB-INF/xml/computerModels.xml
Posted on 05-03-2013 09:18 AM
Nothing to be worried about. The file gregp mentions is able to be modified. In fact, we use a completely custom computerModels.xml file with our own requirements and model translation for our PC computers.
Posted on 02-19-2013 09:24 AM
There is no table (last I looked in 8.5 or something) and JAMF pointed us to:
/Library/JSS/Tomcat/webapps/ROOT/WEB-INF/xml/computerModels.xml
Posted on 02-19-2013 10:39 AM
Crud... that's what I was worried about. Thanks.
Posted on 05-03-2013 09:18 AM
Nothing to be worried about. The file gregp mentions is able to be modified. In fact, we use a completely custom computerModels.xml file with our own requirements and model translation for our PC computers.