Two Vertica instances (production and testing) on same subnet?
Hello, Is it possible to setup two Vertica instances on same subnet? If yes, are there some gotchas and/or downsides? I'm asking this because from what I've read, Vertica nodes talk partly over the broadcast address and I don't want to run into conflicts of some sort between these two instances. Thanks! Ivan
0
Comments
if you run the install_vertica script with the -T flag during installation, it will configure spread in point to point mode, which does not use broadcast.
Is there a way to put the testing instance on this subnet or should we use a separate one?
Thanks!
If you want to reconfigure an existing cluster to use point to point you can re-run install_vertica on the same node using the following format
/opt/vertica/sbin/install_vertica -s host01,host02,host03 -r <rpm file> -T -S default