This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Accept
Reject

NetWitness Community

  • Home
  • Products
    • NetWitness Platform
      • Advisories
      • Documentation
        • Platform Documentation
        • Known Issues
        • Security Fixes
        • Hardware Documentation
        • Threat Content
        • Unified Data Model
        • Videos
      • Downloads
      • Integrations
      • Knowledge Base
    • NetWitness Cloud SIEM
      • Advisories
      • Documentation
      • Knowledge Base
    • NetWitness Detect AI
      • Advisories
      • Documentation
      • Knowledge Base
    • NetWitness Investigator
    • NetWitness Orchestrator
      • Advisories
      • Documentation
      • Knowledge Base
      • Legacy NetWitness Orchestrator
        • Advisories
        • Documentation
  • Community
    • Blog
    • Discussions
    • Events
    • Idea Exchange
  • Support
    • Case Portal
      • Create New Case
      • View My Cases
      • View My Team's Cases
    • Community Support
      • Getting Started
      • News & Announcements
      • Community Support Forum
      • Community Support Articles
    • Product Life Cycle
    • Support Information
    • General Security Advisories
  • Training
    • Blog
    • Certification Program
    • Course Catalog
    • New Product Readiness
    • On-Demand Subscriptions
    • Student Resources
    • Upcoming Events
  • Technology Partners
  • Trust Center
Sign InRegister Now
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for 
Search instead for 
Did you mean: 
NetWitness Knowledge Base Archive
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for 
Search instead for 
Did you mean: 
  • NetWitness Community
  • NetWitness Knowledge Base Archive
  • Error "No space left on device" on Warehouse Nodes in RSA Security Analytics
  • Options
    • Subscribe to RSS Feed
    • Bookmark
    • Subscribe
    • Email to a Friend
    • Printer Friendly Page
    • Report Inappropriate Content

Error "No space left on device" on Warehouse Nodes in RSA Security Analytics

Article Number

000034086

Applies To

RSA Product Set: NetWitness Logs and Packets, Security Analytics
RSA Product/Service Type: MapR Warehouse (SAW)
Platform: CentOS
O/S Version: EL6

Issue

Unable to run the reports through warehouse DB as the source in the Reporting Engine displays a "No value returned" message.

Example error from the /opt/rsa/saw/logs/saw.log file:

java.io.IOException: Error: 28:No space left on device(28), file: job_201506020742_3595677 Cluster is full

This can be confirmed by issuing the command below on all the nodes to see if any disk in cluster is full.

# /opt/mapr/server/mrconfig sp list

Resolution

Log in to one of the SAW nodes and run the following procedure:
  1. To check the replication set in saw node using the command below.
    
    maprcli volume info -name mapr.cluster.root -json
  2. First we enable Disk Balancer that will remove data from filled disks to non-filled disks.
    
    maprcli volume modify -name mapr.cluster.root -replication 2
    maprcli config save -values ' { "cldb.balancer.disk.paused":"0" } '
    This will make replication from 3 to 2 will remove one copy of file from cluster hence reducing the disk usage by 33%.
  3. Then we set the thresholds properly with the commands below.
    
    maprcli config save -values ' { "cldb.balancer.disk.sleep.interval.sec":"120" } '
    maprcli config save -values ' { "cldb.balancer.startup.interval.sec":"600" } '
    maprcli config save -values ' { "cldb.balancer.disk.threshold.percentage":"50"  } '
  4. Once these commands are executed, you need to wait for 5 Minutes and run the command below.
    
    maprcli dump balancerinfo

The output of above command will have 2 Columns with name similar to In-Transit and Out-Transit those numbers are the amount of data being moved from one disk to another.

Notes

Wait for 1 Hour to make sure all disks are balanced before running another job.
Tags (27)
  • 10.4
  • 10.4.x
  • 10.5
  • 10.5.x
  • 10.6
  • 10.6.x
  • 10.x
  • Customer Support Article
  • KB Article
  • Knowledge Article
  • Knowledge Base
  • NetWitness
  • NetWitness Platform
  • NW
  • RSA NetWitness
  • RSA NetWitness Platform
  • RSA Security Analytics
  • Security Analytics
  • SIEM
  • Version 10
  • Version 10.4
  • Version 10.4.x
  • Version 10.5
  • Version 10.5.x
  • Version 10.6
  • Version 10.6.x
  • Version 10.x
0 Likes
Was this article helpful? Yes No
Share
No ratings

In this article

Version history
Last update:
‎2021-04-23 11:07 AM
Updated by:
Administrator RSA-KB-Sync Administrator

Related Content

Powered by Khoros
  • Blog
  • Events
  • Discussions
  • Idea Exchange
  • Knowledge Base
  • Case Portal
  • Community Support
  • Product Life Cycle
  • Support Information
  • About the Community
  • Terms & Conditions
  • Privacy Statement
  • Acceptable Use Policy
  • Employee Login
© 2022 RSA Security LLC or its affiliates. All rights reserved.