Ive got a cluster of 4 Machines of which one is a Hot Backup. The Backup starts up with Machine ID 0, the other ones at 1-3.
The cluster works fine and changing the Machine IDs via live options in configuration editor works as well.
Now I want to do that via Remoting4.
I found two points on how to change the ID.
1st: permanently via VMSClient.SetID() which works fine but is not the "live option" it just changes the config file for next startup.
2nd: Cluster.Option(".VZ.ID", ID, null);
which works fine as well but can only change the ID of all machines in the Cluster at the same time to the same value which in this case makes no sense.
I tried a workaround by creating a new single machine cluster for the one machine on which the ID should be changed but thats seems like a very nasty way to do it.
Is there a gerneral way of adressing only one machine in the cluster oder another dedicated way to change the ID of only one machine?
I could not find any other dataItem via public Cluster.OptionsDataModel() or an override function to adress only one machine.
Any Remoting Experts here to help me? Thanks a lot
