- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-06-2016 06:13 AM
Hi,
I am trying to create manual business service in Helsinki but unable to show it in proper format.
it should appear as below
Test(business service)
App1 App2 APP3( Bservice connected to Applications)
DB1 (Application is connected to Database)
Node(Database is connected to hosted node)
Please let me know how to build the business service and what are the prerequisites.
Regards,
Nick
Solved! Go to Solution.
- Labels:
-
Service Mapping

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-06-2016 06:15 AM
A business service is really just a bunch of CIs connected with CI relationships.
Have you taken a look here: http://wiki.servicenow.com/index.php?title=Defining_CI_Relationships

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-06-2016 06:15 AM
A business service is really just a bunch of CIs connected with CI relationships.
Have you taken a look here: http://wiki.servicenow.com/index.php?title=Defining_CI_Relationships
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-07-2016 04:54 AM
Hi,
Thanks for the reply. It really helped me.
But if I connect any CI to business service using related item , it does not show if I click on view Map --> run discovery but same is visible if I open BSM Map/Dependency Map.
I want to create the manual service to refer in Event Management. But I believe ,the business service discovered by pattern are available in Event Management module and manual connectivity does not reflet anywhere except Dependency Map.
Please let me know how it works.
Regards,
Nick

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-07-2016 04:57 AM
i'm going to defer to a CMDB subject matter expert on this one. I don't know if there are differences in the ways that that CI relationships are stored.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-07-2016 06:56 AM
Hi,
You can use a manually created service map with Event Management by converting the service map using the conversion process included with Event Management. To start, ensure your service is setup with the correct relationships as in the example below where DependsOn relationships are used to relate the App servers to the DB instance, and the Test service to the App servers:
Next, navigate to Event Management > Services > Manual Services and click on the Import button as shown below:
When you click on the Import button, you'll be taken to the list of Business Services that you normally see in the view displayed if you navigate to Configuration > Business Services. Locate and open the business service you've manually mapped as shown below:
Click on the Convert To Manual button on the business service form as shown below and wait for the service to be converted.
When the service has been converted, you'll see it appear in the Manual Services list view:
Click on the View map link to open the converted manual service. If you have an alert created by an event for one of the CIs in the map (be sure the alert is bound to the CI - you may need an Event Rule to do this) then your service health map might look something like this:
You can adjust the impact relationships by selecting a CI on the map, clicking the Impact button and then adjusting the impact relationship (e.g. from Parent to Business service, severity contributions, etc).
You can read about binding Alerts to CIs in the following Blog: Custom Event Integration
Hope this helps (if it does, please mark it as helpful and correct answer).