

Posts: 60
Registered: Jul 06, 2007 02:02:51 AM URGENT: Chmaster Issue in MultiSite.
Posted: Nov 30, 2010 06:28:30 AM Hello CC Friends,
Greetings to all! I am getting one Multisite Issue. Could anyone please resolve the same and do let me know.
One of our Client asked me to changed the mastership of our replica and send the data packets to reflect the changes. I did the same. But data packets are not going and giving the error.
I changed the Mastership & send the packets by using the below commands:
multitool chmaster -all -long replica@/vob
Changed mastership of all objects
multitool syncreplica -export -fship -maxsize 10m replica@/vob
multitool: Error: Could not determine synchronization mode for replica "xyz"
Generating synchronization packet /usr/atria/shipping/ms_ship/outgoing/a_b_c_30-Nov-10.15:27:01_8918
Shipping order "/usr/atria/shipping/ms_ship/outgoing/sync_abc_xyz_30-Nov-10.15:27:01_8918" generated.
Attempting to forward/deliver generated packets...
-- Forwarded/delivered packet /usr/atria/shipping/ms_ship/outgoing/abc_xyz_30-Nov-10.15:27:01_8918
If you find any solution, please revert back to this Query. Its urgent for me. I am googling in iNET...My Client is keep on pinging me :o(
Thanks,
SuKumar.
Posts: 88
Registered: Sep 14, 2006 05:05:14 AM Re: URGENT: Chmaster Issue in MultiSite.
Posted: Nov 30, 2010 07:00:26 AM

Posts: 426
Registered: Mar 15, 2005 04:40:07 AM Re: URGENT: Chmaster Issue in MultiSite.
Posted: Nov 30, 2010 07:13:49 AM

> It seems to have created and forwarded a packet.
Besides, now that all the local object masterships (including this of the the local replica) have been released, there is not much you can do...
I would recommend not to use this command (the -all flag): you want to retain the mastership of your own replica. Probably when/if the packets get delivered and imported, you could ask it back...
Marc
Posts: 60
Registered: Jul 06, 2007 02:02:51 AM Re: URGENT: Chmaster Issue in MultiSite.
Posted: Dec 01, 2010 02:16:59 AM

I did cleartool lsvob, later unregistered and registered the VOB.
then executed the same commands. Packets reached to my client location.
I will look after rgy_update. I dont know about it.
Thanks,
SuKumar.
Posts: 426
Registered: Mar 15, 2005 04:40:07 AM Re: URGENT: Chmaster Issue in MultiSite.
Posted: Dec 01, 2010 06:12:26 AM

> I did cleartool lsvob, later unregistered and registered the VOB.
> then executed the same commands. Packets reached to my client location.
I am surprised.
This should affect neither the mastership nor the synchronisation.
In fact, a new chmaster -all should have produced no new event (unless somebody created new objects in the meanwhile), following which the syncreplica -export should have produced an empty packet, which it would have thrown away (unless there were other oplogs e.g. coming from other replicas).
You may look at the history of some objects (e.g. your own replica object, which I'd assume you ought to have mastered until you ran the command), as well as this of the replica you synched (either directly or indirectly...), and then the shipping logs on the different hosts if you can reach them.
Your own replica, you get with:
ct des -fmt "%[replica_name]p\n" vob:.Its recent history, looking for the chmaster event, you get with:
ct lshis -fmt "%d %o\n" -since yesterday replica:$(ct des -fmt "%[replica_name]p\n" vob:.)For the other replica, you may want to see the epochs at the different export times, and these are in the comment field... You more or less need to use perl to avoid a verbose output.
Marc

Use the search field to find all types of content in My developerWorks with that tag.
Use the slider bar to see more or fewer tags.
Popular tags shows the top tags for this particular type of content or application that you're viewing.
My tags shows your tags for this particular type of content or application that you're viewing.
Use the search field to find all types of content in My developerWorks with that tag. Use the slider bar to see more or fewer tags. Popular tags shows the top tags for this particular type of content or application that you're viewing. My tags shows your tags for this particular type of content or application that you're viewing.More

No comments:
Post a Comment