Relay Cache Mover Analysis
0 Votes |
Description
This analysis will help us predict what the mover task will do once it runs on an endpoint.
The overall analysis of the task is if C drive is full, but within actionscript it evaluates D drive on nts700 boxes, and F drive on SAPS boxes. If there isn't enough space on that drive it just creates a ticket. Thus we don't know if the action will create a ticket or move the cache... it'd be nice to predict since we have 2500 relevant initially in production. We don't want to spit out 2500 tickets all at once.
Property Details
9 | |
Relay Cache Mover Analysis | |
BES | |
drive Relay Cache Mover predict | |
danielheth on 10/17/2012 9:32:22 AM | |
danielheth on 10/17/2012 9:37:41 AM | |
6026 Views / 8 Downloads | |
![]() ![]() ![]() ![]() ![]() |
Properties
Checking Drive
Period
1 hour
* Results in a "string"/number |

if ( exists (computer name) whose (it as string as lowercase contains "nts700") ) AND ( exists drive "D:" ) then "D:" else if ( (exists (computer name) whose (it as string as lowercase contains "saps01" OR it as string as lowercase contains "saps02")) ) AND ( exists drive "F:" ) then "F:" else "No Drive Available"
Total Space
Period
1 hour
* Results in a "string"/number |

if ( exists (computer name) whose (it as string as lowercase contains "nts700") ) AND ( exists drive "D:" ) then total space of drive "D:" as string else if ( (exists (computer name) whose (it as string as lowercase contains "saps01" OR it as string as lowercase contains "saps02")) ) AND ( exists drive "F:" ) then total space of drive "F:" as string else "N/A"
Free Space
Period
1 hour
* Results in a "string"/number |

if ( exists (computer name) whose (it as string as lowercase contains "nts700") ) AND ( exists drive "D:" ) then free space of drive "D:" as string else if ( (exists (computer name) whose (it as string as lowercase contains "saps01" OR it as string as lowercase contains "saps02")) ) AND ( exists drive "F:" ) then free space of drive "F:" as string else "N/A"
Action Result
Period
1 hour
* Results in a "string"/number |

if ( exists (computer name) whose (it as string as lowercase contains "nts700") ) AND ( exists drive "D:" ) then if ( ((((total space of drive "D:") /(1024 * 1024))/10)+2048) < (free space of drive "D:" /1024/1024) ) then "Move" else "Ticket" else if ( (exists (computer name) whose (it as string as lowercase contains "saps01" OR it as string as lowercase contains "saps02")) ) AND ( exists drive "F:" ) then if ( ((((total space of drive "F:") /(1024 * 1024))/10)+2048) < (free space of drive "F:" /1024/1024) ) then "Move" else "Ticket" else "Ticket"
Relevance

version of client >= "6.0"

exists (values "value" of keys "HKLM\SOFTWARE\BigFix\EnterpriseClient\Settings\Client\_BESRelay_HTTPServer_ServerRootPath" of registry as folder)
Used in 1 analsis | * Results in a true/false |

(value "value" of key "HKLM\SOFTWARE\BigFix\EnterpriseClient\Settings\Client\_BESRelay_HTTPServer_ServerRootPath" of registry as folder) as string as lowercase starts with (preceding text of first ":" of (system folder as string)) as string as lowercase
Used in 1 analsis | * Results in a true/false |

(((total space of drive of system folder /1024/1024)/10)+2048) > (free space of drive of system folder /1024/1024)
Sharing
Social Media: |