Not a customer? Click the 'Start a free trial' link to begin a 30-day SaaS trial of our product and to join our community.
Existing Cisco AppDynamics customers should click the 'Sign In' button to authenticate to access the community
07-30-2024 08:38 PM
Hello,
I practice the PoC/PoV lab exercise under Black Belt Stage 2 course. When installed controller, it showed the disk storage needed is 5120 MB which is for Medium profile (5TB), instead the chosen Demo profile (50GB). Anyone can give advice to my issue ? Thanks. Jonathan Wang, 2024/07/31
Error messages:
Task failed: Check if the required data directories have sufficient space
on host: appd-server
as user: root
with message: The destination directory has insufficient disk space. You need a minimum of 51200 MB for installation.
Solved! Go to Solution.
07-31-2024 05:03 PM
Hello @Jonathan.Wang 、
To install demo profile controller, 50GB = 51200 MB Disk Space is required. Please make sure to allocate sufficient disk space. Or if you need to skip the disk space requirement, you can update the configuration file.
Locate the Configuration File:
For the demo profile controller, the file is likely in the path:
platform/platform-admin/archives/controller/<ver>/playbooks/controller-demo.groovy
Edit the Disk Space Property:
Update the property ”controller_data_min_disk_space_in_mb" to a lower disk space number. For example:
controller_data_min_disk_space_in_mb = 2000 * 1024
Note: This manual configuration is intended for test purposes only and may not be suitable for production environments.
For more details on Controller system requirements and settings, please refer to the AppDynamics Documentation.
Hope this helps.
Regards,
Martina
08-01-2024 09:37 PM
Hi Martina,
Thanks for response. It sounds no reason that my appd-server host does have sufficient disk storage (50GB) because I reserve 500GB disk for this server. To bypass this issue, I tried reducing the disk storage parameter value to "5 * 1024", and it succeeded. Now I can successfully run the AppDynamics Controller.
controller_data_min_disk_space_in_mb = 5 * 1024
08-01-2024 09:40 PM
Update my TYPO as: ... It sounds no reason that my appd-server host does not have sufficient disk storage (50GB) ...
User | Count |
---|---|
2 | |
1 | |
1 | |
1 | |
1 | |
1 |
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form