Installing the Data Fabric Client on SLES (Non-FIPS)
This section describes how to install the Data Fabric Client on SLES.
-  Remove any previous Data Fabric software. You can use
            
rpm -qa | grep maprto get a list of installed Data Fabric packages:
Then type the package names separated by spaces after therpm -qa | grep maprzypper rmcommand. For example:zypper rm mapr-fileserver mapr-core - Import the package
          keys to enable signature
          verification:
Optionally, you may use commands to verify the signatures before installing the software. For more information, see HPE GPG Public Keys for GPG or RPM Signature Verification.wget --user=<email> --password=<token> -O /tmp/maprgpg.key -q https://package.ezmeral.hpe.com/releases/pub/maprgpg.key && rpm --import /tmp/maprgpg.key wget --user=<email> --password=<token> -O /tmp/hpeezdf.pub -q https://package.ezmeral.hpe.com/releases/pub/hpeezdf.pub && rpm --import /tmp/hpeezdf.pub && gpg --import /tmp/hpeezdf.pub -  Run the following command to install the Data Fabric client: 
            
zypper install mapr-client -  To use this client with a secure cluster or clusters, copy the following files from the
            
/opt/mapr/confdirectory on the cluster to the/opt/mapr/confdirectory on the client:ssl_truststoressl_truststore.p12ssl_truststore.pemmaprtrustcreds.confmaprtrustcreds.jceksssl_keystore-signed.pem
ssl_truststorefiles with the/opt/mapr/server/manageSSLKeys.shtool. You must perform the merging on the cluster. See Managing Secure Clusters for details on how to connect to a secure cluster. -  Run 
configure.shto configure the client. In the following examples, the-Nparameter specifies the cluster name, the-c(lowercase) parameter specifies a client configuration, the-secureparameter is added if the cluster is secure, the-C(uppercase) parameter specifies the CLDB nodes, and the-HSparameter specifies the HistoryServer node. To ensure that the client can connect in the event of a CLDB node failure, all CLDB nodes are specified. For more information about the syntax, parameters, and behavior ofconfigure.sh, see configure.sh.- Secure cluster example
 - 
                  
/opt/mapr/server/configure.sh -N my.cluster.com -c -secure -C mynode01:7222,mynode02:7222,mynode03:7222 -HS mynode02 
NOTEIf the cluster was configured with a cluster admin
user:groupthat is different from the defaultmapr:maprvalue, you must include options to specify the cluster-admin user and group information when you runconfigure.shto configure the client.If the cluster-admin user ID is present on the client node, include these options:-u-g
If the cluster-admin user ID is not present on the client node, include these options:-u-g--create-user | -a-U-G
The following table describes each option:Option Description -uThe user name under which cluster services run. -gThe group name under which cluster services run. --create-user | -aCreates a local user to run cluster services, using the specified user either from the -uparameter, or from the environment variable$MAPR_USER.-UThe user ID to use when creating $MAPR_USERwith the--create-useror-aoption; corresponds to the-uor--uidoption of theuseraddcommand in Linux.-GThe group ID to use when creating $MAPR_USERwith the-create-useror-aoption; corresponds to the-gor-gidoption of theuseraddcommand in Linux. - At the end of the client installation, run the maprlogin password command to create a valid ticket to connect to the cluster.