Bug 137066

Summary: satellite-sync does not sync rhnServerServerGroupArch
Product: Red Hat Satellite 5 Reporter: Peter Jones <pjones>
Component: ServerAssignee: Mihai Ibanescu <mihai.ibanescu>
Status: CLOSED CURRENTRELEASE QA Contact: Max Spevack <mspevack>
Severity: medium Docs Contact:
Priority: medium    
Version: 370CC: rhn-bugs
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-03-22 18:20:45 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 123188, 137892, 137893    

Description Peter Jones 2004-10-25 17:10:29 UTC
Description of problem:

satellite-sync does not sync rhnServerServerGroupArch.  This means
(currently) that satellites in the field or which have been upgraded
cannot profile EM64T machines.

It should sync it.

Comment 1 Mihai Ibanescu 2004-11-03 16:37:05 UTC
Done.

Test case:

grab a satellite 3.6 with embedded oracle
sqlplus rhnsat/rhnsat@rhnsat
SQL> select count(*) from rhnServerServerGroupArchCompat;

  COUNT(*)
----------
        66

SQL> delete from rhnServerServerGroupArchCompat;

66 rows deleted.

SQL> commit;

Commit complete.


In another window run:
satellite-sync --step arches

After it completed, in the sqlplus window run:

SQL> select count(*) from rhnServerServerGroupArchCompat;

  COUNT(*)
----------
        64


It is ok for the numbers to be off, the over-the-wire stuff will not
export the Solaris mappings that we have in prod and in initial installs.

Comment 2 Max Spevack 2004-11-09 16:05:04 UTC
like a charm!

Comment 3 Todd Warner 2005-03-22 18:20:45 UTC
Mass move from PROD_READY to CLOSED:CURRENTRELEASE