Technical Note: [Accelops KB] Installation: Aborting Network Setup Installation
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
