Troubleshooting guide
generate-configuration - Script used internally to populate a Node’s working directory with templated configuration files.
generate-system-report.sh - Script used to produce an archive containing useful debugging information.
init-management-db.sh - Script for reinitializing the Rhino postgres database.
manage.sh - Script for invoking the command line management client (client/bin/rhino-console). Deprecated.
read-config-variables - Script used internally for performing templating operations.
rhino-common - Contains script functions common to multiple scripts.
run-compiler.sh - Script used by Rhino to compile dynamically generated code.
run-jar.sh - Script used by Rhino to run the external ’jar’ application.
start-rhino.sh - Script used to start Rhino.
stop-rhino.sh - Script used to stop Rhino.
examples/ - Example services.
j2ee/ - J2EE Connector example.
jcc/ - Example JCC service.
sip/ - Example SIP services.
lib/ - Libraries used by Rhino.
Rhino.jar
javax-slee-standard-types.jar
jcc-1.1.jar
jmxr-adaptor.jar
jmxtools.jar
linux/
libocio3.so
log4j.jar
notification-recorder.jar
postgresql.jar
solaris/
libocio3.so
solaris_i386/
libocio3.so
licenses/ - Third party software licenses.
JAIN_SIP.LICENSE
JCC_API.LICENSE
JLINE.LICENSE
POSTGRESQL.LICENSE
SERVICES.LICENSE
node-XXX/ - Instantiated Rhino node.
work/ - Rhino working directory.
log/ - Default destination for Rhino logging.
config.log - Log containing useful configuration information, written on startup.
rhino.log - Log containing all Rhino logs.
audit.log - Log containing licensing auditing.
encrypted.audit.log - Encrypted version of audit.log
ra-signers.keystore - JKS keystore for signed resource adaptors.
rhino-common - Contains script functions common to multiple scripts.
rhino-private.keystore - JKS keystore used for secure connections from management clients.
rhino-public.keystore - JKS keystore used for secure connections from management clients.
rhino.license - Default Rhino license. Used when other licenses are unavailable.
web-console.keystore - JKS keystore used to sign the web console application.
4.8 Runtime Files
4.8.1 Node Directory
Creating a new Rhino node (by running the
create-node.sh
script) involves making a directory for that node. This directory
contains several files that that nodes uses to store state, including configuration, logs and temporary files.
Open Cloud Rhino 1.4.3 Administration Manual v1.1 23