Red Hat Training

A Red Hat training course is available for Red Hat Satellite

6.6. Synchronizing by Organization

Satellite-sync has a new enhancement as part of the inter satellite sync feature where a user can import content to any specific organization. This can be done locally or by a remote syncing from hosted or another satellite.
The aim is for Satellite sync to be able to import content with respect to org_id. This targets two sets of users. One is the disconnected Multi-Org case, where the main source of content for the user is either to get content from channel dumps or to export them from connected satellites and import it to the Satellite. The user mainly hosts custom channels from disconnected satellites. If they wish to export custom channels from connected satellites, they can do so by organizational sync.
The other case is a connected Multi-Org satellite customer. These new flags could work as a means of moving content between multiple orgs.
Synchronizing by organization has a few rules that it follows to maintain the integrity of the source org.
  • If the source content belongs to a base org (any Red Hat content) it will default to the base org even if a destination org is specified. This ensures that the specified content is always in that privileged base org.
  • If an org is specified at the command line, it will import content from that org.
  • If no org is specified, it will default to the source org.
The following are three example scenarios where organizational IDs (orgid) are used to synchronize between Satellites:
  1. Import content from master to slave satellite.
    satellite-sync --parent-sat=master.satellite.domain.com -c channel-name --orgid=2
    
    
  2. Import content from an exported dump of a specific org
    $ satellite-sync -m /dump -c channel-name --orgid=2
    
    
  3. Import content from RHN Hosted (assuming the system is registered and activated. If the source org is not specified, the base Red Hat channel is chosen).
    $ satellite-sync -c channel-name