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

What does 802.3 have instead of "type" filed (as in 802.2) ? a. a "frame-type" filed b. a "IP" field c. a "length" field d. a "TTL" field

1 Answers  


The process of units of data being broken into smaller units is called

1 Answers  


ICMP redirects are sent from _ to __ ? a. DTE, DCE b. DCE, CTE c. host, router d. router, host

1 Answers  


You want to connect 2 buildings together that are 1000 meters apart and communicate at 100 Mbps and provide some security on the cable. What do you choose? a. Fiber optic

1 Answers  


You have a class C subnet. You would like divide it up into 12 more subnets by "subnetting". However you also have to have at least 13 hosts per subnet. Can you do it ?

1 Answers  






you have internet connection but u rnot able to open ur webpages, ur system is pinging properly to dns server . so pls tell me where is problem ?

13 Answers  


Which is the main sendmail configuaryion file ?

1 Answers  


What do you use to monitor TCP/IP stats since the last reboot?

1 Answers  


Which has error correction? (choose all that apply) Connection Oriented Connectionless oriented

1 Answers  


What is the importance of authentication?

0 Answers  


True/False: DNS gives you the ability to prevent unauthorized transfers.

1 Answers  


Which protocol is used typically within an AS ?

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)