R12 Cloning - full path symbolic links
I just wondered what other people do to resolve full path symbolic links after copying the source system to the target
In the example below I have cloned my ebstest system on /u05 to ebsgent on /u15
But after extracting the tar file the symbolic link still points back to /u05
Do you manually resolve these or write a script to identify and resolve ?
----
[root@pythia ebsgent]# pwd
/u15/oracle/R1213/ebsgent
[root@pythia ebsgent]# find . -type l -exec ls -l {} \; | grep u05 | head -1
lrwxrwxrwx 1 applgent dba 67 Aug 21 16:23 ./apps/tech_st/10.1.3/bin/lbuilder ->/u05/oracle/R1213/ebstest/apps/tech_st/10.1.3/nls/lbuilder/lbuilder
In the example below I have cloned my ebstest system on /u05 to ebsgent on /u15
But after extracting the tar file the symbolic link still points back to /u05
Do you manually resolve these or write a script to identify and resolve ?
----
[root@pythia ebsgent]# pwd
/u15/oracle/R1213/ebsgent
[root@pythia ebsgent]# find . -type l -exec ls -l {} \; | grep u05 | head -1
lrwxrwxrwx 1 applgent dba 67 Aug 21 16:23 ./apps/tech_st/10.1.3/bin/lbuilder ->/u05/oracle/R1213/ebstest/apps/tech_st/10.1.3/nls/lbuilder/lbuilder
Tagged:
0