Is there a way to configure the CAM fragment size from the command line?
search cancel

Is there a way to configure the CAM fragment size from the command line?

book

Article ID: 45214

calendar_today

Updated On:

Products

CA Client Automation - IT Client Manager CA Client Automation

Issue/Introduction

Is there a way to configure the CAM fragment size from the command line?

Environment

Client Automation - All versions

Resolution

The CAM fragment size can be configured using the following command line:

camconfig %computername% *CONFIG fragment_size=<value>
camsave persist (To save the changes permanently to cam.cfg)

Ex: camconfig %computername% *CONFIG fragment_size=1024
      camsave persist
      
Note: You do not need to recycle the CAM service for the configuration changes to take effect.

Additional Information

To read more about configuring the CAM fragment size based on your environment please refer to

article How to find the correct CAM fragment size in your environment and re-configure CAM to use that value? - Article ID: 9418