Thursday, February 24, 2011

Update TSM sever admin password

Update the administrator to have the password password .

Command
update admin admin password

Saturday, February 5, 2011

AWK code fragment to kill process with unknown PID

AWK code fragment to kill process with unknown PID

# ps -ef | grep process | grep -v grep | awk '{system("kill -9 " $2)}'

Useful UNIX links

http://jeeva.us/

http://santosh-aix.blogspot.com/

http://wiki-ux.info/wiki/Main_Page

http://hpux.ch/index.php/Main_Page

http://hpuxch.blogspot.com/

http://www.hpuxtips.es/

http://www.hpux.ws/

http://shanit.blogspot.com/