Is "cc-transport" part of the updatemanager software?

I'd much appreciate it if anyone could point me at docs that tell me what "cc-transport" and its various components are and whether they relate to updatemanager at all.Thanks.
[190 byte] By [davidholmes] at [2007-11-26 8:29:12]
# 1
Yes, these are part of Sun Update Connection and are used as the transport for communicating with the portal to check in and retrieve any pending jobs and to send hosts inventory. However there is no documentation on these components.
ForumModerator at 2007-7-6 21:47:34 > top of Java-index,Administration Tools,Sun Update Connection-System...
# 2

No documentation? So how is one supposed to figure out how to fix things if they get broken. For example one of my machines lost power a couple of months back and parts of the file system got trashed. One part was /var/tmp/cc-transport. Since then I get error messages in the log about missing files/directories in that tree. All I can do is "touch" to recreate and see what message I get next time. Despite this everything seems fine on this particular machine but I'm totally frustrated by these errors and no documentation.

Is there some way to tell this software to re-install or re-config itself? Afterall you're not supposed to rely on how long stuff will stay in /var/tmp, so it should be tolerant to things there disappearing - though I guess it might be an all-or-nothing affair - if I delete /var/tmp/cc-transport altogether will that force it to sort itself out?

Thanks.

davidholmes at 2007-7-6 21:47:34 > top of Java-index,Administration Tools,Sun Update Connection-System...
# 3

Run the following commands to resolve the problem -

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

# /usr/lib/cc-cfw/framework/lib/cc-client-adm disable

# /usr/lib/cc-cfw/framework/lib/cc-client-adm enable

This will re-create the correct queuestore structure and prevent the errors from being logged.

ForumModerator at 2007-7-6 21:47:34 > top of Java-index,Administration Tools,Sun Update Connection-System...
# 4
Thank you!I still don't know what the heck all this crragent stuff does but at least it will stop complaining while it does it.
davidholmes at 2007-7-6 21:47:34 > top of Java-index,Administration Tools,Sun Update Connection-System...