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
-
Secure Sockets Layer (SSL) SSL is a technology that defines the essential functions of mutual authentication, data encryption, and data inte...
-
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...
-
This blog describes the process of re-creating an existing Applications Release 12 database instance using the export and import utilities....
-
Hi, everybody should come across, while during a clone, you might have experienced very poor performance while running txkWfClone.sh profil...
-
In This blog I discuss some points of post clone activities of Oracle Applications. We need to update certain fields of certain tables after...
-
We will be unable to login using none of the seeded users nor custom users. Applications will not allow any user to be logged in. For a VISI...
-
In Oracle Application 11i and R12, we have an FND functionality for changing the passwords for either application user, or product schema pa...
-
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 ...
-
Error while starting CommonDomain_webtier in fusion applications This error may happen if there are some residual processes running on acc...
No comments:
Post a Comment