Have you configured a NFS server?

Answers were Sorted based on User's Feedback



Have you configured a NFS server?..

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

Have you configured a NFS server?..

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

Have you configured a NFS server?..

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

Post New Answer

More Networking Administration Interview Questions

Define nat?

0 Answers  


How many Machines can be connected in working state together in a Workgroup?

4 Answers  


How do you display a routing table on a Cisco? On a host?

9 Answers  


Which protocol translates host names to IP addresses ?

1 Answers  


if one server is down, whenever restart the machine we get ok prompt what is the problem?

0 Answers  






what is patch panel? what is the use

5 Answers   TCS,


Which command shows the routing table of a Solaris Machine ?

1 Answers  


If a switch has been configured with two vlans, how many broadcast domains will be there

0 Answers   HCL,


You try "ping server1" and you get "unknown host server1" . Why ?

1 Answers  


what are the types protocols?

7 Answers   IBM,


Do you know about the job of the network layer under the osi reference model?

0 Answers  


How long is the "Destination Address" field in an Ethernet frame? a. 2 bytes b. 4 bytes c. 6 bytes d. 8 bytes

1 Answers  


Categories
  • Networking Protocols Interview Questions Networking Protocols (671)
  • Networking Administration Interview Questions Networking Administration (1008)
  • Networking Security Interview Questions Networking Security (196)
  • Networking General Interview Questions Networking General (266)
  • Networking AllOther Interview Questions Networking AllOther (430)