Snoop is an executable binary that puts your system’s interface(s) in promiscuous mode. By being in promiscuous mode, snoop captures all packets on you network, in either real time or capture file format. What makes snoop so powerful is the detail of information it provides and the flexibility of the tool.
Tethereal is a network protocol [...]
Archive for the ‘Solaris’ Category
What is Snoop / Tethereal ?
Posted in Solaris on April 4, 2008 | Leave a Comment »
Add Disk di Volume Manager
Posted in Solaris on October 10, 2007 | Leave a Comment »
Melihat daftar DEVICE yang ada di seluruh DiskGroup
fabric_2 belum di-assign ke DG manapun
root@hnawri # vxdisk -o alldgs list
DEVICE TYPE DISK GROUP STATUS
HDS99600_0 sliced bkup09 [...]
Kill all user process
Posted in Solaris on April 30, 2007 | Leave a Comment »
Sometimes you want to kill all user process, you can’t do “kill -9 PID” for all process that users have.
You can use this trick
Example :
You (as root), want to kill all process which is had by user “oracle”.
Maybe you want to use this script before you shutdown immediate your Oracle DB
# ps -ef | grep [...]