Article Content
Article Number | 000032443 |
Applies To | RSA Product Set: Security Analytics RSA Product/Service Type: SA Security Analytics Server RSA Version/Condition: 10.4.1.4 Platform: CentOS O/S Version: 6 |
Issue | When attempting to upgrade to Security Analytics 10.4.1.4 using yum update -y the following error is thrown when running yum check-update:Total download size: 6.0 M |
Cause | The permissions on the jettyuax rpm in the repository are too tight. This is a packaging issue. |
Resolution | To resolve this issue, 1. Login as root to the SA Server. 2. Change directory to the repository: cd /var/netwitness/srv/www/rsa/updates/SAUserUploaded 3. Look at the permissions at of the jetty rpm. They should be 664, but output will show they are set to 644. ls -al jettyuax-9.0.7-77.noarch.rpm 4. Correct the permissions. chmod 664 jettyuax-9.0.7-77.noarch.rpm 5. Rerun the update. |