Create NFS share

1 -  NFS server config

Edit /etc/exports


/backupnfs  10.10.10.130(rw)

#oracle linux
/backupnfs  10.10.10.132(rw,all_squash,anonuid=1001,anongid=1001)


Run 

service nfs-server reload

2 - NFS client
 

Edit /etc/fsatb

 mkdir /backupnfs

#NFS share
10.10.0.158:/backupnfs /backupnfs nfs hard,bg,proto=tcp,suid,rsize=32768,wsize=32768,noac 0 0

Run
systemctl daemon-reload

Configure Putty.exe to save serial console output to a file

  Impact of procedure :  Performing the following procedure should not have a negative impact on your system. Open putty by double click...

Mais vistos