Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Information added on 'at' package

...

Panel
bgColor#fff
The command cannot be executed interactively due to secured connection, it will have then to be executed in the background or over an ssh connection to the localhost:
  • Command to execute if you need to update your license:

    Method#1 (the "at" package must be installed and the "atd" service must be started):

    # echo hasp_srm_view -c2v /tmp/mylicense.c2v | at now

    .
    Method#2:

    # ssh localhost hasp_srm_view -c2v /tmp/mylicense.c2v

    When the execution is completed, send the C2V file generated to orders@stromasys.com


  • Command to execute if you want to display the content of the license dongle in a human readable output:

    Method#1:

    # echo "hasp_srm_view >/tmp/mylicense.txt 2>&1" | at now

    Once the job is complete, you can read the content of the output file "/tmp/mylicense.txt"
    (info) Note: to check 'at' jobs list, use the following command: # at -l
    .

    Method#2:

    # ssh localhost hasp_srm_view


...