Problem to send a ZFS snapshot to a NFS share - "internal
edited Jul 19, 2011 3:52AM in Oracle Solaris File Systems and Disk Management (MOSC) 5 commentsAnswered
We want to backup the complete root pool to a nfs share by the following command:
#zfs send -Rv rpool@backup > /net/remote-server/nfs-share/rpool.backup
(The procedure is explained in the ZFS system admin manual.)
Every time we will get an error message after writing some MB (9 max.):
sending from @ to rpool@backup
sending from @ to rpool/dump@backupinternal error: Stale NFS file handleAbort - core dumpedIf we try to copy larger files >500MB we will get no error message and the file will be copied without any problem. We have tried also to mount the nfs share but this makes no difference.0