Issue:-
Error In the adop log :-
[UNEXPECTED]Error occurred while executing
---
----
---
[UNEXPECTED]Error while runSyncFS sub-routine is called
Explanation:-
it seems that it is not able to
synchronize the filesystem.
Solution which worked for me
First I checked the ad_adop_sessions
and checked the status. Then I queried
select * from
ad_adop_session_patches order by end_date desc;
It gave status as N which means “Not
Applied In the current node but applied in other nodes”
Action plan :
First we need to abort the failed
session
adop phase=abort
Then Synchronize the filesystem
using
adop phase=fs_clone
Then I proceeded with
adop phase=prepare
Post a Comment