Installing the Data Fabric Client on SLES
This section describes how to install the Data Fabric Client on SLES.
- Remove any previous Data Fabric software. You
can use
rpm -qa | grep mapr
to get a list of installed Data Fabric packages:
Then type the package names separated by spaces after therpm -qa | grep mapr
zypper rm
command. For example:zypper rm mapr-fileserver mapr-core
- Run the following command to install the Data Fabric client:
zypper install mapr-edf-clients
- Open the Data Fabric UI to complete the configuration, as described in Installing Client Libraries.