Difference between revisions of "Seon Core binaries"

From Seon
Jump to: navigation, search
(New page: == seonlic == This tool displays the Seon ID, an installation specific hash value, which identifies this copy of Seon. === input parameters === *-h: help text *-I: display Seon ID only (w...)
 
Line 7: Line 7:
 
*-v: display version information and exit
 
*-v: display version information and exit
  
=== example ===
+
=== examples ===
 
<pre>
 
<pre>
 
localhost:~/tmp username$ ./seonlic  
 
localhost:~/tmp username$ ./seonlic  
Line 19: Line 19:
  
 
<pre>
 
<pre>
localhost:~/c_tmp username$ ./seonlic -I
+
localhost:~/tmp username$ ./seonlic -I
 
8b6c03222dc17af20d4c022d6cf92d502cb8d51b230467582b8d111a39e7b0bcv2
 
8b6c03222dc17af20d4c022d6cf92d502cb8d51b230467582b8d111a39e7b0bcv2
 +
</pre>
 +
 +
== seon_licinfo ==
 +
Display the information encoded in an Seon license file.
 +
 +
=== input parameters ===
 +
*-h: help text
 +
*-C <code>configfile</code>: use given config file (default: <code>/etc/seon.conf</code>)
 +
*-f <code>license file</code>: use the given license file as input
 +
*-d: display end date of validity
 +
*-I: display licensed Seon ID
 +
*-p: display amount of licensed partners
 +
*-v: display version information and exit
 +
 +
=== examples ===
 +
<pre>
 +
localhost:~/tmp username$ ./seon_licinfo -I
 +
8b6c03222dc17af20d4c022d6cf92d502cb8d51b230467582b8d111a39e7b0bcv2
 +
</pre>
 +
 +
<pre>
 +
localhost:~/tmp username$ ./seon_licinfo -f /opt/seon/bin/license.key -d
 +
20080331
 
</pre>
 
</pre>

Revision as of 21:43, 1 April 2007

seonlic

This tool displays the Seon ID, an installation specific hash value, which identifies this copy of Seon.

input parameters

  • -h: help text
  • -I: display Seon ID only (without headers)
  • -v: display version information and exit

examples

localhost:~/tmp username$ ./seonlic 
Seon license tool v2.0

your Seon ID is:
8b6c03222dc17af20d4c022d6cf92d502cb8d51b230467582b8d111a39e7b0bcv2

(all in one line)
localhost:~/tmp username$ ./seonlic -I
8b6c03222dc17af20d4c022d6cf92d502cb8d51b230467582b8d111a39e7b0bcv2

seon_licinfo

Display the information encoded in an Seon license file.

input parameters

  • -h: help text
  • -C configfile: use given config file (default: /etc/seon.conf)
  • -f license file: use the given license file as input
  • -d: display end date of validity
  • -I: display licensed Seon ID
  • -p: display amount of licensed partners
  • -v: display version information and exit

examples

localhost:~/tmp username$ ./seon_licinfo -I
8b6c03222dc17af20d4c022d6cf92d502cb8d51b230467582b8d111a39e7b0bcv2
localhost:~/tmp username$ ./seon_licinfo -f /opt/seon/bin/license.key -d
20080331