Hard Drive Audit - Apple
Log In or Register to download the BES file, and more.

0 Votes

Collections (part of 1 collection)

Mac Content

Description

Learn more about this analysis online: 

Analysis to gather various Hard Drive information including serial number, firmware, media type, etc. on Mac OS computers.

Original Author: Kerry Tobin (Last Modified: 5/23/2013) http://bigfix.me/cdb/analysis/2994519

Modifications by jgstew on 6/20/2013.

This is meant to supliment the analysis "Hard Drive Audit - Universal" : http://bigfix.me/cdb/analysis/2994530


Property Details

ID2994532
StatusBeta - Preliminary testing ready for more
TitleHard Drive Audit - Apple
DomainBESC
Added by on 6/20/2013 10:39:00 AM
Last Modified by on 6/20/2013 10:41:32 AM
Counters 9805 Views / 24 Downloads
User Rating 1 star 2 star 3 star 4 star 5 star * Average over 0 ratings. ** Log In or Register to add your rating.

Properties

Drive Model
Period 7 days
 
  * Results in a true/false
Show indented relevance
strings of values of entries whose (key of it = "Model") of dictionaries of nodes "AppleAHCIDiskDriver" of nodes "IOAHCIDevice" of nodes of nodes of node "SATA" of node "AppleACPIPCI" of node "PCI0" of node "AppleACPIPlatformExpert" of service plane of iokit registry
Hard Drive Serial Numbers
Period 7 days
 
  * Results in a true/false
Show indented relevance
strings of values of entries whose (key of it = "Serial Number") of dictionaries of nodes "AppleAHCIDiskDriver" of nodes "IOAHCIDevice" of nodes of nodes of node "SATA" of node "AppleACPIPCI" of node "PCI0" of node "AppleACPIPlatformExpert" of service plane of iokit registry
Drive Firmware
Period 7 days
 
  * Results in a true/false
Show indented relevance
strings of values of entries whose (key of it = "Revision") of dictionaries of nodes "AppleAHCIDiskDriver" of nodes "IOAHCIDevice" of nodes of nodes of node "SATA" of node "AppleACPIPCI" of node "PCI0" of node "AppleACPIPlatformExpert" of service plane of iokit registry
Size of TEM DL Cache
Period 1 day
 
  * Results in a true/false
Show indented relevance
if exists (folder "/Library/Application Support/BigFix/BES Agent/__BESData/__Global/__Cache") then ((sum of sizes of descendants of folder "/Library/Application Support/BigFix/BES Agent/__BESData/__Global/__Cache") / (1024 * 1024)) as string & " MB" else "<none>"
Size of tmp Folder
Period 1 day
 
  * Results in a true/false
Show indented relevance
if exists (folder "/tmp") then ((sum of sizes of descendants of folder "/tmp") / (1024 * 1024)) as string & " MB" else "<none>"
Physical Block Size
Period 2 days
 
  * Results in a true/false
Show indented relevance
integers of values of entries whose (key of it = "Physical Block Size") of dictionaries of nodes whose (name of it = "AppleAHCIDiskDriver") of nodes whose (name of it = "IOAHCIDevice") of nodes of nodes of node "SATA" of node "AppleACPIPCI" of node "PCI0" of node "AppleACPIPlatformExpert" of service plane of iokit registry
Media Type
Period 2 days
 
  * Results in a true/false
Show indented relevance
strings of values of entries whose (key of it = "Medium Type") of dictionaries of values of entries whose (key of it = "Device Characteristics") of dictionaries of nodes "IOAHCIBlockStorageDevice" of nodes "AppleAHCIDiskDriver" of nodes "IOAHCIDevice" of nodes of nodes of node "SATA" of node "AppleACPIPCI" of node "PCI0" of node "AppleACPIPlatformExpert" of service plane of iokit registry
Spotlight Index Size
Period 6 hours
 
  * Results in a true/false
Show indented relevance
(if (0<(it / (1024*1024*1024*1024))) then (it / (1024*1024*1024*1024)) as string & " TB" else if (0<(it / (1024*1024*1024))) then (it / (1024*1024*1024)) as string & " GB" else if (0<(it / (1024*1024))) then (it / (1024*1024)) as string & " MB" else if (0<(it / (1024))) then (it / (1024)) as string & " KB" else (it as string & " B")) of sum of sizes of descendants of folder "/.Spotlight-V100"

Relevance

Used in 28 fixlets and 11 analyses   * Results in a true/false
Show indented relevance
version of client >= "8.0"
Used in 19 fixlets and 2 analyses   * Results in a true/false
Show indented relevance
name of operating system = "Mac OS X"
Used in 4 analyses   * Results in a true/false
Show indented relevance
(it = "i386" OR it = "x86_64") of architecture of operating system

Sharing

Social Media:
Share this page on Yammer

Comments

Log In or Register to leave comments!
jgstew -
yes, it should be possible to get total used space across all partitions, total free space across all partitions, etc..
Naresh.jon -
Hi, is there any way to calculate the total space of server (including ) all partitions. Total Space allocated to Server is : 200 GB, Used Space Free Space :
jgstew -
I'll update the analysis soon, but this is it: http://bigfix.me/relevance/details/2998968
jgstew -
Well the rotational rate does seem to be in iokit, just need to figure out the relevance to get it.
jgstew -
So you want to know if the drive is 7200 rpm vs 5400 rpm as an example? I'm not sure, but I wouldn't be surprised if this was found in the iokit registry somewhere.
BusterBrawls -
Any ideas on how to read the disk "Rotational Rate"?