Is there a way to configure CAM to use TCP instead of UDP from the command line?
CAM can be configured to use TCP using the following command line:
camconfig %computername% *PATHS "<SS Name> protocol=tcp port=4105"
camsave persist
Ex: camconfig %computername% *PATHS "Scalabilty1 protocol=udp port=4104"
** camsave persist command is used to save the changes to cam.cfg
Note: You do not need to recycle the CAM service for the configuration changes to take effect.
For CAM to use TCP, both endpoints need to be configured to use TCP
To read more about configuring CAM to use TCP, please refer to article:
How can I configure CAM to use TCP instead of UDP?