Integrating with BMC Remedyforce
Integrating BMC Remedyforce with TrueSight Infrastructure Management Server
Using a sample scenario, the following diagram illustrates the information flow from TrueSight Infrastructure Management to BMC Remedyforce.
- TrueSight Infrastructure Management detects a degradation in the response time of a router.
- An alert is triggered and routed to TrueSight Infrastructure Management.
- An event incident is created through the transport mechanism based on the event and the relevant operational categories.
- BMC Remedyforce creates an incident through the Partner WSDL and sends a unique ID back to TrueSight Infrastructure Management as an acknowledgment.
- TrueSight Infrastructure Management creates an IncidentInfo event after receiving an acknowledgment from BMC Remedyforce.
- The router issue is fixed.
- The event in TrueSight Infrastructure Management is closed.
The IncidentInfo event is closed as the original event is closed in TrueSight Infrastructure Management.
Event closure details are sent to BMC Remedyforce. - A Service Desk technician needs to close the incident in BMC Remedyforce. Note that this is an independent event.
Configuring the integration between TrueSight Infrastructure Management and BMC Remedyforce
After you install BMC Service Resolution, you must configure the integration between TrueSight Infrastructure Management and BMC Remedyforce.
To configure the integration
- Open the TrueSight Infrastructure Management operator console.
- Click Options > Administration > Integrations with other BMC products.
- Click the Edit link.
- Under Integrations, select the Service Desk Integration check box.
- In the Service Desk Integration area, clear the BMC Remedy Service Desk check box.
- In the User Name field, enter your BMC Remedyforce account user name.
- In the Password field, enter your account password.
- In the Security Key field, enter the encrypted security key provided for your BMC Remedyforce account.
- Click Apply.
Customizing the integration between TrueSight Infrastructure Management and BMC Remedyforce
BMC recommends that after you configure the integration, you perform certain customizations in TrueSight Infrastructure Management so that information exchanged during the incident life cycle is consistent between TrueSight Infrastructure Management and BMC Remedyforce. If you do not perform these customizations, the values provided in the RemedyForceDefaultMapping.map will be considered for incident urgency, impact, category, and status and if this does not match with the values used in BMC Remedyforce, it might result in inconsistency.
To perform the customization
- In a text editor, open and edit the RemedyForceDefaultMapping.map located in the <ibrsdHome>\conf directory.
- For the following slots, update the slot information with that of the information as customized in BMC Remedyforce.
- Urgency
- Impact
- Category
- Status
For example, for Category, enter the database and network values shown in the box in the following image:
- (Optional) By default, when an event is closed in TrueSight, its incident status in RemedyForce is set to Completed. If you want set the status as Closed, do the following:
- Go to the <TrueSight Infrastructure Management installed directory>pw\integrations\ibrsd\conf directory.
- In the RemedyForceDefaultMapping.map file, under the MapName (BEMUseCaseMOD) section, change Completed to Closed.
- (Optional) To use a template during incident creation, specify the Template ID in the Template property under the MapName (BEMUseCaseNEW) section.
For example, change the following line:
#Template=<name of template>
to
Template==”Server Request Template” - (Optional) To automatically close incidents, change CLOSED -> COMPLETED to CLOSED -> CLOSED.
- Save the file.
- Restart the Service Desk Integration Gateway process.
Configuring TrueSight Infrastructure Management to send additional slots to BMC Remedyforce
By default, Infrastructure Management sends details (slot values) of status, priority, message, and impact. With version 11.3.03 of TrueSight Infrastructure Management and version 2019.02 of BMC Remedyforce, Infrastructure Management can send additional event details to BMC Remedyforce. These details are updated in the incident on BMC Remedyforce.
To send these additional slots from Infrastructure Management to BMC Remedyforce, perform the following configuration steps.
Before you begin
On Remedyforce, add the new (or custom) fields for the slots that you want to send.
To configure additional event slots on Infrastructure Management
- Go to <install_directory>\TrueSight\pw\integrations\ibrsd\conf and edit the RemedyforceDefaultMapping.map file.
Based on whether you want to update slots in a new incident or update an existing incident, proceed as follows:
- Update slots in a new incident: Under the MapName=BEMUseCaseNEW section, add the additional slot details (from the .baroc file) and save the file.
- Update slots in an existing incident: Under the MapName=BEMUseCaseMOD section, add the additional slot details (from the .baroc file) and save the file.
Slot examples:
- Event_Severity=slot.severity
- Mc_ueid=slot.mc_ueid
- Go to <install_directory>\TrueSight\pw\integrations\EventIntegrator and edit the intelligentticketting.properties file.
- Based on whether you want to update the out-of-the-box or custom fields in BMC Remedyforce, do one of the following and save the file:
Update out-of-the-box fields: Locate and update the remedyforce.oob.fields=<RemedyforceOOTBFieldNames> property and save the file. The value can be a comma-separated list.
Example: remedyforce.oob.fields=shortDescription,incidentDescription
Update custom fields: Locate and update the remedyforce.custom.fields=<RemedyforceCustomFieldNames> property and save the file. The value can be a comma-separated list. The value can be a comma-separated list.
Example: remedyforce.custom.fields=Incident_Unique_ID,object_class_name
- Based on your operating system, restart one of the following services:
- (Windows) Service Desk Integration Gateway (SDIG)
- (Linux) ./ibrsd.sh start