Forum Discussion
- Jad_Tabbara__J1Cirrostratus
Hi,
Do you have enough disk space on your BIG IP ?
Try to launch the following command
df -h
And verify that there are available space. If you discover that one of the filesystem has a high percentage of used space, you need to delete or increase the space assigned to that particular file system.
Check this documentation : https://support.f5.com/csp/article/K14403
If it is not a disk space issue, try the import of the cert. by command line check this article
https://support.f5.com/csp/article/K14031
Waiting for your feedback
Regards
- Sharang_KAULEmployee
check the /shared/tmp directory. And ensure the permission of this directory is set to 777.
# ls -ld /shared/tmp
drwxrwxrwt. 23 root root 24576 2019-06-11 17:40 /shared/tmp
If not set to 777. Change to 777 using chmod command;
# chmod 777 /shared/tmp
- joelinhoNimbostratus
Hello, dear, it worked wonderfully, could you tell me how you got to the solution?