Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8918685
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T05:49:00+00:00 2026-06-15T05:49:00+00:00

How to know an incoming sync packet is inteded for a particular vob? multitool

  • 0

How to know an incoming sync packet is inteded for a particular vob?

multitool lspacket -l doesn’t tell for which vob this is intended.

I have several incoming packets intended for my replica but when I import them using this command i am getting the below error:

C:\Program Files\IBM\RationalSDLC\ClearCase\var\shipping\ms_ship\incoming>multitool syncreplica -import sync_usal_unix_2012-11-29T23.00.17-05.00_2296

multitool: Error: Sync. packet C:\Program Files\IBM\RationalSDLC\ClearCase\var\shipping\ms_ship\incoming\sync_usal_unix_2012-11-29T23.00.17-05.00_2296 is not applicable.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T05:49:02+00:00Added an answer on June 15, 2026 at 5:49 am

    Actually, multitool lspacket is the right command to check initially:

    The OP vchitta initially thought:

    The lspacket gave the below out put which shows that the intended replica name is correct but it doesn’t reveal the VOB details.

    multitool lspacket sync_usal_unix_2012-12-01T23.01.06-05.00_19957 
    Packet is: C:\Program Files\IBM\RationalSDLC\ClearCase\var\shipping\ms_ship\incoming\sync_usal_unix_20‌​12-12-01T23.01.06-05.00_19957 
    Packet type: Update Packet fragment: 1 of 1 
    VOB family identifier is: 360ab8c4.661e11d3.a49e.00:01:80:a9:b5:ec 
    

    To which I argued:

    Did you search ‘360ab8c4.661e11d3.a49e.00:01:80:a9:b5:ec‘ in the vob registry?
    (or simply cleartool lsvob -l)
    Is there any other Vob which would have the same uid?
    See VOB objects and VOB replica objects.
    Yes or no, this is your answer right there.

    THE IBM documentation clearly mentions:

    Each replica is a VOB, but the VOB object and VOB-replica object are different objects in the VOB database.
    Specifically:

    • VOB object: The database has a single VOB object.
      This object’s UUID is listed as the VOB family uuid in a lsvob –long listing.
    • VOB-replica object (or replica object): The database has a VOB-replica object for each of the VOB’s replicas.
      This object’s UUID is listed as the Vob replica uuid in a lsvob –long listing.

    The OP adds:

    No.
    No vob is having family identifier with the above UUID.
    Now I am able to find which vob a packet is intended for with the help of family UUID.
    I found this particular packet is for Platfom vob which I didn’t replicated yet.


    Original answer

    See first “Packet is not applicable to any local replicas“

    To verify that the host-name property of a VOB replica is wrong, enter the following command:

    cleartool describe –fmt "%[replica_host]p\n"
    replica:importing-replica-name@VOB-tag
    

    For example:

    cleartool describe –fmt "%[replica_host]p\n" replica:newyork@/vobs/tests
    manhattan
    

    If the host name is incorrect, use the chreplica command to change it. At the master replica of the importing replica, enter a chreplica command:

    multitool chreplica –c "comment" –host new-host
     replica:importing-replica-name@VOB-tag
    

    For example:

    multitool chreplica –c "change host name" –host brooklyn
    replica:newyork@/vobs/tests
    Updated replica information for "newyork".
    

    Send an update packet to the other replicas in the family.


    You can have multiple causes, as describes in this technote

    Cause

    • The import command may have been run from a host other than the VOB server.
    • The hostname associated with the replica may have changed and MultiSite has not been updated.
    • The VOB server may have multiple host names and or multiple network cards and MultiSite is not properly configured to work with them.

    Resolving the problem

    For cause 1:

    Make sure the syncreplica -import command is being run on the VOB server host.
    The syncreplica -import command must be run on the VOB server host as it is a server operation.

    For cause 2:

    Check the hostnames associated with the replica and compare the outputs using the two commands below.
    The VOB and the replica should show identical “host” output. If they do not, this is likely to be the problem.
    Use the multitool chreplica -host command to resolve the problem.
    Review the MultiSite Administrator’s Guide on the topic of chreplica (multitool man chreplica) for more details.

        cleartool lsvob -long <vob tag>
        multitool lsreplica -long <replica-name>
    

    For cause 3:

    If the import is in fact being run on the correct server host, check to see how many hostnames that machine has.
    Maybe the server has more then one network card, or several aliases.
    If there is more than one name, make sure that the alternate_hostnames file exists.

    It should contain each and every hostname the machine has, one per line.

    Note: The alternate_hostnames file is supported on UNIX® and Linux® only.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have incoming bits like, 0, 1, 11, 10 etc. Which I store in
I have a case where I have an incoming stream of complex messages which
I have incoming requests (from Facebook for Credits handling) on a specific action which
I know that you can't edit incoming cookies. I have a cookie that I
I just came to know that it's possible to record call voice (both incoming
Know this might be rather basic, but I been trying to figure out how
I know there have been many questions on grid and pack in the past
I know that this sort of question has been asked here before, but still
i know this is a stupid question but i d'ont know how to do
I suspect I have corrupt mergeinfo but I'm not sure. Does anyone know how

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.