aaguilar
9 years agoLevel 4
Change IP list Centera connection using command line
Hi
Does anyone know any way to change the IP address list on the Connection tab of the configuration of a partition that stores data in Centera using the command line?
Best regards.
Gertjan is right that you can do this in SQL. EnterpriseVaultDirectory database, PartitionEntry table, IPAddressList column. Multiple addresses in a list should be separated by a comma.
I'm not sure if you literally want to do it from the cmd prompt or if that was just a gloss for "do it in bulk without having to click a lot," but if the former, then sqlcmd is a way to run SQL statements from the cmd prompt.
--Chris