Forum Discussion

aaguilar's avatar
aaguilar
Level 4
9 years ago
Solved

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

3 Replies

  • Hello,

    I don't think you can. You might be able to do it in SQL, but that will be not supported.

  • 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