Forum Discussion
- natheCirrocumulus
Oge, have you followed this solution Extending disk space on BIG-IP VE and increased the space at the hypervisor level and the directories themselves?
- uniAltostratus
Oge, I've been trying to do this too, using the AWS Marketplace templates. The article quoted by nathan is a starting point, but after a bit of trial and error I found increasing the size of /appdata solved is for me:
tmsh modify /sys disk directory /appdata new-size 31457280 tmsh save /sys config reboot
- Vink0Nimbostratus
Hi, I have same problem, but K14952 didn't work in my case.
I setuped VE on v17.0.0.1 and when I tryed to load configration I got an error:"01071008:3: Provisioning failed with error 1 - 'Disk limit exceeded. 16188 MB are required to provision these modules, but only 2018 MB are available.'"
Then I extended disk space, but i still gt this error. It looks, that disk space was not extended correctly:
root@(dns)(cfg-sync Standalone)(Active)(/Common)(tmos)# show /sys disk directory Directory Name Current Size New Size -------------- ------------ -------- /config 3149824 - /shared 20971520 - /var 1572864 - /var/log 1024000 - /appdata 2134016 - root@(dns)(cfg-sync Standalone)(Active)(/Common)(tmos)# root@(dns)(cfg-sync Standalone)(Active)(/Common)(tmos)# load /sys config file ns1-scf Replace the running configuration? (y/n) y Loading system configuration... /defaults/asm_base.conf /defaults/config_base.conf /defaults/ipfix_ie_base.conf /defaults/ipfix_ie_f5base.conf /defaults/low_profile_base.conf /defaults/low_security_base.conf /defaults/policy_base.conf /defaults/analytics_base.conf /defaults/apm_base.conf /defaults/apm_oauth_base.conf /defaults/apm_pua_ssh_base.conf /defaults/apm_saml_base.conf /defaults/app_template_base.conf /defaults/classification_base.conf /var/libdata/dpi/conf/classification_update.conf /defaults/ips_base.conf /var/libdata/ips/ips_update.conf /defaults/daemon.conf /defaults/pem_base.conf /defaults/profile_base.conf /defaults/sandbox_base.conf /defaults/security_base.conf /defaults/urldb_base.conf /usr/share/monitors/base_monitors.conf /defaults/cipher.conf /defaults/ilx_base.conf /usr/local/gtm/include/gtm_base_region_isp.conf /usr/share/monitors/gtm_base_monitors.conf Loading configuration... /var/local/scf/ns1-scf_17_TEST 01071008:3: Provisioning failed with error 1 - 'Disk limit exceeded. 16188 MB are required to provision these modules, but only 2018 MB are available.' . Unexpected Error: Loading configuration process failed. root@(dns)(cfg-sync Standalone)(Active)(/Common)(tmos)# quit [root@dns:Active:Standalone] config # df -kh Filesystem Size Used Avail Use% Mounted on /dev/mapper/vg--db--vda-set.1.root 419M 77M 316M 20% / devtmpfs 3.9G 4.0K 3.9G 1% /dev tmpfs 3.9G 2.3M 3.9G 1% /dev/shm tmpfs 3.9G 2.3M 3.9G 1% /run tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup /dev/mapper/vg--db--vda-set.1._usr 5.7G 4.9G 466M 92% /usr /dev/mapper/vg--db--vda-set.1._var 1.5G 385M 1003M 28% /var /dev/mapper/vg--db--vda-set.1._config 3.0G 19M 2.8G 1% /config prompt 4.0M 28K 4.0M 1% /var/prompt none 3.9G 20M 3.9G 1% /var/tmstat /dev/mapper/vg--db--vda-dat.appdata 2.0G 5.5M 1.9G 1% /appdata /dev/mapper/vg--db--vda-dat.share 20G 164M 19G 1% /shared /dev/mapper/vg--db--vda-dat.log 969M 92M 812M 11% /var/log none 3.9G 34M 3.9G 1% /shared/rrd.1.2 none 3.9G 0 3.9G 0% /run/pamcache none 3.9G 0 3.9G 0% /var/loipc tmpfs 799M 0 799M 0% /run/user/0 tmpfs 799M 0 799M 0% /run/user/91 [root@dns:Active:Standalone] config #
Any sugestions?