Thanks Boris. I am beginnier with OpenDeploy and thats why I have these basic questions. Most of the times, we are using just default instance. Then if we need to deploy to different server sets using different deploymentconfiguration files, how can we do that ? As there is only one odbase.xml and odnodes.xml for one server, only one set of receiver servers can be configured. This is one point confusing me.Does it cost to create new server instances ? Does it require separate licencing ?Thanks
But what about the deploymentConfiguration file in whose replicationFarm field, there are 4 receiver servers and one of which is not specified in odbase.xml and odnodes.xml , how will the deployment work in this case?
I did go through deploymentConfiguration files and I know about replicationFarm field. I know, I can specify different server sets in replicationFarm field. As we can have more than one deploymentConfiguration files, I dont have problem with that.My confusion is about odnodes.xml and odbase.xml. I can have only one of these files on a server. Now, if I have specified 3 receiver servers in odnodes.xma and odbase.xml, I can deploy to these three servers only, right ? So the deploymentConfiguration file with these three servers is not a problem. But what about the deploymentConfiguration file in whose replicationFarm field, there are 4 receiver servers and one of which is not specified in odbase.xml and odnodes.xml , how will the deployment work in this case ? Or is it like that we specify all the receiver servers in odnodes.xml and odbase.xml. Then out of these servers, I can choose to specify the servers in deploymentConfiguration file. Which means that odbase.xml and odnodes.xml has the list of all the possible receiver servers, while deploymentConfiguration file can have all or some of these servers in its configuration. In this case whatever deployment servers are specified, since all of them are in odbase.xml and odnodes.xml, there wont be a conflict. But if a specific server is not there in replicationFarm field, then eventhough its in odbase.xml and odnodes.xml, still deployment to this specific server will not take place because of not being mentioned in deploymentConfiguration file.Is my understanding correct ?