Este contenido no está disponible en el idioma seleccionado.
2.6. Starting the Storage Node
The JBoss ON storage node process is started by running the rhqctl script in the serverRoot
/bin/
directory for the JBoss ON server.
The simplest way to start the storage node is simply to run the script with the
start
command. This starts the node process and then exits from the script.
The
rhqctl
script looks for specific environment variables during its execution, especially related to the JVM for the storage node. A complete list of Java settings is given in the /opt/jon/jon-server-3.3.0.GA/rhq-storage/conf/cassandra-jvm.properties
file.
Note
The
RHQ_JAVA_HOME
environment variable must be set on Red Hat Enterprise Linux systems for the server to start. This can be set to a general value like /usr/
.
The storage node can also be started in console mode, which prints detailed information about the storage node process to the terminal and leaves the script open as long as the node is running.
./rhqctl console --server
[root@server ~]# ./rhqctl console --server
20:28:44,120 INFO [org.jboss.modules] JBoss Modules version 1.2.2.Final-redhat-1
Starting RHQ Storage in console...
JAVA_OPTS already set in environment; overriding default settings with values: -
....