Describe nfs server working procedure
How nfs server works in Linux mention the nfs server working procedure?
Expert
NFS is utilized to share a directory in a network of Linux machines.
Configuration of NFS:
NFS SERVER:
yum install nfs*
vim /etc/exports -> press enter then type
/directory name *(rw,sync)
save -> wq
service portmap restart
service nfs restart
chkconfig portmap on
chkconfig nfs on
Another Linux PC:-
mount -t nfs (ipaddress of nfs server):/muj /opt
cd /opt
ls -> this will display all the content of the directory
Normal 0 false false
Describe the operation of a distributed transaction manager. If you had to implement a transaction manager what would you do to try to make sure it had the widest possible applicability to different vender resource managers such as DBMS?
Operating Systems In this assignment, you will implement a program to handle hotel reservations requested by customers at different locations connected to the \Fall-OS" hotel's database. Suppose each customer is rep
Normal 0
18,76,764
1926576 Asked
3,689
Active Tutors
1434718
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!