Update Manager Inconsistencies

I've just upgraded my support plan to include a second host. Have been using 'smpatch' w/o incident for more than a year. on the older host.

I've used updatemanager to register my second system. It says I successfully registered, but when I restart it, it says I'm not registered. The online Update Connection tools tells me I;m registered, but the older system no longer shows up.

On the new system, 'smpatch' tells me I'm not registered; on the older system, things still work ok.

So, what next?

[530 byte] By [timevansa] at [2007-11-27 1:00:48]
# 1
If the host is registered for patches, this command will produce output:# /usr/lib/cc-ccr/bin/ccr -g cns.assetidIf not, see http://sunsolve.sun.com/search/document.do?assetkey=1-9-82688-1--Modski
ForumModeratora at 2007-7-11 23:35:32 > top of Java-index,Administration Tools,Sun Update Connection-System...
# 2

> # /usr/lib/cc-ccr/bin/ccr -g

> cns.assetid

On the new system:

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

1311733789

# smpatch analyze

Error: Unable to download document : "xml/motd.xml"

Cannot connect to retrieve motd.xml: This system is currently unregistered and is unable to retrieve patches from the Sun Update Connection. Please register your system using the Update Manager, /usr/bin/updatemanager.

On the old system:

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

969870753

# smpatch analyze

119252-17 SunOS 5.10: System Administration Applications Patch

120473-05 SunOS 5.10: libc nss ldap PAM zfs patch

125114-01 SunOS 5.10: cpustat patch

125112-01 SunOS 5.10: iostat patch

...other patches listed...

timevansa at 2007-7-11 23:35:32 > top of Java-index,Administration Tools,Sun Update Connection-System...
# 3

The new system looks to have got itself into a semi registered state some how so i'd suggest clearing out the current registration on it and attempting to re-register it -

# cacaoadm stop

# cacaoadm status

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

# rm /var/scn/persistence/SCN*

ForumModeratora at 2007-7-11 23:35:32 > top of Java-index,Administration Tools,Sun Update Connection-System...
# 4
> # cacaoadm stop> # cacaoadm status > # /usr/lib/cc-ccr/bin/eraseCCRRepository> # rm /var/scn/persistence/SCN*Thanks. This seems to have done it.
timevansa at 2007-7-11 23:35:32 > top of Java-index,Administration Tools,Sun Update Connection-System...