cloned system - only one shows up on updates.sun.com

We had a system cloned. The 2nd instance was properly reconfigured (sys-unconfig).

But now, only one of them show up under updates.sun.com.I tried forcing the registration on each host.

I guess the original hostname is still listed on the cloned one, and therefore not pushing itself as a second box.

Any ideas ?

TIA...

[350 byte] By [su_A_vea] at [2007-11-27 11:45:07]
# 1

Are both systems registered:

# /usr/lib/cc-ccr/bin/ccr -g cns.assetid

If so how did you register them, i.e. command line "sconadm" or "updatemanager" gui?

If you used "sconadm", what options did you use?

ForumModeratora at 2007-7-29 17:59:57 > top of Java-index,Administration Tools,Sun Update Connection-System...
# 2

The assetid shows the same for both.

Original system was registered via updatemanger. I tried to re-register via that as well.Doing this, makes the one that I do last be the one showing up on updates.sun.com

I guess the re-registration does not wipe the existing config, right ? I have to unregister it ? If so how ?

TIA...

su_A_vea at 2007-7-29 17:59:57 > top of Java-index,Administration Tools,Sun Update Connection-System...
# 3

First you will need to remove the registration details from both systems:

# cacaoadm stop

# cacaoadm status

# /usr/lib/cc-ccr/bin/eraseCCRRepository

# rm /var/scn/persistence/SCN*

# cacaoadm start

Then remove the system that is on the portal:

(i)Click on the systems tab.

(ii) Click on the 'edit system settings' button next to terminator.

(iii) Click on the 'delete system' button at the bottom of the page.

Then wait "24 hours" and the register both systems.

ForumModeratora at 2007-7-29 17:59:57 > top of Java-index,Administration Tools,Sun Update Connection-System...