Originally posted by: SystemAdmin
Hi Champs
I have started backup of my filesystem using tar.
$ cd /
$ tar -cvf /dev/rmt0.1 .
However, it hanged when it reached /proc and not moving further. I have manually killed the process using kill command, but it still shows in the process list.
-
ps -eaf | grep rmt
root 852184 1183928 0 13:01:28 pts/0 0:00 grep rmt
root 1200220 1 120 Jan 21 - 2477:11 tar -cvf /dev/rmt0.1 .
Tried fuser also:
-
fuser -ck /dev/rmt0.1
fuser: 0506-077 Cannot find or open /dev/rmt0.1.
How do I kill the process without rebooting the system? Thanks for your help.
Abdul
#AIX-Forum