nfs sa pgpool-a
authorMatko Jun <matko.jun@king-ict.hr>
Sat, 19 Aug 2017 09:01:16 +0000 (11:01 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sat, 19 Aug 2017 09:01:16 +0000 (11:01 +0200)
nfs.txt [new file with mode: 0644]

diff --git a/nfs.txt b/nfs.txt
new file mode 100644 (file)
index 0000000..d58437a
--- /dev/null
+++ b/nfs.txt
@@ -0,0 +1,10 @@
+yum install nfs-utils nfs4-acl-tools
+systemctl enable nfs-server.service
+systemctl start nfs-server.service
+vim /etc/exports
+/shared/pgsql edozvola-db-01(rw,no_root_squash) edozvola-db-02(rw,no_root_squash)
+exportfs -a