Mass installation method for ACC for ACC-V for windows os.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2025 11:34 PM
Hi all,
For ACC-V, customer have to install more than 4000 agent client collectors.
And also wants to install acc in specific folder.
In this case, I recommend customer to use command line installation by ansible for linux OS hosts.
rpm -i --relocate /etc=<folder name> --relocate /var=<folder name> agent-client-collector-4.0.0-x86_64.rpm
I checked this command and works fine.
But I can't find command for windows OS.
I found "msiexec /i <msi_file_path> /quiet /qn /norestart ACC_API_KEY=<key_value> ACC_MID=wss://<mid_ip>:<websocket_port>/ws/events ACC_ALLOW_LIST=False" in docs but there's no option for destination folder.
Is there any solution for this requirements?
Regards,
Hank Woo.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2025 04:56 AM
Hi @Hank Woo ,
Here are the step by step process :
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2025 05:14 AM
For ACC-V, a default 1 GiB MID Server can support 700 agents concurrently. An 8 GiB configuration for MID Server can support 8,000 agents concurrently.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2025 12:51 AM
For ACC-V, a default 1 GiB MID Server can support 700 agents concurrently. An 8 GiB configuration for MID Server can support 8,000 agents concurrently.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2025 12:51 AM
Imho, I would definitelly NOT reccomend to install it to different folder, as you will then loose many functionalitites, f.e. Grab Log. Because those paths are hardcoded.