Article Number
000039861
Applies To
RSA Product Set: NetWitness Platform, NetWitness Platform
RSA Product/Service Type: Core Appliance
RSA Version/Condition: 11.4.0.0 and Later
Platform: CentOS 7
Issue
Node 0 Service ID is removed or misplaced.
The service ID of any service is removed or misplaced from /etc/netwitness for the different services running in the Admin Server.
Resolution
Perform the following:
- Run the below command to fetch the relevant services running in the Admin Server.
orchestration-cli-client -s | grep HOST=<admin-server IP>
For example:
If service ID of the security-server is “83f505c4-e258-4c5c-b62c-4cf81d30a792” then create service-id inside /etc/netwitness/security-server
cd /etc/netwitness/security-server
vi service-id
Add “83f505c4-e258-4c5c-b62c-4cf81d30a792” inside the service-id file.