Top
Symfoware Server V12.1.0  Installation and Setup Guide for Server
FUJITSU Software

4.7 Deleting Instances

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.

    If using systemd
    chkconfig nameOfShellScriptForAutomaticStartAndStop off
    chkconfig --del nameOfShellScriptForAutomaticStartAndStop
    rm /etc/rc.d/init.d/nameOfShellScriptForAutomaticStartAndStop
    Example
    # chkconfig rc_symfosvoi_inst1 off
    # chkconfig --del rc_symfosvoi_inst1
    # rm /etc/rc.d/init.d/rc_symfosvoi_inst1
    If using systemd
    systemctl disable nameOfUnitFileThatPerformsAutomaticStartAndStop
    rm /usr/lib/systemd/system/nameOfUnitFileThatPerformsAutomaticStartAndStop
    Example
    # systemctl disable symfosvoi_inst1.service
    # rm /usr/lib/systemd/system/symfosvoi_inst1.service