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.11.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
):
-
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 on 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 on how to remove an SAP User.
Removing the transport requests
If it is required to remove objects imported by the transport request, please see Remove Avantra namespace objects from SAP systems below 7.30 and Remove Avantra namespace objects from SAP systems 7.30 and above
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 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
.