How to Enable CIFS Network Share to be used for RSA Security Analytics Reporting Engine Output Actions
Issue
This guide explains how to enable CIFS Network Share on SA server to be used for Reporting Engine's Output Action.Note: This article assume that share is CIFS. If NFS, contact RSA Support.
Resolution
Perform the following steps:- SSH to SA Server
- id -u rsasoc -- Note UID
- id -g rsasoc -- Note GID
- mkdir /tmp/share
- chmod 777 /tmp/share -- You need to give Write Permission to rsasoc user of Reporting Engine
- mount.cifs //
/ /tmp/share -o user= ,pass= ,uid= ,gid= ,dir_mode=0777,file_mode=0777 - ls -ltr /tmp/share
- Now in the UI > Reporting Engine > Config> Output Action Tab, specify the Mounted Path as /tmp/share
- Add the following line to /etc/fstab, so that the Network Share point is mounted automatically after reboot: //
/ /tmp/share cifs user= ,pass= ,uid= ,gid= ,dir_mode=0777,file_mode=0777 0 0
Product Details
RSA Product Set: Security AnalyticsRSA Product/Service Type: Security Analytics Server
RSA Version/Condition: 10.4
Summary
This guide explains how to enable CIFS Network Share on SA server server to be used for Reporting Engine's Output Action
Approval Reviewer Queue
ASOC Approval Group