Network File System (NFS)
I. Introduction to NFS
1. NFS is short for Network File System. Its biggest function is to allow different machines and operating systems to share files with each other over the network) -- you can mount the directory of the remote host through NFS. Accessing the directory is like accessing th
1. Configure the firewallProperly configure the firewall filtering rules, otherwise it will cause NFS file system mount failure, NIS account authentication failure, MPIRun remote task instance delivery failure. In general, the compute cluster is used on the internal LAN, so you can shut down the firewall of all node servers without having to worry too much about security issues.The relevant commands are as
Related packages:
portmap-4.0-65.2.2.1nfs-utils-1.0.9-40.e15.i386.rpm
Related daemons:
RPC.NFSD//Management client can log in to server RPC.MOUNTD//user authentication Portmap//port mapping work
To start NFS:
Service Portmap startservice NFS Start
configuration file/etc/exports:
Example 1:
/tmp1 192.168.0.4/24 (RO)
Concise configuration of Linux Server for NFSI. Introduction TO Services for NFS
NFS is the abbreviation for the network file system, which is the web filesystem. A contract for the decentralized file system, developed by Sun, was announced in 1984. The function is to enable different machines, different operating systems to share individual data with each other, so that the application can access
NFS for CentOS
NFS is an old protocol, and it has been constantly updated and improved in Linux. Previously, it only supports UDP, TCP, and V4. But it is still insecure. The biggest problem is that identity authentication is not required. We recommend that you use it on the intranet only.The NFS server is the service p
No authentication method
After a correct client request is sent to the server, the HTTP server returns the 200 status code and directly returns the content.
Message example:
Request:
Get. http: // 10.127.194.3: 8061/voiceobjects .....
Return Value:
HTTP/1.1.200. OK .date:. Fri,. 28. oct.20 .....
Ii. Basic Authentication Method
The Basic Authentication and digest
If you want to define authentication, my personal preference is that authentication is an action to determine whether the real identity of the authenticated party matches the identity of the authenticated party or her Claim (Claim. The authenticated party must provide the relevant proof of identity to identify whether the identity is consistent with the claimed identity. In computer languages, the Identity
RO or RW, will be able to access, using FTP, RO and RW are the same, for host access, read and write by the group access configuration decision, meaning that when using FTP, RO and RW permissions are configured with group access.About Primary Group (PG), because the user of Openfiler can join multiple groups, therefore must have the PG attribute, and then through the host access authentication, the role of the PG attribute will be reflected, the actu
What is NFS (network filesystem)
Before we start the NFS Setup, let's take a look at what NFS is. It's no use talking about a bunch of them, right. ^_^. The so-called NFS is the abbreviation of network filesystem, which was first developed by the Sun company. His biggest feature is the ability to share individual f
use semi-structured data. Such data can fully describe the meaning of its own data without being parsed by the other party, such as XML, JSON, RESTful transmission is based on http. For user authentication, we used NIS (Network Information System, 2049/tcp, 2049/udp) earlier. This Protocol transfers user authentication to a remote server instead of a local server. However, this
Introduction of Services for NFS
NFS is the abbreviation for Network file system, which is the network filesystem. An agreement for the decentralized file system, developed by Sun, was released in 1984. The function is to allow different machines, different operating systems to share individual data with each other through the network, so that the application can access the data on the server disk through
This article transferred from: http://www.cnblogs.com/lanxiaoke/p/6357501.htmlSummary Certification Simple introductionAbstract authentication is the improvement of the basic authentication, that is, the use of abstract instead of account password, so as to prevent the disclosure of account password in plaintext transmissionPrior to the summary certification is not very familiar with, but also thanks to the
Openmpi + NFS + NIS build distributed computing cluster, openmpinis
1.Configure Firewall
Correctly configure the firewall filtering rules. Otherwise, the NFS file system fails to be mounted, the NIS account authentication fails, and the mpirun remote task instance fails to be deployed. Generally, the computing cluster is used in the internal LAN, so you can dire
representation.RPC encodes its data using the external data representation (XDR) protocol, specified ented in RFC 1832, which standardizes the format of integers, floating point numbers, and strings, permitting different types of computers to enhance information seamlessly.
Authentication.RPC provides support for authenticating the calling program on one machine to the target subroutine on the other. authentication can operate in several different m
Rhel7_nfsNFSfunctionNFS is a network file system shared directory, shared between Linux, Mount others NFS does not require authentication (UID authentication), NFS port to register, and the combination of Rpcbind (111).A:NFS (2048)---->rpcbind (111)B---->a:rpcbind (111)---->NFS
.
File System sharing is performed during main tasks of the NFS service. File System sharing is related to permissions. Therefore, when an NFS server is started, at least two daemons are required. One management CLient can log on to the host, and the other management can obtain permissions.1. nfsd (rpc, nfsd)This daemon mainly manages whether the Client can log on to the host. It also includes the ID of the
Installation and configuration of the Linux NFS serverI. Introduction to the NFS service NFS is short for the Network File System, that is, the Network File System. An agreement for the use of distributed file systems, developed by Sun, was published on April 9, 1984. The function is to allow different machines and operating systems to share individual data with
No portmap has been replaced in the new version of CentOS RpcbindAfter NFS is installed, after you start Rpcbind, NFS Two services, you can useI. Introduction TO Services for NFSNFS is the abbreviation for the network file system, which is the web filesystem. A contract for the decentralized file system, developed by Sun, was announced in 1984. The function is to enable different machines, different operati
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.