WARNING: Upload Manager Directory Full - BES Server / Relay
| 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
| 559 | |
| WARNING: Upload Manager Directory Full - BES Server / Relay | |
| Support | |
| 0 | |
| BigFix | |
| <Unspecified> | |
| Critical | |
| Upload Manager BES Relay TABLE | |
| besSupport on 10/17/2012 1:16:12 PM | |
| danielheth on 10/17/2012 1:16:12 PM | |
| 8280 Views / 19 Downloads | |
* Average over 0 ratings.
** Log In or Register to add your rating.
|
Relevance
exists relay service OR exists main gather service
| Used in 1 fixlet | * Results in a true/false |
(((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))
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: |

