Returns the string entered by the user.
admin echo, character_string [, with_log]
The character string entered by the user.
Writes the string entered by the user to the Replication Server log.
The Replication Server returns “hello”, the character string entered by the user.
admin echo, hello
echo ----- hello
The Replication Server returns “Hello world!” and writes “Hello world!” to the Replication Server log.
admin echo, 'Hello world!', with_log
echo ------------ Hello world!
Use admin echo to determine if the local Replication Server is running.
This command does not function as a network echo. If you do not enter an argument, nothing is returned.
Any user may execute this command.