General rules
Each line defines a key-value pair with the port name and its corresponding number.
<port-name>=<port-number>
- Do not add, remove, or comment out any lines in this file. Only modify existing values.
- Specified port numbers must be unique within the file.
- Ensure that the specified port numbers are not allocated to other programs installed on the same computer.
Range type specification
For range types, specify the starting and ending port numbers to define the range.
<port-name>.from=<starting-port-number> <port-name>.to=<ending-port-number>
- Ensure that the range of port numbers does not overlap with any other specified ranges or individual port numbers in the file.
- Verify that the specified range of port numbers is not used by other programs on the same computer.
CLI ports
The following range type ports are allocated to the CLI container that manages the storage systems onboarded in Ops Center Administrator. These ports can be changed, but the range (width) must remain the same as the following initial settings:
port.internal.tcp.cli.from=21700 port.internal.tcp.cli.to=21799 port.internal.udp.cli.from=31000 port.internal.udp.cli.to=31999 port.external.udp.cli.from=33000 port.external.udp.cli.to=33999
When changing the range of these ports, ensure that the difference between the starting and ending port numbers remains the same as the initial settings.