Visitors to VTC.com will be able to view all introductory videos for each training course.
Free Trial Members will gain access to first three chapters for each training course.
Full Access Members have full access to VTC.com�s entire library of video tutorials.
Network file servers are relatively easy to configure. The required rpms are normally installed by default in standard Red Hat Enterprise Linux 5 configurations. The service itself is somewhat complex. It requires the help of three different daemons: rpc dot mountd, nfsd, and rpc dot rquotad. The last one is needed if you implement quotas, say, to control user use of home directories on mounted NFS file systems. NFS is configured in etc slash exports. The directives of this file look relatively simple, but the options are rich. As an example, take a look at my version of this file. The first directive shares the share directory in read-only mode. The asterisk indicates that it's shared with all systems. The no underscore root underscore squash directive, means the root user is allowed to access this share. The sync directive means that files are immediately written to the actual server, which is meaningless in this case because of the read-only setting. The second directive shares the tmp directory, and limits that share to systems on the network address shown here. The share is done in read-write mode, and sync is important there, just in case there is a cut in the network connection. Be careful with the file. A space between the IP address and the conditions in parentheses, such as a space here, would mean that all systems would have read-write access to the tmp directory, and that's not always good. Once changes to this file are complete, the systems can be exported with the exportfs dash a command, or if these shares have been previously exported, you can re-export them with the exportfs dash r command. To verify the result, run the showmount dash e command. You can use this command also to check the shares on a different network server. Once you've appropriately configured a Firewall, and that's a bit more of a complex subject, you can access NFS shares through that Firewall. Of course, configuration of the service means you've also configured SELinux to work properly with any options you've selected, and as with other services, this also assumes you've configured NFS to start the next time you boot Linux. Once you finish the configuration, test it. Log into another system, say with a secure shell, and then you can make sure remote users can access the NFS server as you've configured it.
| Course: | Red Hat Certified Engineer |
| Author: | Michael Jang |
| SKU: | 33845 |
| ISBN: | 1-934743-47-X |
| Release Date: | 2008-01-18 |
| Duration: | 6.5 hrs / 94 lessons |
| Captions: | No |
| Compatibility: |
Vista/XP/2000, OS X, Linux QuickTime 7, Flash 8 |