Kill all processes of FNDLIBR.
ps -ef |grep FNDLIBR | grep -v grep | awk '{print $2}' | xargs kill -9
Kill all processes of java.
ps -ef |grep java | grep -v grep | awk '{print $2}' | xargs kill -9
Thank you for visiting my blog (adeebk4khan.blogspot.com) and reading about myself. Hope this website is useful to you and Main reason for blogging is an opportunity to study topics further and to share my knowledge. Your feedback is appreciated.
How to Move OCR & Vote from external to Normal or high. 1) Create New diskgroup(CRS) with suitable redundancy for OCR and Voting files....
No comments:
Post a Comment