ลง NFS server บน xenserver

ลง NFS server บน xenserver

# yum –enablerepo=base –disablerepo=citrix install nfs-utils nfs-utils-lib

สร้าง /etc/exports เช่น
/data 192.168.1.38(ro,sync,no_root_squash,no_subtree_check)

# exportfs -a
# service portmap start
# service nfs start
# chkconfig portmap on
# chkconfig nfs on

# showmount -e

http://xmodulo.com/how-to-set-up-nfs-server-on-xenserver.html

https://www.digitalocean.com/community/tutorials/how-to-set-up-an-nfs-mount-on-centos-6

#xenserver

https://www.digitalocean.com/community/tutorials/how-to-set-up-an-nfs-mount-on-centos-6

Leave a comment