pgpool updates
[edozvola] / nfs.txt
1 yum install nfs-utils nfs4-acl-tools
2  
3 systemctl enable nfs-server.service
4 systemctl start nfs-server.service
5  
6 vim /etc/exports
7  
8 /shared/pgsql edozvola-db-01(rw,no_root_squash) edozvola-db-02(rw,no_root_squash)
9  
10 exportfs -a