In our server the symbolic link to libc.so.6 has been deleted. Now none of the binaries in the system work. To fix this, I tried:
/bin/ln -s /li
Thanks you very much for below answer. It worked well with root ID.
We unlink libc.so.6 to link with higher version but suddenly after unlink libc.so.6 server become unresponsive. ln -s command was not working. No other users were able to ssh to server. But when we ran below command it worked. (with libc version exist on server) server started to behave normally.
Below one is correct command and life saving too....
LD_PRELOAD=/lib/libc-2.17.so ln -s /lib/libc-2.17.so /lib/libc.so.6
Note: The actual version depends on your library