EQX Server Manual
Page 34 Revision 2.2
telnet
telnet is used to connect to various devices or software, as well as test their functionality. You will be
required to specify the host and port on the command line.
Quartz Routers
Quartz Protocol can be used to verify that the quartz routers are alive and controllable by the server
system.
EQXPRI:~#telnet 127.0.0.1 3737
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is ’^]’.
.#01
.A
.SV1,1
.UV1,1
<CTRL>-]
telnet> quit
Connection closed.
Symphony
An easy way to test that symphony is working, is to connect via telnet into the symphony service and run
commands. Use <CTRL>b and <CTRL>c for STX and ETX characters respectively.
telnet localhost 9750
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is ’^]’.
<CTRL>b011234RT(){ dst="RTR1-1" src="RTR1-10" }<CTRL>c
OK()
script
Script captures all input and output on a console to a file. The default is “typescript” in the directory you
typed the script from. Once you are done type ’exit’ and everything is written to the file.
This would be useful for capturing error messages or states that are hard to describe. The file can then be
copied off the machine and sent to a developer for debugging.
EQXPRI:~#script
Script started, file is typescript
EQXPRI:~#ls /
bin dev initrd lost+found opt root sys var
boot etc initrd.img media proc sbin tmp vmlinuz
cdrom home lib mnt pub srv usr