Archive for the ‘ Server ’ Category

[Hadoop] Format Aborted in

namenode 포맷 시 왜 자꾸 포맷이 안되나 싶었는데 단순 대소문자 이유로 안된거였다…

Re-format filesystem in ~~ ? (Y or N)

에서 대문자 Y 를 해줘야 포맷을 실행한다..

Nagios Core Quickstart Guides

http://nagios.sourceforge.net/docs/3_0/quickstart-ubuntu.html

ps command

CPU Top

ps -eo  user,pid,ppid,pcpu,pmem,args –sort -pcpu | head -n 4

 

Mem Top

ps -eo  user,pid,ppid,pcpu,pmem,args –sort -rss | head -n 4