Bug 137066 - satellite-sync does not sync rhnServerServerGroupArch
Summary: satellite-sync does not sync rhnServerServerGroupArch
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Satellite 5
Classification: Red Hat
Component: Server
Version: 370
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Mihai Ibanescu
QA Contact: Max Spevack
URL:
Whiteboard:
Depends On:
Blocks: 123188 137892 137893
TreeView+ depends on / blocked
 
Reported: 2004-10-25 17:10 UTC by Peter Jones
Modified: 2007-07-31 15:18 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-03-22 18:20:45 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.