Difference between revisions of "OS4X Core binaries"

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

Revision as of 21:43, 1 April 2007

os4xlic

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

input parameters

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

examples

localhost:~/tmp username$ ./os4xlic 
OS4X license tool v2.0

your OS4X ID is:
8b6c03222dc17af20d4c022d6cf92d502cb8d51b230467582b8d111a39e7b0bcv2

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

os4x_licinfo

Display the information encoded in an OS4X license file.

input parameters

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

examples

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