Configure
After installing the Event Management component, it must be registered with your ASI platform. Perform the following steps to enable it.
Create Service Client
Logon via SSH to your ASI server as the ppadmin user and create a client service for asi-events
[ppadmin@asi3-el8 asi]$ /opt/ISS/asi/authenticator/utils/addServiceClient.sh asi-events
dyOI0MMepkrNx9JrEm0RwtlNi2WoAxpl
Take a note of the token returned, you will need it for the registration process.
Add Client Scopes
You will now need to add the following required client scopes to the newly created asi-events client.
Whilst logged on to your ASI server as the ppadmin user, run the following to add the client scopes:
[ppadmin@asi3-el8 asi]$ /opt/ISS/utils/addServiceClientScope metric_publisher asi-events
[ppadmin@asi3-el8 asi]$ /opt/ISS/utils/addServiceClientScope audit_publisher asi-events
[ppadmin@asi3-el8 asi]$ /opt/ISS/utils/addServiceClientScope notification_publisher asi-events
Register Event Management component
You can now register each of your BES servers running the Event Management component with the ASI platform.
Logon via SSH to your BES server as the ppadmin user and run the following to register events with ASI:
[ppadmin@bes3-el8 asi]$ /opt/ISS/asi-events/bin/registerEventsWithAsi
Please enter where the authenticator can be seen through the load balancer or the direct address of the authenticator if not? (e.g. https://asi.example.com/auth):
https://asi-lb.int-link.com/auth
Please enter where a management service instance can be located? (e.g. https://asi-member-node.example.com:58090):
https://asi3-el8.int-link.com:58090
Please enter the client secret to operate with (Can be retrieved from an existing enrolled ASI member node via the utility getMemberJoinSecret):
XxXxXxXxXxXxXxX
Please enter the client secret for asi-events (Can be retrieved from an existing enrolled ASI member node via the utility '/opt/ISS/asi/authenticator/utils/addServiceClient.sh asi-events'): XxXxXxXxXxXxXxX
Once the required details are provided, ASI Events will automatically register with your ASI environment.
If there is a failure, contact support through the Portal.
Start Event Management
You can now start the Event Management service:
[ppadmin@bes3-el8 asi]$ sudo systemctl start iss-asi-events.service
After Event Management initializes, an Event Management menu option will become available in ASI.
