Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Connecting to a remote Gshell

This remote/rsh can be used to execute gshell commands on a remote Gshell server.

No Format

remote/rsh tcp://<REMOTEIP>:<PORT> <GShellCommand>

Where REMOTEIP is the IP address on which the remote Gshell server is running, PORT is the listening port on the remote Gshell server and GShellCommand is the command which can be executed in any Gshell environment.

Note

This function is not working very well by now.

Starting a remote Gshell

This command is used to start a remote gshell session for listening on a port to accept requests from foreign address.

No Format

remote/rsh-server tcp://<LOCALIP>:<PORT>

where LOCALIP is the IP address of the Gshell server, PORT is the listening port that you can specify any unoccupied port number.

Monitoring cluster heartbeat

...