copyDomain utility using softlink (symbolic link)
In our RPAS environment all local domains are outside of global domain. All domains are using symbolic link
Hard Link Path:
</u/data1/globaldomain>
</u/data1/ldom0>
</u/data1/ldom1>
Symbolic Link
<PATH>/globaldomain -> /u/data1/globaldomain
<PATH>/ldom0 -> /u/data1/ldom0
<PATH>/ldom1 -> /u/data1/ldom1
While executing copyDomain utility (ver 13.2.3.56) with -export option, it is using hard link path while exporting global domain as per log file.
When it tries to copy source local domains it is unable to find it. It is trying to look for local domain in '/u/data1/globaldomain' wheras it should look in PATH/ldom0 or /u/data1/ldom0.