This section explains how to delete instances.
Note
Always use WebAdmin to delete instances that were created using it. Because WebAdmin management information cannot be deleted, WebAdmin will determine that the instance is abnormal.
If you have set automatic start and stop of the instance, execute the following commands to disable the script and cancel registration.
chkconfig nameOfShellScriptForAutomaticStartAndStop off chkconfig --del nameOfShellScriptForAutomaticStartAndStop rm /etc/rc.d/init.d/nameOfShellScriptForAutomaticStartAndStop
# chkconfig rc_symfosvoi_inst1 off # chkconfig --del rc_symfosvoi_inst1 # rm /etc/rc.d/init.d/rc_symfosvoi_inst1
systemctl disable nameOfUnitFileThatPerformsAutomaticStartAndStop
rm /usr/lib/systemd/system/nameOfUnitFileThatPerformsAutomaticStartAndStop
# systemctl disable symfosvoi_inst1.service # rm /usr/lib/systemd/system/symfosvoi_inst1.service