Veritas volume manager is the propreitary volume manager from veritas and it is avialable for multiple platforms (ie) Windows , Linux, Solairs and HPUX
In this tutorial i will show you how to fix the problem "CPI ERROR V-9-30-2015 The following required OS rpms were not found" while installing the veritas volume manger in linux
If you got the below error please proceed with the below steps
CPI ERROR V-9-30-2015 The following required OS rpms were not found on rhel6:
nss-softokn-freebl-3.12.9-3.el6.i686 pam-1.1.1-10.el6.i686.rpm glibc-2.12-1.25.el6.i686 libstdc++-4.4.5-6.el6.i686 glibc-common-2.12-1.166.el6.i686
Fix
Step 1 : Download the induival rpm pacakages from rpmphone.net or some other sites ,by this way only we can fix this issue Step 2 : Install the rpm files by giving --force and --nodeps , without --nodeps it will ask you to install the required dependencies
$ rpm -ivh libstdc++-4.4.5-6.el6.i686.rpm --force --nodeps
warning: libstdc++-4.4.5-6.el6.i686.rpm: Header V4 DSA/SHA1 Signature, key ID 192a7d7d: NOKEY
Preparing... ########################################### [100%]
1:libstdc++ ########################################### [100%]
$ rpm -ivh glibc-2.12-1.25.el6.i686.rpm --force --nodeps
warning: glibc-2.12-1.25.el6.i686.rpm: Header V4 DSA/SHA1 Signature, key ID 192a7d7d: NOKEY
Preparing... ########################################### [100%]
1:glibc ########################################### [100%]
$ rpm -ivh nss-softokn-freebl-3.12.9-3.el6.i686.rpm --force --nodeps
warning: nss-softokn-freebl-3.12.9-3.el6.i686.rpm: Header V4 DSA/SHA1 Signature, key ID 192a7d7d: NOKEY
Preparing... ########################################### [100%]
1:nss-softokn-freebl ########################################### [100%]
I installed all the 5 rpms using this method and ran the installer , it succeeded
Post A Comment:
0 comments: