Have you configured a NFS server?
Answers were Sorted based on User's Feedback
Answer / venkatesh
There are three ways to configure an NFS server under Red
Hat Enterprise Linux: using the NFS Server Configuration
Tool (redhat-config-nfs), manually editing its
configuration file (/etc/exports), or using
the /usr/sbin/exportfs command.
For instructions on using NFS Server Configuration Tool,
refer to the chapter titled Network File System (NFS) in
the Red Hat Enterprise Linux System Administration Guide.
The remainder of this section discusses manually
editing /etc/exports and using the /usr/sbin/exportfs
command to export NFS file systems.
| Is This Answer Correct ? | 8 Yes | 2 No |
Answer / leena
vim /etc/exports
(make some entry as required)
:wq (close vim)
/etc/init.d/nfs restart
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / jatin shambharkar
Configure NFS to export the root/ and snapshot/ directories
by adding them to /etc/exports. For example:
/diskless/i386/RHEL4-AS/root/ *(ro,sync,no_root_squash)
/diskless/i386/RHEL4-AS/snapshot/ *(rw,sync,no_root_squash)
Replace * with one of the hostname formats discussed in
Section 22.3.2 Hostname Formats. Make the hostname
declaration as specific as possible, so unwanted systems
can not access the NFS mount
If the NFS service is not running, start it: service nfs
start
If the NFS service is already running, reload the
configuration file: service nfs reload
| Is This Answer Correct ? | 0 Yes | 2 No |
Which is the main sendmail configuaryion file ?
Which command causes name daemon to return to level 0 (debug) ?
What is tunnel mode?
what is diffrent between ip4 and ip6.
how to add additional instances sar r3, what are the steps to take server is down.
You mail server belongs to mydomain.com . An email destined for user@host4.mydomain.com . This type of email address is ?
True/False: nfsd and mountd are both RPC-based.
Command to troubleshoot DNS problems Host name resolution problems:
all your interview question in networking and system administration
What is the BOOT P protocol used for, where might you find it in windows network infrastructure?
what is backuprecovery? what is the use?
Full Duplex Connection consists of howmany independent streams of data.