I'm quite new to itop but i have a question regarding clusters.
Both db or application clusters.
I have a service application, lets call it CustomerDataService
Who runs on server s01 and on s02 which in turn belongs to a cluster called c01.
Ther servers in c01 is there for redundancy so they are configured the same in software and hardware.
The thing i want to accomplish is that i want to create the service CustomerDataService and set it to belong to "System" c01 without multiplying a CustomerDataService for each server, i.e. CustomerDataService - Node 1 and CustomerDataService Node 2
Is this possbile to accomplish out of the box?
How would you configure this?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello Guys,
I'm quite new to itop but i have a question regarding clusters.
Both db or application clusters.
I have a service application, lets call it CustomerDataService
Who runs on server s01 and on s02 which in turn belongs to a cluster called c01.
Ther servers in c01 is there for redundancy so they are configured the same in software and hardware.
The thing i want to accomplish is that i want to create the service CustomerDataService and set it to belong to "System" c01 without multiplying a CustomerDataService for each server, i.e. CustomerDataService - Node 1 and CustomerDataService Node 2
Is this possbile to accomplish out of the box?
How would you configure this?
https://github.com/lndevnull/itop-extensions/tree/master/dbcluster-ci
Is not mine, but works
Ty, Passportu, yeah i saw that one. Will probably modify it for building up ServerClusters as well.
Anyways, Thanks