Feeds:
Posts
Comments

Archive for the ‘Solaris’ Category

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 [...]

Read Full Post »

Add Disk di Volume Manager

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 [...]

Read Full Post »

Kill all user process

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 [...]

Read Full Post »