Wiki source code of Uninstalling iSymphony

Last modified by colinw on 2021/09/09 20:55

Show last authors
1 {{layout}}
2 {{layout-section ac:type="two_right_sidebar"}}
3 {{layout-cell}}
4 == (% style="color: rgb(0,0,0);" %)Uninstallation(%%) ==
5
6 The uninstall procedure will differ depending on the type of installation you have.
7
8 === RPM ===
9
10 Run the following commands to stop and uninstall the iSymphony Server:
11 {{/layout-cell}}
12
13 {{layout-cell}}
14 {{panel title="On this page:"}}
15
16
17 {{toc/}}
18 {{/panel}}
19 {{/layout-cell}}
20 {{/layout-section}}
21
22 {{layout-section ac:type="single"}}
23 {{layout-cell}}
24 1. (((
25 Determine the RPM installation ID:
26
27 {{code language="bash"}}
28 rpm -qa | grep iSymphonyServerV3
29 {{/code}}
30 )))
31 1. (((
32 Use the RPM installation ID found in step 1 with the following command to uninstall the server:
33
34 {{code language="bash"}}
35 rpm -e <RPM installation ID>
36 {{/code}}
37 )))
38
39 === Tarball ===
40
41 Run the following commands to stop and uninstall the iSymphony Server:
42
43 {{code language="bash"}}
44 /opt/isymphony3/server/shutdown.sh
45 rm -rf /opt/isymphony3/
46 {{/code}}
47
48 {{warning}}
49 Be very careful with the **rm -rf** command. If the path is not specified correctly you **can permanently delete files from your system** that you did not intend to remove, which can cause** irreversible damage** to your system.
50 {{/warning}}
51 {{/layout-cell}}
52 {{/layout-section}}
53 {{/layout}}
iSymphony