Article Number
000032607
Applies To
RSA Product Set: Security Analytics
RSA Product/Service Type: Health & Wellness, Security Analytics UI
RSA Version/Condition: 10.4.x, 10.5.x
Issue
When navigating to Health & Wellness -> System Stats Browser -> Historical graph, it is not showing values for some statistics such as Meta Rate (Current), Meta Rate (maximum), Session Rate(Current), Session Rate (maximum) and Sessions Behind.
Image descriptionImage description
Cause
Long Host Name being more than 64 Characters for Decoder Source in Concentrator.
Stats are arriving from collectd of the Concentrator into SMS but due to the long host name, the message is not being handled by SMS correctly.
For example, on the Security Analytics server, the decoder source is stored as "
concentrator_devices.192.168.x.x:56004" under /var/lib/netwitness/collectd/rrd/UUID
Image descriptionIf the user replaces the IP address with its Decoder hostname, it becomes 64 Characters long such as "
concentrator_devices.rsa_longer_decoder_hostname:56004".64 Characters is the limit for a complete property name.
Resolution
A feature enhancement request has been submitted to support longer hostnames that exceed 63 Characters in the System Monitoring Service (SMS).
Workaround
- Connect to the Concentrator via SSH as the root user.
- Replace each occurrence of the Source Decoder hostname with IP Address in NwConcentrator.cfg file, as shown in the example below.
Source Decoder hostname : rsa_longer_source_decoder_hostname
IP : 192.168.10.10
# cd /etc/netwitness/ng/
# cp NwConcentrator.cfg NwConcentrator.cfg.bak
# vi NwConcentrator.cfg
Press colon (:) and enter the line below, which changes.line, It changes only whole words exactly matching hostname to IP address. After confirming the command, you can save the file and exit by typing :wq!
%s/\<rsa_longer_source_decoder_hostname\>/192.168.10.10/gc
- Restart the Concentrator service by going to Administration -> Services -> Concentrator -> System, stopping aggregation, and then clicking on Shutdown Service.
- Connect to the Security Analytics Server via SSH as the root user and issue the following commands:
# service rsa-sms stop
# service rsa-sms start
# stop jettysrv
# start jettysrv