Versions Compared

Key

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

...

Viewing or Searching the ippe.log File

Anchor
_4chn8c194gjr
_4chn8c194gjr
The ippe.log file

There are a few log files in the NE-ONE, but by far the most important is the ippe.log file. This contains information about:

  • the startup of the ippe emulation engine

  • initialisation of the ports

  • commands issued by the GUI

and more.

Anchor
_l3k6eawfb2fc
_l3k6eawfb2fc
Accessing the ippe..log file

The full path to the log file is /ippe/logs/ippe.log and the most flexible way to access it is to ssh (or putty) to the IP address of the NE-ONE (standard ssh port 22).

...

You'll now be at the Linux command prompt

Anchor
_oeglt6thtdqt
_oeglt6thtdqt
Using vim to search the file

use the command:

$ vim /ippe/logs/ippe.log

...

Link<space> [information about ports (links) going up and down

Anchor
_vyapwhcw5v57
_vyapwhcw5v57
Using tail -f to see what new things are being written to the log

use the command:

$ tail -200f /ippe/logs/ippe.log

...