

When entered with no options, acuconnect displays a list of options.
Usage:
acuconnect
acuconnect -access
acuconnect -info [-p portnum]
acuconnect -install [-p portnum] *
acuconnect -kill [-p portnum] [-f]
acuconnect -remove [-p portnum] *
acuconnect -start [-p portnum] [-c config_file] [-d] [-l] [-e error_file] [-f] [-t#]
acuconnect -version
(run-time option)
* indicates an option that is available only on Windows NT (Intel) servers.
| -access | Starts the server access file manager utility. The access file manager is used to create and maintain the database of authorized AcuConnect clients and users. To use "-access" you must be logged onto a UNIX server as root or superuser or onto a Windows NT (Intel) server from the Administrator account or from an account that belongs to the Administrators group. For a description of this tool, see "Using the Access File Manager ". | ||||||||||||||||||||||||||||||||
| -info | This option tells you whether or not acuconnect is running on the specified port.
Optional arguments to "-info" include:
| ||||||||||||||||||||||||||||||||
| -install | This option is for Windows NT (Intel) servers only. It installs AcuConnect as a Windows NT service.
Optional arguments to "-install" include:
| ||||||||||||||||||||||||||||||||
| -kill | Causes the acuconnect process to be halted (killed). If no portnum is specified, the acuconnect process is halted on the default port (6996); otherwise the process is halted on the named port.
To use "-kill" you must be logged onto a UNIX server as root or superuser or onto a Windows NT (Intel) server from the Administrator account or from an account that belongs to the Administrators group. acuconnect attempts to close all open files before shutting down. Unless the "-f" option is specified, acuconnect prompts for confirmation before the halt action is executed. Shutting down acuconnect on: condor
The acuconnect process can also be terminated from the command line. For example, on UNIX you could use the command "kill -9" (signal #9). However, a signal #9 prevents acuconnect from performing an orderly shutdown and should never be used when clients are
actively using AcuConnect.
Under Windows NT (Intel), you can use the command "sc stop AcuConnect", or you
can use the AcuConnect icon titled "Stop AcuConnect Service".
Optional arguments to "-remove" include:
To use "-start" on a UNIX server, you must be logged in as root or superuser. On a Windows NT (Intel) server, you must use "-start" from the Administrator account or from an account that belongs to the Administrators group.
acuconnect is started in the background unless the "-f" option is specified. If acuconnect is already running, AcuConnect will output the message:
acuconnect is already running on hostname
A new acuconnect process will not be started. If you want to start AcuConnect with new options, you must stop and restart acuconnect.
Optional arguments to "-start" include:
If "-e" is not specified, acuconnect will attempt to direct error output to /dev/console. If /dev/console cannot be opened, acuconnect will attempt to append to a file named acuconnect.err in the current directory. If that file doesn't exist, or the file append
fails, acuconnect will print the message "acuconnect: can't open error output file" to standard output, and acuconnect will terminate.
If combined with the "-t" option, the "-f" option causes acuconnect to display tracing and transaction messages directly to the screen. However, if the "-e" switch is used, all messages are placed in the named log file.
|