User Guide
NTI E-MNG-LC Environment Monitoring System Management Software
12
Manage From the Command Line
To control the E-MNG-LC Server from the command line, enter the following command from the directory the server files have
been unzipped to:
C:\E-MNG-LC>java -jar EmicroManagerSrvr.jar root nti –config
Nb of allowed Enviromux units: 10
Expires on: Sat Dec 29 16:57:10 EST 2012
Type 'help' to view available commands
Type <help> to view the available commands.
>help
showid - Displays the machine ID for licensing
license <license_string> - Install license
del_license - Remove current license
passwd - Change root password
listunits - Lists the Enviromux units in the project
addunit <IPAddress> - Add an Enviromux unit with IP address
delunit <IPAddress> - Delete an Enviromux unit with IP address
listusers - Lists the available users
adduser - Add a user account
deluser - Delete a user account
run - Exit config mode and start the server
exit - Exit
If you have not yet applied for a permanent license, you will need to get the Machine ID for the License Request Form (page 6).
Enter the command <showid> to see the machine ID.
>showid
00-0C-29-8D-43-09
Write down the number presented for entry into the License Request Form.
Once you receive the license, enter the command <license> and the license string provided by NTI.
>license <license_string>
If, at some point, the E-MNG-LC Server is moved to a different CPU, the license will need to be updated to work with the new
CPU. To first delete the license from the initial server, enter the command
<del_license>.
Once the server is configured using the other commands to view, add, or remove ENVIROMUX Units to be managed and view,
add, or remove users to have client access, either enter <run> to start the server, or <exit> to exit the configuration program.
To start the server without entering the configuration program, enter the following command (substitute current password for “nti”
as applicable):
C:\E-MNG-LC>
java -jar EmicroManagerSrvr.jar root nti –nogui
Nb of allowed Enviromux units: 10
Expires on: Sat Dec 29 16:57:10 EST 2012
Server started
To stop the server, terminate the program using a command appropriate for your operating system (<Ctrl+c> for DOS, <kill>
for Linux, etc).