Enterprise IT Solutions/Tenable

[Tenable.sc] 플러그인 업데이트 시 "Uploaded file is too large" 오류 해결 방법

iseop 2023. 7. 28. 18:03   인쇄용 버전

https://www.tenable.com/products/tenable-sc

 

Tenable Security Center (Formerly Tenable.sc)

Accurately identify, investigate and prioritize vulnerabilities with Tenable Security Center. Managed on-prem. Learn more about the product here.

www.tenable.com

 

SecurityCenter는 PHP로 만들어진 프로그램입니다.

Active Plugins Upload를 할 때 생기는 "Uploaded file is too large" 오류는 플러그인 파일이 PHP의 upload_max_filesize 또는 post_max_size를 초과했기 때문에 생깁니다.

따라서 설정 파일을 수정하고 SecurityCenter를 재시작하면 해결됩니다.

 

1. /opt/sc/support/etc/php.ini 파일을 vi 편집기 등으로 연다.
2. upload_max_filesize를 찾아 값을 플러그인 파일보다 크게 수정한다.
3. post_max_size를 찾아 수정한다.
4. systemctl restart SecurityCenter