<< back to sysax.com Product page

3.2. Basic Usage

For local access, the /admin option is used with a specific administration command and corresponding parameters. The values for parameters can be optionally enclosed in double quotes. For example, the following command line can be used to disable a sysax user account.

Exhibit 3.1. Example of local command line administration


sysaxservdmgr.exe /admin cmd=disableuser user="myaccount"

For remote access, the /remadmin option is used with a specific administration command and corresponding parameters. The values for parameters can be optionally enclosed in double quotes. The remote IP address and the administration username and password are required for remote access. The IP address is specified as part of the remadmin command while the username and password are specified using the adminlogin parameter, separated by a colon character. For example, the following command line can be used to enable a sysax user account:

Exhibit 3.2. Example of remote command line administration


sysaxservdmgr.exe /remadmin=192.168.2.1 adminlogin=adminuser:adminpass cmd=enableuser user="myaccount""