FortiSIEM
FortiSIEM provides Security Information and Event Management (SIEM) and User and Entity Behavior Analytics (UEBA)
Andy_G
Staff
Staff
Article Id 190742

Description

How can I abort the network setup process from the console?

Run this command:
ps --ef | grep set_phvalue

Look for the number next to the process "vami_set_phvalues.py".

root 6090 4369 0 14:00 tty1 00:00:00 /usr/bin/python/opt/vmware/share/vami/vami_set_phvalues.py

Run this command:
kill -9 6090

 

 

 

Contributors