VMware Cloud Community
bkrajnik
Contributor
Contributor

how to kill sfcbd-watchdog from shell in esxi 6

Hi, how to kill process sfcbd-watchdog? Below commands don't work:


/etc/init.d/sfcbd-watchdog stop

Getting Exclusive access, please wait...

lockfile: Sorry, giving up on "/var/run/sfcbd-init.lock"

ERROR: another instance of sfcbd-watchdog is still running, exiting.

ps -Tcjstv  | grep sfcbd

35734  35734  sfcb-adaptec_st                35734  User,Native    WAIT    UJN     0-31      0.89449   /bin/sfcbd -d -l 3

35740  35734  sfcb-adaptec_st                35734  User,Clone,Native    WAIT    VMKAPI  0-31      1.782469  /bin/sfcbd -d -l 3

90822  90822  grep                           90822  User,Native    WAIT    UPIPER  0-31      0.0       grep sfcbd

pidof /bin/sfcbd

35734

pkill -9 /bin/sfcbd

ps -Tcjstv  | grep sfcbd

35734  35734  sfcb-adaptec_st                35734  User,Native    WAIT    UJN     0-31      0.89449   /bin/sfcbd -d -l 3

35740  35734  sfcb-adaptec_st                35734  User,Clone,Native    WAIT    VMKAPI  0-31      1.782469  /bin/sfcbd -d -l 3

90830  90830  grep                           90830  User,Native    WAIT    UPIPER  0-31      0.0       grep sfcbd

0 Kudos
0 Replies