Client Automation - How do I configure CAM to use TCP from the command line?
search cancel

Client Automation - How do I configure CAM to use TCP from the command line?

book

Article ID: 45300

calendar_today

Updated On:

Products

CA Client Automation - IT Client Manager CA Client Automation

Issue/Introduction

Is there a way to configure CAM to use TCP instead of UDP from the command line?

Environment

Client Automation - All Versions

Resolution

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.

Additional Information

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?