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 layer handles the transport of messages between communication partners, controls the flow of data, and defines the transport quality.
To configure "Local mail in Local Mode", how many sendmail.cf files are requried ?
which server we can update first in DNS?
Explain 802.1Q header?.
what is ppl
suposse u r working in compny n they provide u an email id to get information , only u know ur id password , can ur boss hack or open ur email? without knowing password ?
Rules and procedures used for network communication called as
Describe how SNMP works?
Which freeware tool uses ICMP to send packets with small TTL to determine route ?
Howmany layers TCP/IP has ? a. 2 b. 3 c. 4 d. 5
The DNS server configuration file is:
In improved Distance Vector Protcols, there is a rule that no router will send a routing update via the interface it learnt of the route in the first place. This is called _____________ ?