Uninstalling Avantra
The Avantra components should be removed in the following order:
-
Remove all Avantra Agents from the respective servers as described in Uninstalling Avantra Agent.
-
Remove the Avantra Server components as described in Uninstalling Avantra Server Components.
Uninstalling Avantra Agent
On Microsoft Windows operating systems
Proceed as follows:
-
Open Control Panel\All Control Panel Items\Programs and Features.
-
Select the entry
Avantra Agent 20.5.n
and press the Remove button. -
Follow the instructions on the screen.
-
Close the Programs and Features control panel.
-
Delete the
C:\Program Files\syslink
directory.
On Unix-like operating systems
Proceed as follows (you probably need to perform the steps as user root
):
If you have installed the Avantra Agent on Linux using the RPM:
-
Remove the automatic startup settings:
root$ systemctl stop avantra-agent root$ systemctl disable avantra-agent
if you are using
systemd
, orroot$ service avantra-agent stop root$ chkconfig --del avantra-agent
otherwise.
-
Remove the file
/etc/systemd/system/avantra-agent.service
or the link /etc/rc.d/init.d/avantra-agent. -
Run
yum erase avantra-agent
orzypper remove avantra-agent
. -
Remove the whole directoy
/opt/syslink
. -
Remove the user and group
xandria
.root$ userdel xandria
If you did not use the RPM or on other Unix operating systems:
-
Stop the Avantra Agent by executing the command
/syslink/agent/rc.agent stop
-
Remove the whole directory
/syslink
. -
Remove and link to
rc.agent
that may exist. -
If you prefer, remove the operating system user and group
xandria
, or whatever user you used to run Avantra Agent. Consult your operating system documentation how to remove a user or group. -
Remove the user or group
xandria
as a member from the groupssapsys
,dba
, anddb[sid]adm
, if required.
Removing the Avantra SAP Users
If you have created a dedicated SAP User for Avantra, you may remove this user (e.g. XANDRIA_RFC
or XANDRIA_J2EE
or AVANTRA_RFC
or AVANTRA_J2EE
) using transaction SU01
(ABAP) and the Visual Administrator or the UME
console.
Consult your SAP system documentation how to remove a SAP User.
Removing the transport requests
In case it is required to remove the objects imported by the transport request, please see Remove Avantra Namespace objects from SAP system.
Uninstalling Avantra Server Components
On Microsoft Windows operating systems
In order to remove the Avantra Server components, proceed as follows:
-
Open Control Panel\All Control Panel Items\Programs and Features.
-
Follow the instructions on the screen.
-
Select the entry
Avantra Server
and press the Change button. -
Follow the instructions on the screen.
-
Close the Programs and Features control panel.
-
Delete the
C:\Program Files\syslink
directory.
If you have installed the Microsoft SQL Server 2016 Express Edition, you probably want to remove this software as well:
-
Open Control Panel\All Control Panel Items\Programs and Features.
-
Select the entry
Microsoft SQL Server 2016
and press the Remove button. -
Follow the instructions on the screen.
-
Refresh the Programs and Features control panel, i.e. press F5.
-
Select the entry
Microsoft SQL Server Native Client
and press the Remove button. -
Close the Programs and Features control panel.
-
If preferred, and if no other Microsoft SQL Server components are installed, you may delete the
C:\Program Files\Microsoft SQL Server
directory.
You probably want to remove the Java 8, 9, or 10 Runtime Environment installed during the Avantra Server installation as well:
-
Open Control Panel\All Control Panel Items\Programs and Features.
-
Select the entry
Java 8 Update <x>
and press the Remove button. -
Follow the instructions on the screen.
-
Close the Programs and Features control panel.
On Unix-like operating systems
Proceed as follows:
-
Stop all daemons:
root$ /syslink/xangui/rc.xangui stop root$ /syslink/master/rc.master stop root$ /syslink/xandriadb/rc.xandriadb stop
-
Remove all entries of
xandria
from thecron
facility. -
Remove directory
/syslink
:root$ rm -rf /syslink
-
Refer to your system documentation ow to delete Java.
-
Remove user
xandria
, remove groupxandria
, remove directory/home/xandria
.