ORA-27040: file create error, unable to create file on NFS
mount -o rw,bg,hard,rsize=32768,wsize=32768,vers=3,nointr,timeo=600,actimeo=0 <ip>:/data1 /backup
Chown –R oracle:dba /backup
Chmod –R 775 /backup
Using the above option, backup of tablespace worked but when backup of full database did not go through. So, opted for below option