Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Gyrex/Administrator Guide/Console"

(New page: Console)
 
Line 1: Line 1:
Console
+
== OSGi Console ==
 +
Gyrex integrates the Equinox Console which is based on the Apache GoGo Shell. Countless console commands are provided in order to simplify administration of a Gyrex cloud. The Equinox Console is extensible and Gyrex also includes ARGS4J which allows developing additional commands using annotations.
 +
 
 +
=== Terminal ===
 +
In order to activate the OSGi Console one simply needs to pass the "<code>-console</code>" command line argument when starting Gyrex using the <code>gyrex</code> executable. This is the default in all Gyrex server packages.
 +
 
 +
=== SSH ===
 +
The OSGi Console is also available via SSH. This is the recommended way of connecting to production systems. However, please [https://bugs.eclipse.org/bugs/show_bug.cgi?id=378969 be careful with the close/exit commands]. The SSH console listens on port '''3122'''.

Revision as of 10:17, 9 May 2012

OSGi Console

Gyrex integrates the Equinox Console which is based on the Apache GoGo Shell. Countless console commands are provided in order to simplify administration of a Gyrex cloud. The Equinox Console is extensible and Gyrex also includes ARGS4J which allows developing additional commands using annotations.

Terminal

In order to activate the OSGi Console one simply needs to pass the "-console" command line argument when starting Gyrex using the gyrex executable. This is the default in all Gyrex server packages.

SSH

The OSGi Console is also available via SSH. This is the recommended way of connecting to production systems. However, please be careful with the close/exit commands. The SSH console listens on port 3122.

Back to the top