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.
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.