How to create manual business service?

nicknick
Tera Expert

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

1 ACCEPTED SOLUTION

Chuck Tomasi
Tera Patron

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


View solution in original post

4 REPLIES 4

Chuck Tomasi
Tera Patron

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


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


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.


Tony Branton
ServiceNow Employee
ServiceNow Employee

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:


test-service.png


Next, navigate to Event Management > Services > Manual Services and click on the Import button as shown below:


convert-1.png


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:


convert-2.png


Click on the Convert To Manual button on the business service form as shown below and wait for the service to be converted.


convert-3.png



When the service has been converted, you'll see it appear in the Manual Services list view:


convert-4.png


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:


manual-service.png


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).