Versions Compared

Key

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

...

The usage is the same as normal EdgeView proxy, with browser points to an URL which has the server's domain name, and direct the proxy service to 'localhost:9001' in this case.

Copy Files Command

The 'cp' command allows user to copy a file from EVE device onto the laptop. This is for the Dom0 side of the files, not application files inside the VM. For application VM files, user can use above TCP command with SSH mapping, and use SCP to get the files. This 'cp' assumes the SCP or SSH is not available on the Dom0 side. The 'cp' copies the remote EVE device file onto the container's '/download' directory. When run the docker run, the volume needs to be mapping locally.

The syntax is simple, only need to specify the path to the filename on the device, e.g.:

edgeview.sh cp//persist/certs/server-signing-cert.pem

file: name server-signing-cert.pem, size 1715
=================================================

file saved at /download/server-signing-cert.pem

Exam the uploaded file:

% cat /tmp/download/server-signing-cert.pem

-----BEGIN CERTIFICATE-----

MIIExTCCAq2gAwIBAgICEOYwDQYJKoZIhvcNAQELBQAwXjELMAkGA1UEBhMCVVMx

EzARBgNVBAgMCkNhbGlmb3JuaWExFDASBgNVBAoMC1plZGVkYSBJbmMuMSQwIgYD

...


Tech-Support Command