Splus LICENSE [command] [command args]
LICENSE
command must be specified. Valid commands are as
follows:
lmutil
command.
lmstat
command to get license usage information.
starts the license server on the current system. It is recommended (but not required) that the license server be started by a system administrator or at system boot time.
Several of the
LICENSE
commands require write permissions in the S-PLUS
directory tree or administrative permissions for other reasons.
A process running with either user ID of 0 (root) or a group ID of 0
(wheel or root, generally) is considered to have "system
administrator" privileges.
Several of the
LICENSE
commands are interfaces to the underlying
\*E commands. Refer to the appropriate man pages for more details on available
options, but keep in mind that they should be accessed via the
Splus
LICENSE
command.
# Get host ID information. Splus LICENSE hostinfo # Install new license key. Splus LICENSE install # Login to the host that needs to run license server rlogin `Splus LICENSE server host` # Start license server. Splus LICENSE server start # Send me mail two weeks before license expiration. Splus LICENSE alert -f -m -x 14 S-PLUS & # Loop "forever", send me mail when "S-PLUS" has # available licenses. Splus LICENSE alert -f -m S-PLUS # Start license usage (every 60 secs) monitoring in X11. xterm -title 'S-PLUS Usage' -e Splus LICENSE usage -b 60 & # Who is using licenses? Splus LICENSE users # Stop license server. su root -c 'Splus LICENSE server stop'