How can i recover the linux system after it was crashed by
step by step process..
Answers were Sorted based on User's Feedback
Answer / pankaj pal
All Machine crashed either due to hardware or software
problem. We can trace out the h/w failure as the BIOS or
kernel will report that a device had failed or is missing.
Knowing at which stage of the boot process a failure
occured is very important. If we get Kernel Panic Error it
means (a) an incorrect root argument to the kernel (b)
missing modules from the initial RAM DISK.If problem occurs
during file system mounting that means something wrong
happen during execution of /etc/rc.d/rc.sysinit(this script
does a lot) Once system services began to start the failure
is most likely in /etc/rc.d/rc.sysinit
Check the log files /var/log/message and dmesg bcoz
information gathering is very important to trace the bottle
neck of the issue.
| Is This Answer Correct ? | 20 Yes | 3 No |
Answer / sathyaraj
Yes we can recover the linux os with data by simply taking
the entire OS backup by simply using the script.i had tested
it kindly check the below script
dt=`date +%d%b%y`
tar cvpzf /u1/backup/rootbkp/240SRVR_rootbkp_$dt.tgz
--exclude=/proc --exclude=/lost+found --exclude=/mnt
--exclude=/usr/local --exclude=/mnt --exclude=/sys
--exclude=/u --exclude=/u1 --exclude=/u2 --exclude=/u01
--exclude=/u02 /
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / atul
get the server into live recovery mode and run fsck on the / of your system...
if the data is recoverable, fsck will surly do it for you...
| Is This Answer Correct ? | 1 Yes | 1 No |
When you install RedHat what is the kernel mode ? What is kernel compilation / upgrade ?
how to recollect root password
expalin the process of kickstart installation?
How to sort a file of size 2N bytes, if I have N bytes of memory?
commands regarding the adding of users into groups n different options with useradd...?
what is difference between inetd and xinetd
Without Using $date -dyesterday. How I get the yesterday's date ?
What are the questions we are expecting for 2yrs. experience guy for linux company interview questions?
Through ssh whole directory structure from / is shared regardless the user we have connected with ....... how do i prevent sharing ??
1 which file contains information about os wether it's 32 bit or 64 bit os 2 difference between logical block and physical block?? 3 what is the size of logical block and physical block?? 4 daemon for nfs on client end as well as server end??? 5 how to confirm from client end about nfs server sharing?? 6 what contains information about file and directory creating time or modification time??
I have accidently deleted my fstab... how do i recover/ regenerate the file?????? in rescue mode i cannot create a new file since the filesystem is readonly and could not mount in readwrite mode ?????????
how to install linux OS? pls send step by step