Original Works are from the blog of "Deep Blue blog". You are welcome to reprint them. Please note the following source when reprinting them. Otherwise, you will be held legally liable for copyright.
Deep Blue blog: http://blog.csdn.net/huangyanlong/article/details/40779171
Environment: centos 6.4 64bit, grid 64bit
Error Description: Grid self-check reported error, lack of pdksh-5.2 package (prerequisite has installed the KSh package)
Solution: Install the pdksh package
Note: To install the pdksh package, uninstall the KSh package first.
Method: Download it online or find the pdksh-5.2.14-36.el5.x86_64.rpm package in centos5.6, uninstall the default KSh package under each node, and then install the pdksh package, the following installation steps:
Procedure:
Node 1:
[[Email protected] Soft] # rpm-Qa | grep KSh
Ksh-20100621-19.el6.x86_64
[[Email protected] Soft] # rpm-e ksh-20100621-19.el6.x86_64
-- Uninstall KSh
[[Email protected] Soft] # rpm-IVH pdksh-5.2.14-36.el5.x86_64.rpm
-- Install pdksh
Warning: pdksh-5.2.14-36.el5.x86_64.rpm: Header V3 DSA/sha1 signature, key ID e8562897: nokey
Preparing... ######################################## ### [100%]
1: pdksh ####################################### #### [100%]
Node 2:
[[Email protected] Soft] # rpm-e ksh-20100621-19.el6.x86_64
[[Email protected] Soft] # ls
Cvuqdisk-1.0.9-1.rpm pdksh-5.2.14-36.el5.x86_64.rpm
[[Email protected] Soft] # rpm-IVH pdksh-5.2.14-36.el5.x86_64.rpm
Warning: pdksh-5.2.14-36.el5.x86_64.rpm: Header V3 DSA/sha1 signature, key ID e8562897: nokey
Preparing... ######################################## ### [100%]
1: pdksh ####################################### #### [100%]
Run grid self-check again and pass the check.
Original Works are from the blog of "Deep Blue blog". You are welcome to reprint them. Please note the following source when reprinting them. Otherwise, you will be held legally liable for copyright.
Deep Blue blog: http://blog.csdn.net/huangyanlong/article/details/40779171
Rac_grid self-check prompt missing pdksh-5.2 package