Changes

Jump to: navigation, search

OPS335: File Servers

6 bytes added, 08:47, 22 February 2016
no edit summary
'''Perform the following tasks:'''
#Make certain that all of your MVs VMs are running.
#Switch to your '''VM2''' machine.
#Although nsf is already on your VM when you installed it, we will install additional utilities for nsf. Issue the following command:<br>'''yum install nfs-utils'''
#The '''/etc/exports''' file allows you to restrict the access to servers to access files for security purposes. Edit '''/etc/exports''' file, and replace all contents of the file with the following:<br>'''/home 192.168.x.4(rw,root_squash,insecure)'''
#Start enable your nfs service (now known as '''nfs-server.service''').
#Build the server's list of exports: <br>'''exportfs -r'''
#Run and record the output of the following commands:<br>'''exportfs'''<br>'''showmount -e'''
13,420
edits

Navigation menu