After upgrading the RPM on the server While using the GTECONF receiving the following error message.
GETCONF command missing
The above error message occur because glibc libraries are corrupted, to resolve the above error message run the following command from the shell but make sure that you have loggin in to the server as a root user.
yum install glibc*
The above command update the “glibc-common” and “glibc-utils” Packages to repair the glibc libraries.Now run the command “getconf LONG_BIT”, it will show you the following result.
[root@server ~]# getconf LONG_BIT
64
As per above server having 64 bit OS.