Upgrading the FUSE POSIX Client on a Linux Server
This section describes how to upgrade the FUSE POSIX client on a Linux server.
About this task
To upgrade the FUSE
POSIX client on a RHEL, SLES, or Ubuntu server, you must upgrade the
mapr-posix-client-basic
or mapr-posix-client-platinum
package.
Procedure
-
Stop the
mapr-posix-client-basic
ormapr-posix-client-platinum
service. For example:service mapr-posix-client-basic stop
-
Remove any currently installed client patches. For example:
- On RHEL / CentOS:
yum remove mapr-patch-posix-client-basic
- On SLES:
zypper remove mapr-patch-posix-client-basic
- On Ubuntu:
apt-get remove mapr-patch-posix-client-basic
- On RHEL / CentOS:
-
Upgrade the
mapr-posix-client-basic
ormapr-posix-client-platinum
package:- On RHEL / CentOS:
yum update mapr-patch-posix-client-basic
- On SLES:
zypper update mapr-patch-posix-client-basic
- On Ubuntu:
apt-get install mapr-patch-posix-client-basic
- On RHEL / CentOS:
-
Update the cluster configuration information in the
/opt/mapr/conf/fuse.conf
file:vi /opt/mapr/conf/fuse.conf
-
Copy any new parameters from
fuse.conf.new
to the/opt/mapr/conf/fuse.conf
file. -
Start the
FUSE
POSIX service:
service mapr-patch-posix-client-basic start
-
Check the status of the
FUSE
POSIX service:
service mapr-patch-posix-client-basic status