2014-06-20 02:54 AM
Hello All,
I am trying to apply the updates available for all the SA appliance, but every time I tries to apply updates it shows a error, which is update failed and I tries the same through command line but the problem is same.
Kindly suggest how I can apply the latest updates on my SA server from 10.3.2 to 10.3.3.
For more reference I am adding few of the screenshots related to this.
Thanks to all in advance.
2014-06-20 07:55 AM
It is not suggested to use the interface to do upgrades. Do you have the output of the cmd line? Run a yum check-update
2014-06-20 08:08 AM
2014-06-20 08:11 AM
Assuming you can do the upgrade now. Can you try a yum update?
2014-06-20 08:18 AM
Any other few steps that I need to follow?
2014-06-20 08:23 AM
Appears to be a known error. Run "rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6" then do another yum update.
2014-06-20 08:31 AM
Thanks a lot Sean for this help.
Actually I hadn't ever use this way ever before.
So for that I am not exactly aware of this.
Can you also provide me the rpm file as well, which is required.
That will be great help for me.
Any after installing this file, is their any other step do I need to do or any other thing should I required?
Regards,
Deepanshu Sood.
2014-06-20 08:42 AM
So I have no idea how to upload files to the rsa community but I can give you the steps on how to get it to work. You might not be familiar with "vim" but I can walk you through the commands.
1. cd /etc/pki/rpm-gpg
2. vi RPM-GPG-KEY-CentOS-6
3. hit "i"
4. paste the data below starting with -----BEGIN PGP PUBLIC KEY BLOCK-----
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG v1.4.5 (GNU/Linux)
mQINBE4P06MBEACqn48FZgYkG2QrtUAVDV58H6LpDYEcTcv4CIFSkgs6dJ9TavCW
NyPBZRpM2R+Rg5eVqlborp7TmktBP/sSsxc8eJ+3P2aQWSWc5ol74Y0OznJUCrBr
bIdypJllsD9Fe+h7gLBXTh3vdBEWr2lR+xA+Oou8UlO2gFbVFQqMafUgU1s0vqaE
/hHH0TzwD0/tJ6eqIbHwVR/Bu6kHFK4PwePovhfvyYD9Y+C0vOYd5Ict2vbLHz1f
QBDZObv4M6KN3j7nzme47hKtdMd+LwFqxM5cXfM6b5doDulWPmuGV78VoX6OR7el
x1tlfpuiFeuXYnImm5nTawArcQ1UkXUSYcTUKShJebRDLR3BycxR39Q9jtbOQ29R
FumHginovEhdUcinRr22eRXgcmzpR00zFIWoFCwHh/OCtG14nFhefuZ8Z80qbVhW
2J9+/O4tksv9HtQBmQNOK5S8C4HNF2M8AfOWNTr8esFSDc0YA5/cxzdfOOtWam/w
lBpNcUUSSgddRsBwijPuWhVA3NmA/uQlJtAo4Ji5vo8cj5MTPG3+U+rfNqRxu1Yc
ioXRo4LzggPscaTZX6V24n0fzw0J2k7TT4sX007k+7YXwEMqmHpcMYbDNzdCzUer
Zilh5hihJwvGfdi234W3GofttoO+jaAZjic7a3p6cO1ICMgfVqrbZCUQVQARAQAB
tEZDZW50T1MtNiBLZXkgKENlbnRPUyA2IE9mZmljaWFsIFNpZ25pbmcgS2V5KSA8
Y2VudG9zLTYta2V5QGNlbnRvcy5vcmc+iQI8BBMBAgAmBQJOD9OjAhsDBQkSzAMA
BgsJCAcDAgQVAggDBBYCAwECHgECF4AACgkQCUb8osEFud6ajRAAnb6d+w6Y/v/d
MSy7UEy4rNquArix8xhqBwwjoGXpa37OqTvvcJrftZ1XgtzmTbkqXc+9EFch0C+w
ST10f+H0SPTUGuPwqLkg27snUkDAv1B8laub+l2L9erzCaRriH8MnFyxt5v1rqWA
mVlRymzgXK+EQDr+XOgMm1CvxVY3OwdjdoHNox4TdVQWlZl83xdLXBxkd5IRciNm
sg5fJAzAMeg8YsoDee3m4khg9gEm+/Rj5io8Gfk0nhQpgGGeS1HEXl5jzTb44zQW
qudkfcLEdUMOECbu7IC5Z1wrcj559qcp9C94IwQQO+LxLwg4kHffvZjCaOXDRiya
h8KGsEDuiqwjU9HgGq9fa0Ceo3OyUazUi+WnOxBLVIQ8cUZJJ2Ia5PDnEsz59kCp
JmBZaYPxUEteMtG3yDTa8c8jUnJtMPpkwpSkeMBeNr/rEH4YcBoxuFjppHzQpJ7G
hZRbOfY8w97TgJbfDElwTX0/xX9ypsmBezgGoOvOkzP9iCy9YUBc9q/SNnflRWPO
sMVrjec0vc6ffthu2xBdigBXhL7x2bphWzTXf2T067k+JOdoh5EGney6LhQzcp8m
YCTENStCR+L/5XwrvNgRBnoXe4e0ZHet1CcCuBCBvSmsPHp5ml21ahsephnHx+rl
JNGtzulnNP07RyfzQcpCNFH7W4lXzqM=
=jrWY
-----END PGP PUBLIC KEY BLOCK-----
5. hit "esc"
6. type :wq
now run the rpm command and see if that works, it should. Then run the yum update.
After those steps have been run, you either need to restart the server or restart the services, whichever is easier for you.
2014-06-20 08:55 AM
Thanks Sean, I get your point how to do this.
Thanks & Regards,
Deepanshu Sood.
Sent from Yahoo Mail on Blackberry® PlayBook
2014-06-20 09:59 AM
disable the key checking in the /etc/yum.repo.d/netwitness.repo file. default it's enable.