AnandhaKannan_D
8 years agoLevel 4
How to check pending SLP replication images and to stop it
Hi,
We have implemented AIR in our environment. I dono not have access to the source master server(PR) but for target master server(DR) i have. I would like to check pending replication images which is about to replicate from source to target master server... replication images from source are targeted to my data domain(DR). Also let us know is it possible to stop the replication from target master server.
You can use the below commands to find incomplete,inactive and in-progress replications status.
On 7.6.0.4 we execute the below commands on source server.
nbstlutil stlilist -image_incomplete
nbstlutil stlilist -image_inactive -U
nbstlutil report;date
I am not sure about the commands to stop them.