WARNING: Upload Manager Directory Full - BES Server / Relay
Log In or Register to download the BES file, and more.

0 Votes

Description

The Upload Manager directories on the computers listed below are at maximum capacity. This may occur when a client attempts to upload a file that is larger than the size of the Upload Manager directory. 

Affected BES Relays and Servers will stall until the directory settings have been changed. Use the action below to configure BES Relay settings to increase the maximum capacity of the Upload Manager directory.

Note: By default, the maximum size of the Upload Manager directory is set to 20 MB.


Property Details

ID559
TitleWARNING: Upload Manager Directory Full - BES Server / Relay
CategorySupport
Download Size0
SourceBigFix
Source ID<Unspecified>
Source SeverityCritical
KeywordsUpload Manager BES Relay TABLE
Added by on 10/17/2012 1:16:12 PM
Last Modified by on 10/17/2012 1:16:12 PM
Counters 8280 Views / 19 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.

Relevance

Used in 85 fixlets and 10 analyses   * Results in a true/false
Show indented relevance
exists relay service OR exists main gather service
Used in 1 fixlet   * Results in a true/false
Show indented relevance
(((sum of sizes of files of folders of folders of it) + (sum of sizes of files of it)) of folder "sha1" of folder (if ((exists setting "_BESRelay_UploadManager_BufferDirectory" of it and exists value of setting "_BESRelay_UploadManager_BufferDirectory" of it) of client) then (value of setting "_BESRelay_UploadManager_BufferDirectory" of client as string) else (if (name of operating system starts with "Win") then (parent folder of parent folder of client as string & "\BES Relay\UploadManagerData\BufferDir") else ("/var/opt/BESRelay/UploadManagerData/BufferDir"))) >= it) of (if ((exists setting "_BESRelay_UploadManager_BufferDirectoryMaxSize" of it and exists value of setting "_BESRelay_UploadManager_BufferDirectoryMaxSize" of it) of client) then (value of setting "_BESRelay_UploadManager_BufferDirectoryMaxSize" of client as integer) else (20971520))
Used in 1 fixlet   * Results in a true/false
Show indented relevance
version of current relay >= "6.0"

Actions

Action 1

Action Link Click here to modify the maximum capacity of the Upload Manager directory.
Script Type BigFix Action Script
// ADD PARAMETER TO ENTER UPLOAD MANAGER DIRECTORY SIZE
action parameter query "MaxSize" with description "Please enter the maximum capacity for the Upload Manager directory (in MB)" with default "20"
continue if {parameter "MaxSize" of action as integer >= 1}
setting "_BESRelay_UploadManager_BufferDirectoryMaxSize"="{1024 * 1024 * (parameter "MaxSize" of action as integer)}" on "{parameter "action issue date" of action}" for client
setting "_BESRelay_UploadManager_CompressedFileMaxSize"="{1024 * 1024 * (parameter "MaxSize" of action as integer)}" on "{parameter "action issue date" of action}" for client
Success Criteria

This action will be considered successful when the applicability relevance evaluates to false.


Sharing

Social Media:
Share this page on Yammer

Comments

Log In or Register to leave comments!