Monday 15 June 2015

linux - Recovering Red Hat 6.4 -



linux - Recovering Red Hat 6.4 -

i trying down-version glib library installed on reddish hat 6.4 server. first, uninstalled using-

rpm -e --nodeps glib

after unable execute terminal commands (e.g. ls, cd). now, want recover system. how can that? thanks.

[i have reddish hat 6.4 iso. tried see alternative given while booting it. unable find.]

boot machine rescue mode.

mount cd/dvd temp directory mkdir temp

mount /dev/hdc temp

check output of find missing files , dependencies. rpm -va

now find rpm location on cd/dvd/iso.

install rpm manually.

rpm -ivh --force --noscripts --root=/mnt/sysimage /path/to/glibc.rpm /path/to/other/missing.rpm

reboot scheme , run rpm -va 1 time again

linux linux-kernel linker redhat

No comments:

Post a Comment