R12.2 Apps DBA. Powered by Blogger.

FS_CLONE failed at slave server (SR 3-11628661661)

No comments :
We are getting the below error in ADOPValidations_detailed.log
-----------------------------
ERROR: The following required ports are in use:
-----------------------------
6801 : WLS OAEA Application Port
Corrective Action: Free the listed ports and retry the adop operation.
Completed execution : ADOPValidations.java
When released the port and reran the fs_clone, still it is error out with above validation error.
Ports are established with connection after release the port.
[appluat@apdba.blogspot]$ lsof -i tcp:6801
[appluat@apdba.blogspot]$ netstat -na |grep 6801
[appluat@apdba.blogspot]$
[appluat@apdba.blogspot]$
[appluat@apdba.blogspot]$
[appluat@apdba.blogspot]$ lsof -i tcp:6801
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
java 18619 appluat 773u IPv6 195806295 0t0 TCP apdba.blogspot.com:40243->apdba.blogspot.com:acnet (ESTABLISHED)
java 19276 appluat 464u IPv6 195806296 0t0 TCP apdba.blogspot.com:acnet->apdba.blogspot.com:40243 (ESTABLISHED)
java 19276 appluat 483u IPv6 195802994 0t0 TCP apdba.blogspot.com:acnet (LISTEN)
[appluat@apdba.blogspot]$ netstat -na |grep 6801
tcp 0 0 ::ffff:10.2.217.31:6801 :::* LISTEN
tcp 0 0 ::ffff:10.2.217.31:40243 ::ffff:10.2.217.31:6801 ESTABLISHED
tcp 0 0 ::ffff:10.2.217.31:6801 ::ffff:10.2.217.31:40243 ESTABLISHED
[appluat@apdba.blogspot]$
Solution:
We did not have any issue after doing a complete bounce of services.
FS_CLONE completed successfully.
 Or kill -9 port_process_id (By root user)
adop phase=fs_clone force=y

No comments :

Post a Comment

Note: only a member of this blog may post a comment.