Download Quest One Quick Connect Virtual Directory Server
Transcript
10.2. OPERATION (START / STOP) 10.2 Operation (start / stop) Only one instance of RAS should be running per server. Although it would be possible to start more than one instance listening on different ports for the same server, this option is NOT supported. The management (start / stop / restart) of the RAS instance on a server can be done at the command line or by using a small GUI. The following sections will detail how this is accomplished. 10.2.1 Using the command line *NIX All managing operations of the RAS instance are accessed using the "init-admrem.sh" script located in /opt/quest/qcvds/std/ directory that has the following syntax: ./init-admrem.sh <command> Windows All managing operations of the RAS instance can be accessed using the command-line BAT file called "initadmrem.bat". This file is located in the directory where QC VDS was installed (which is: C:\Program Files\Quest Software\QCVDS\RX.X.X\admrem\admconf by default) and has the following syntax: init-admrem.bat <command> Commands The different available commands are: start Starts the RAS after checking that no other instance of RAS is already running. stop Stops the RAS instance. restart Stops and then starts RAS, typically used when you have changed the configuration of RAS. condrestart Stops and then starts RAS after checking that the instance is already running. check Will display whether an instance of RAS is running or not. The return code of the invocation can also be used to determine whether or not the instance is running. User Reference Manual 115