Error: "System call error: No such file or directory 11062 - can't rename"
说明
The below error occurs when reader is trying to run a snapshot read creating a temporary file (tcache.new) and rename it (tcache.a). This usually happens in veritas environment after failover causes the reader to be unable to rename the tcache.
"System call error: No such file or directory 11062 - can't rename /splex/2100/state/o.queue-tcache.new to /splex/2100/state/o.queue-tcache.a [sp_ordr/7623]"
解决办法
WORKAROUND:
In many cases just re-starting reader actually resolves the issue:
sp_ctrl>stop read sp_ctrl>start read
OR
Shutdown shareplex and move all the tcache files from the vardir/state directory:
sp_ctrl>shutdown cd to vardir/state driectory move tcache.a and tcache.b files start shareplex and start read