jijesh


{ City } bangalore
< Country > india
* Profession * admin
User No # 21225
Total Questions Posted # 0
Total Answers Posted # 4

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 14
Users Marked my Answers as Wrong # 2
Questions / { jijesh }
Questions Answers Category Views Company eMail




Answers / { jijesh }

Question { Oracle, 13776 }

what is jumbi process?


Answer

A zombie process or defunct process is a process that
has completed execution but still has an entry in the
process table.
When a process ends, all of the memory and
resources associated with it are deallocated so they can be
used by other processes. However, the process's entry in
the process table remains. The parent can read the child's
exit status by executing the wait system call, at which
stage the zombie is removed. The wait call may be
executed in sequential code, but it is commonly executed in
a handler for the SIGCHLD signal, which the parent
receives whenever a child has died.After the zombie is
removed, its process ID and entry in the process table can
then be reused. However, if a parent fails to call
wait, the zombie will be left in the process table.
Answer
# Do a ps and identify the zombie processes
# ps -el | grep 'Z'
Occasionally, these processes are in such a state
that the
only way to get rid of them is to reboot to clear
them.

In most cases, you can get rid of a zombie by
normal means,
"kill -15 zombie PPID", "kill -9 zombie PPID".

Is This Answer Correct ?    6 Yes 0 No

Question { Oracle, 13776 }

what is jumbi process?


Answer

Hello Praveen,
Hello Prashanth,
Please dont ask questions from faq's
Ask questions from your experience, so that you can avoid
show off's.
===========================================================

I had a solid interview with CSC hyderabad,
Thanks a lot to the solaris team.
CSC is the great

Is This Answer Correct ?    4 Yes 0 No


Question { 4903 }

what is split brain? if it happens, what are the solutions
need to be applicable?


Answer

It is a situation in which both links are down in a cluster
set up.
Split brain can be resolved by joepardy or io fencing
method.

In joepardy one of the link will be down and it will cause
the mebership in jeopardy but will maintain the
commmunication in single like. But you acn act before a
failover:-)

Is This Answer Correct ?    3 Yes 1 No

Question { 4903 }

what is split brain? if it happens, what are the solutions
need to be applicable?


Answer

Sorry to tell i atteneded some interviews, now big (chots)
are just copying and pasting same questions in the
interview.

All are addict of this site now.

Techics , please be innovative to get new question from
your experience....

Is This Answer Correct ?    1 Yes 1 No