Solaris 10 x86 SunUpdateManager errors: Can't open default CCR

I have a V20z running Solaris 10 (6/06 I believe) which has been registered successfully

with the Sun Update Connection and it has, until recently, been getting and applying

patches successfully.

After the last set of patches was applied (involving a reboot), the machine has taken to

generating an error message which confuses me .

The machine is continually saying:

CNS Transport[3135]: Can't open default CCR. Be sure you are running as root.

CNS Transport[3135]: Could not send message from queue: /var/tmp/cc-transport/CCTQueueStore/store/queues/REGISTRATION/registration

Could someone please tell me what on earth could have gone wrong for this to start

happening?

David Wiseman/David Martin

UWO Computer Science

[792 byte] By [UWOComputerSciencea] at [2007-11-26 21:07:38]
# 1

The transport is used for the optional web feature of the SunUC software. The errors you are getting could suggest a number of problems from a failure to connect to a malformed entry in the queuestore.

In the first instance i'd verify that the transport can connect -

# /usr/lib/cc-cfw/platform/transport/bin/cctrunner -p

Then review the error logs (if they exist) -

* /var/log/swupas/swupas.log

* /var/log/swupas/swupas.error.log

And if they show no problem i'd clear the existing queuestore to ensure there are no problems -

# /etc/init.d/cctransport stop

# rm -rf /var/tmp/cc-transport/*

# /etc/init.d/cctransport start

And then re-test the cctransport process can connect ok -

# /usr/lib/cc-cfw/platform/transport/bin/cctrunner -p

ForumModeratora at 2007-7-10 2:42:33 > top of Java-index,Administration Tools,Sun Update Connection-System...
# 2
The init script for cc-transport now appears to be (Solaris 10 11/06):/etc/init.d/cc-transportCheersCM
chrismilesa at 2007-7-10 2:42:34 > top of Java-index,Administration Tools,Sun Update Connection-System...