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 |
what is L1 and L2 support
12 Answers Banking, Cognizant, Computronics, CSC, Goldman Sachs, HCL, HP, L&T, Orange, Wipro,
Define hybrid network?
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........
How long is the "Destination Address" field in an Ethernet frame? a. 2 bytes b. 4 bytes c. 6 bytes d. 8 bytes
What device can be installed in your network to resolve a broadcast storm?
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
Which command would shutdown the sendmail daemon ?
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
3 types of mail access supported by IMAP4 are:
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?
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 ' ?