Hyper Open Edge Cloud

FAQ

Technical requirements for local installation of the RapidSpace NMS (Network Management System) software
  • Last Update:2025-09-08
  • Version:001
  • Language:en

Q: My BBU is running out of disk space. What should I do?

A:  If you do not have root access, please contact Rapid.Space for assistance.

If you do have root access, follow these steps:

1. Identify which partition is running the enb process:

slapos node | grep enb

This will help you locate the correct SlapOS partition (e.g., slappart5).

2. Check disk usage of the log directory:

du -h --max-depth=1 /srv/slapgrid/slappart5/var/log | sort -hr


Replace slappart5 with the appropriate partition if different.

3. Remove old enb.log files to free up space:

cd /srv/slapgrid/slappart5/var/log
# Be careful to delete only older logs:
rm enb-XXX


Be careful to delete only older logs. Avoid deleting the currently active enb.log.