Relay Cache Mover Analysis
Log In or Register to download the BES file, and more.

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

ID9
TitleRelay Cache Mover Analysis
DomainBES
Keywordsdrive Relay Cache Mover predict
Added by on 10/17/2012 9:32:22 AM
Last Modified by on 10/17/2012 9:37:41 AM
Counters 6026 Views / 8 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

Checking Drive
Period 1 hour
 
  * Results in a "string"/number
Show indented relevance
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
Show indented relevance
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
Show indented relevance
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
Show indented relevance
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

Used in 93 fixlets and 2 analyses   * Results in a true/false
Show indented relevance
version of client >= "6.0"
Used in 1 fixlet and 1 analsis   * Results in a true/false
Show indented relevance
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
Show indented relevance
(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
Show indented relevance
(((total space of drive of system folder /1024/1024)/10)+2048) > (free space of drive of system folder /1024/1024)

Sharing

Social Media:
Share this page on Yammer

Comments

Log In or Register to leave comments!