Export postgres database
/usr/pgsql-9.4/bin/pg_dump postgresql://dbuserbane:password@localhost:5432/dbname | gzip > ./filename.psql.gz
#unzip file
gzip -d filename.psql.gz
Export postgres database
/usr/pgsql-9.4/bin/pg_dump postgresql://dbuserbane:password@localhost:5432/dbname | gzip > ./filename.psql.gz
#unzip file
gzip -d filename.psql.gz
This will install nfs-ganesha and install a copy of ceph.conf and ganesha.conf in /etc/ganesha
Ceph.conf is different than /etc/ceph.conf
/etc/ceph/ceph.conf –> basic config to connect to the ceph cluster via the monitor nodes.
/ect/ganesha.con/ –> nfs ganesha configuration to access the Cephfs
yum -y install epel-release
yum -y install centos-release-nfs-ganesha30.noarch
yum -y install centos-release-ceph-nautilus.noarch
yum -y install nfs-ganesha nfs-ganesha-ceph nfs-ganesha-rados-grace ceph-common
shutdown -r -m \\remotepc -t 00
#Split window
ESC :E
# Switch window, do the following twice
ESC Ctrl W
ESC Ctrl W
# Exit second window and return to initial window
Esc :q