04-06-2023 04:43 AM - edited 04-06-2023 04:43 AM
Hello guys,
So as we deploy (add) the Cisco FTD and FMC in VMware Workstation with the .ovf file, the default disk size is very less and since we can thin provision, how can I increase this size to 2 TB.
Also, once I upgrade my Cisco FTD or FMC, does the upgrade process also cleans (deletes) the old version files automatically i.e. is anything needed to be done after the upgrade to clean the old version and any other junk files,
and if yes then which files and under what directory can I safely delete such or other files to keep the disk space clean and not being wasted from old version files or any other junk files / unneeded files.
Solved! Go to Solution.
04-06-2023 11:53 AM
Database table sizes are limited by the license in FMCv, so it doesn't help anything to increase the disk size. See "event storage space" in the dats sheet here: https://www.cisco.com/c/en/us/products/collateral/security/firesight-management-center/datasheet-c78-736775.html#Platformspecifications
Changing FTDv disk size doesn't affect performance in any way.
04-06-2023 11:53 AM
Database table sizes are limited by the license in FMCv, so it doesn't help anything to increase the disk size. See "event storage space" in the dats sheet here: https://www.cisco.com/c/en/us/products/collateral/security/firesight-management-center/datasheet-c78-736775.html#Platformspecifications
Changing FTDv disk size doesn't affect performance in any way.
07-27-2023 09:17 AM
So.... on a tac call right now... 7.2.x is wanting more space... I've got 104G free and can't get a geo location update to install, it wants 118. TAC says they're talking 500G for new deployments... And no-one knows how to grow it when you add space. I'm sure I'm going to hear that I have to redeploy and backup/restore, which is completely asinine.
07-27-2023 10:30 AM
As noted in your teams space posting, I had a TAC case for this issue a couple of months ago. The TAC cited https://bst.cisco.com/bugsearch/bug/CSCwe44571 . The workaround was as follows:
Truncated the geolocation files using below commands.
```
OmniQuery.pl -db mdb -e "truncate geolocation_ipv4;"
OmniQuery.pl -db mdb -e "truncate geolocation_ipv6;"
OmniQuery.pl -db mdb -e "truncate geolocation_ipv4_country;"
OmniQuery.pl -db mdb -e "truncate geolocation_ipv6_country;"
```
Reclaimed 48 GB of disk space for a total of 130 GB available to use.
09-01-2023 06:58 AM - edited 09-01-2023 07:03 AM
I'm getting an error trying these truncate commands:
Error: DROP command denied to user 'barnyard'@'localhost' for table 'MYD'
09-01-2023 11:24 AM
@thor1024 you need to run the commands as root user. So, first "sudo su -".
09-04-2023 02:49 AM
I'm running the commands as a root user.
08-21-2023 07:20 AM
Just to clarify there is no way to increase the diskspace on the vFMC?
08-21-2023 07:25 AM
You can make the disk larger during installation (not after), but it won't enable storage of more events in FMC's database tables.
It will increase space available for system files, log files etc.
08-21-2023 07:27 AM
Thanks Marvin.
08-21-2023 07:28 AM
09-18-2023 09:25 PM
Hi Marvin, I came across this bug but also there is a "defect" related to resizing the vFMC disk: CSCwf93791. The last time I deployed the ovf, it didn't allow me to modify the disk size and used forcefully thick provisioning. How did you manage to change the disk size during the installation? Did you use the ovf template? Thanks as always for your generous help!
08-21-2023 07:31 AM
09-04-2023 05:08 AM
Yes there is a way, I have done it by increasing virtual machine disk by 100GB, then boot up from growpart live cd, resize partition /dev/sda7, and then proceeded with an vFMC update from 7.0.1 to 7.2.4 without errors.
Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: