Categories
Uncategorized

NFS-Ganesha

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
Categories
Uncategorized

Reboot Windows remotely

shutdown -r -m \\remotepc -t 00
Categories
Uncategorized

VIM Split Window

#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