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 |
User Datagram Protocol (UDP) is __ and __ a. connectionless, stateless b. connection-orineted, stateless c. connection-oriented, stateful d. connectionless, stateful
what is patch panel? what is the use
True/False: DNS gives you the ability to restrict queries from machines in a particular zone.
List 3 session layer standards
What would you use to make a 100mb network ? budget is low.
You have class B network with a 12 bit subnet. How many subnets and how many hosts per subnet are available ? a. 14, 14 b. 14, 4094 c. 4096, 14 d. 4094, 16 e. 4094, 14
What does the file /etc/rpc contain ?
Which two packages contain sendmail ?
Explain the importance of implementing a fault tolerance system? Are there limitations?
True or False: Each OSI layer thinks it is communicating directly with the same layer in another computer. Even though the data is going through several layers.
What is flow control ? a. To keep the transmitting device from transmitting no faster than the receiving device can receive. b. To find the best route to a destination c. To determine which machine transmits packets on the wire on a given instance. d. To be able to send a beacon message when congestion occurs.
A modem modulates digital signals into analog and __ analog signals back into digital signals.