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 is L1 and L2 support

12 Answers   Banking, Cognizant, Computronics, CSC, Goldman Sachs, HCL, HP, L&T, Orange, Wipro,


Define hybrid network?

1 Answers  


hi this is raj igot job in tcs and also i got visa from u.s in this time i dont know what to do can u sugges me pls........

1 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  


What device can be installed in your network to resolve a broadcast storm?

1 Answers  


You see the following subnet addresses ; what is the subnet mask ? 252.4.0 252.8.0 252.12.0 252.16.0 a. 255.255.255.0 b. 255.255.192.0 c. 255.255.240.0 d. 255.255.252.0

1 Answers  


Which command would shutdown the sendmail daemon ?

1 Answers  


What is a MAC ? a. It is the network layer address of a NIC that can not be modified b. It is the network layer address of a NIC that can be modified c. It is the Data Link Layer address of a NIC that can not be modified d. It is the Data Link Layer address of a NIC that can be modified

1 Answers  


3 types of mail access supported by IMAP4 are:

1 Answers  


Which layer is responsible for determining if sufficient resources for the intended communication exists? * Application * Network * Session * Presentation * Transport

13 Answers   Cisco, Inflow Technologies, Infotech,


what is tcp/ip? what is the use?

3 Answers   IBM,


Suppose a Router contain one First Ethernet port(F0/0) and two serial port(i.e S1/0,S1/1) and we want to assign IP address of Class A to all the ports. Let the IP address for F0/0 is 10.1.1.2 and 10.2.1.4 for S1/0 and 10.4.1.6 for S1/1, is it correct ? after that can we configure the router using the routring Protocol 'IGRP ' ?

4 Answers   HCL,


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)