Article Number
000029597
Applies To
RSA Product Set: Security Analytics
RSA Product/Service Type: Security Analytics Server
RSA Version/Condition: 10.4.x
Platform: CentOS
Platform (Other): TokuMX
O/S Version: EL6
Issue
After upgrading to RSA Security Analytics 10.4, the tokumx service fails, which leads to the failure of the SA software automation and causes issues with the mongodb and rabbitmq-server services.
The /var/log/tokumx/tokumx.log reports the following error:
TokuMX will not run with transparent huge pages enabled.
Resolution
In order to resolve the issue, follow the steps below.
- Connect to the Security Analytics server via SSH as the root user.
- Issue the command below to prevent transparent pages from being enabled.
[root@SA-Server ~]# echo never > /sys/kernel/mm/transparent_hugepage/enabled
- Verify that the line was inserted into the configuration file with the command below.
[root@SA-Server ~]# cat /sys/kernel/mm/transparent_hugepage/enabled
- Issue the command service tokumx status to confirm that the service is now running normally.
If you are unsure of any of the steps above or experience any issues, contact RSA Support and quote this article number for further assistance.
Notes
When running properly, the tokumx service should be listening on port 27017.