Component services are the building blocks of your service hierarchy. They are the names and icons that you see in the service map view. In the service hierarchy example, DISK, CPU, Computer, Mail Server, and so on, are all service components.
Type a Service ID, a string that will uniquely identify this service within the context of the hosting node. This string is the key that maps messages to services. All messages which should be used to calculate the severity of this service must contain this service ID as a part of the message attributes. You can use a GUID to ensure that number is unique, though since GUIDs are somewhat difficult to work with, you can also use any string that you know is unique. See Design effective Service IDs, to learn more about options for creating service IDs.
Note:
Service IDs can contain a maximum of 2048 characters. Service IDs
cannot contain the following characters: '
(apostrophe), " (inch mark), \
(backslash), ` (grave accent), ยด
(acute accent).
If you select the Hosted On option, when HPOM creates the new service ID, the unique ID of the node the service is hosted on is appended to the name you have assigned. For example, if you give your new service the service ID of "service1.testlab" HPOM will add to that name the unique ID of the node hosting the service. You can see this by selecting the new service in the service map and clicking Properties. In the General tab, the Service ID box displays the name you assigned plus the unique ID for the node.
CAUTION:
Take care when assigning service IDs. After the ID is assigned, it
cannot be changed. If you need to change a service ID, you must
delete the component service and recreate it with the new ID.
NOTE:
You can use cut-and-paste to move a component service if the new
parent service type is identical to the old one.
Related Topics: