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/

Thursday, December 9, 2010

Make an ISO file of dvd

make sure media isn't mounted while running dd.

#dd if=/dev/rdsk/c0t0d0p0 of=/cdrom.iso

Wednesday, October 27, 2010

useful links

1- http://kmit4u.blogspot.com/

2- http://www.aixhealthcheck.com/

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

Thursday, July 15, 2010

Which fileset contains a particular binary

Which fileset contains a particular binary

1-
$ lslpp -w /usr/bin/vmstat


2-
which_fileset /usr/bin/ksh

the
"bos.content_list" fileset
in order to display lpps

Get ip address in AIX

in order to get machine ip address type
1-
$ host `hostname`


2-
$ ifconfig -a