While fs_clone at 12.2.4,
We receive an error,
Cause: Server Hostname in capital. (example ABCDEFG.hijk.com)
Context hostname in Small letters (eg: abcdefg.hijk.com)
Error:
Executing command: /u01/install/VISION/fs2/FMW_Home/webtier/perl/bin/perl -I /u01/install/VISION/fs2/FMW_Home/webtier/perl/lib/5.10.0 -I /u01/install/VISION/fs2/FMW_Home/webtier/perl/lib/site_perl/5.10.0 -I /u01/install/VISION/fs2/EBSapps/appl/au/12.0.0/perl -I /u01/install/VISION/fs2/FMW_Home/webtier/ohs/mod_perl/lib/site_perl/5.10.0/x86_64-linux-thread-multi /u01/install/VISION/fs1/inst/apps/VIS12243_lo64blwv3/admin/install/txkCloneAcquirePort.pl -option=close -server=lo64blwv3.apploadcloud.com -ports=7411,7611,7811,7211,5566,7011 -log=/u01/install/VISION/fs1/inst/apps/VIS12243_lo64blwv3/admin/log/clone/wlsT2PApply/txkCloneAcquirePort.log
cript Executed in 201 milliseconds, returning status 1
ERROR: Script /u01/install/VISION/fs1/inst/apps/VIS12243_lo64blwv3/admin/install/txkCloneAcquirePort.pl failed, exit code 1
[oracle@LO64BLWV3 wlsConfig_apply]$ cat /u01/install/VISION/fs1/inst/apps/VIS12243_lo64blwv3/admin/log/clone/wlsT2PApply/txkCloneAcquirePort.log
Script Name : txkCloneAcquirePort.pl
Started : Wed Sep 23 08:23:42 EDT 2015
ERROR : Input server name does not match with system host name
Completed : Wed Sep 23 08:23:42 EDT 2015
Fix:
Edit the file
/u01/install/VISION/fs1/inst/apps/VIS12243_lo64blwv3/admin/log/clone/wlsT2PApply/txkCloneAcquirePort.log
#######################################
# validate if servername supplied is
# same as localhost
#######################################
sub validateLocalHost{
my @srvArray1 = split('\.', $gConfig{$server});
my $inputSrvHostName = $srvArray1[0];
my $systemHost = lc(hostname());
my @srvArray2 = split('\.', $systemHost);
my $systemHostName = $srvArray2[0];
if ("$inputSrvHostName" ne "$systemHostName"){
logMessage ("\nERROR : Input server name does not match with system host name\n");
exitFromScript(1);
}
}
This will go off after an autoconfig.
So, make a permenant change in the file.
$AD_TOP/admin/template/txkCloneAcquirePort_pl.tmp
Cheers!!!
Share the content if you found it is useful (You can share using 300 community websites) click "share" at the end of the post.
You are encouraged to leave a comment.
You are encouraged to leave a comment.
Thursday, September 24, 2015
txkCloneAcquirePort.pl ERROR : Input server name does not match with system host name
Subscribe to:
Post Comments (Atom)
Let us be Friends...
Popular Posts
-
1. Installation of the Demantra Base Application or Patches Create a C:/Tmp folder on the machine where the setup.exe will be executed pri...
-
Symptom: A MultiException has 6 exceptions. They are: 1. java.lang.AssertionError: Cannot export non clusterable object with jndiName:weblo...
-
Error while starting CommonDomain_webtier in fusion applications This error may happen if there are some residual processes running on acc...
-
The Following Error was detected while doing Cloning of DB Tier. The actual Fact was: The server was heavily loaded, so the control file cre...
-
To implement the solution, please execute the following steps: 1. Go into the responsibility: System Administrator 2. Submit the concurrent ...
-
This blog speaks about the Login Page Issue on R12.1.1 instance. Suddenly the login page was throwing an error - 404 /OA_HTML/AppsLogin was ...
-
This blog describes the process of re-creating an existing Applications Release 12 database instance using the export and import utilities....
-
MWA configuration in Oracle Applications Consider these points 1. Check if Enabled Telnet on the server If no.. please do the following step...
-
Secure Sockets Layer (SSL) SSL is a technology that defines the essential functions of mutual authentication, data encryption, and data inte...
-
This blog explains the real time installation of RAC on Solaris 10 with Openfiler 2.3 Solaris Servers are configured as follows: ...
No comments:
Post a Comment