redhat:storage-server-redhat:nfs-redhat

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
redhat:storage-server-redhat:nfs-redhat [2017/09/15 15:51] michaelredhat:storage-server-redhat:nfs-redhat [2020/01/31 22:15] (current) michael
Line 1: Line 1:
-====== NFS Server - Redhat 7 ======+====== NFS Server - Red Hat / 8 ======
 A Network File System (NFS) allows remote hosts to mount file systems over a network and interact with those file systems as though they are mounted locally. This enables system administrators to consolidate resources onto centralized servers on the network. A Network File System (NFS) allows remote hosts to mount file systems over a network and interact with those file systems as though they are mounted locally. This enables system administrators to consolidate resources onto centralized servers on the network.
  
Line 28: Line 28:
 # firewall-cmd --reload </code> # firewall-cmd --reload </code>
   - ''Zum Schluss wird der **Services gestartet und enabled**:'' <code>   - ''Zum Schluss wird der **Services gestartet und enabled**:'' <code>
-# systemctl start rpcbind nfs-server nfslock +# systemctl enable rpcbind nfs-server --now
-# systemctl enable rpcbind nfs-server nfslock+
 </code> </code>
 </WRAP> </WRAP>
Line 43: Line 42:
 </code> </code>
   - ''Benötigte **Services starten und enablen**:'' <code>   - ''Benötigte **Services starten und enablen**:'' <code>
-# systemctl start rpcbind nfslock +# systemctl enable rpcbind --now</code>
-# systemctl enable rpcbind nfslock </code>+
   - ''<wrap em>Mounten des Shares:</wrap> **server-backups** auf das Verzeichnis: **/mnt/server-backup**'' <code>   - ''<wrap em>Mounten des Shares:</wrap> **server-backups** auf das Verzeichnis: **/mnt/server-backup**'' <code>
 # mount -t nfs -o rw,hard 192.168.1.21:/volume1/server-backups /mnt/server-backup # mount -t nfs -o rw,hard 192.168.1.21:/volume1/server-backups /mnt/server-backup
  • redhat/storage-server-redhat/nfs-redhat.1505483500.txt.gz
  • Last modified: 2017/09/15 15:51
  • by michael