Hello API-experts,
we are going to change our interface topology of our clusters to "defined by routes". I tried it first with
set simple-cluster name $CLUSTER interfaces.update.name $INTERFACE interfaces.update.ip-address $IPV4 interfaces.update.network-mask $IPV4MASK interfaces.update.interface-type $INTERFACE_TYPE interfaces.update.topology-settings.ip-address-behind-this-interface "network defined by routing" interfaces.update.topology "internal"
It's working fine but it takes a long time if we do this for every interface. How can I execute it in one step? Objects-batch seems to be the wrong way.
Using numbers (e.g. interfaces.1.update.name) are not supported. I can use "set" to generate everything from scratch but it's a lot more work to get the physical interfaces from the cluster nodes and build everything together in one command....
How can I optimize performance to do it one step?
We are running R80.40 (on Management) with a normal ClusterXL (non VSX).
Thanks!
Bye