The procedure for starting and stopping Host Integrator components varies depending on whether you are running a Windows or UNIX system.
When the Administrative WebStation is in configure mode, you can restart and stop servers using the Restart and Stop buttons above the Administrative WebStation navigation tree. To do this, select the server you want to restart or stop, and then click the appropriate button.
You can start or stop AADS, Administrative WebStation, Host Emulator, Log Manager, Session Server, and Web Server from the Windows Start menu:
The following are installed as Windows services:
Windows Service Host Integrator Component Verastream Host Integrator Admin Webstation Administrative WebStation Verastream Host Integrator Directory Server AADS server Verastream Host Integrator Host Emulator Host Emulator Verastream Host Integrator Session Server Host Integrator Server Verastream Host Integrator Log Manager Log Manager Verastream Host Integrator Web Server Web page server for generated Web applications
The Host Integrator installation program installs scripts for starting and stopping components into the Host Integrator bin directory. The bin directory is located under the directory the Host Integrator install directory, for example usr/local/vhi/bin
. This directory, and its contents, has user-only read, write, and execute privileges. Since you must log on as root to install Host Integrator, only root has access to the bin directory.
Note: If necessary, someone without root access can start or stop components after they have been installed. See technical note 10016 on the support site, "Running Verastream Using a Root or Non-Root UserID."
Use the atstart
command to start or stop one or all Host Integrator Servers.
The following examples start and stop all Host Integrator Servers:
atstart -start all
atstart -stop all
To check status, use
atstart -status
.
Note: You can also start this from a batch file in Windows using NET START or using a command such as the following:
"C:\Program Files\VHI\bin\atstart.exe" -start server
Run the Host Integrator Server as a system daemon to have the server start when the system starts and to restart it on demand or after a system exception.
Host Integrator includes a script for running the server as a system daemon. Instructions for installing and activating this script on Solaris, AIX, and Linux systems are listed below.
To configure Host Integrator Server to run as a system daemon on supported Red Hat and SUSE Linux systems:
usr/local/vhi/examples
./etc/init.d/vhi
. chmod +x /etc/init.d/vhi
ln -s /etc/init.d/vhi /etc/rc.d/rc5.d/S99vhi
Note: On Linux systems, you can specify the order in which start and kill scripts are run at startup, shutdown, or when changing between run levels by appending an "Sxx" or "Kxx” to the beginning the script name, where "S" stands for "start link," "K" stands for "kill" or "stop" link and "xx" specifies the script's number.
At startup or when changing between run levels, the operating system invokes all scripts appended with Sxx in ascending numerical order, and at shutdown it invokes all scripts appended with Kxx in numerical order. In this example, the S99vhi script is invoked at startup after as many as 98 other scripts. Be sure that you run the Host Integrator startup script after all processes it depends on have been started.
To configure Host Integrator components to run as system daemons on Solaris systems:
usr/local/vhi/examples
. /etc/init.d/vhi
. chmod +x /etc/init.d/vhi
-s /etc/init.d/vhi /etc/rc3.d/S99vhi
To configure Host Integrator Server to run as a system daemon on AIX systems:
VHI/examples
directory./etc
directory. chmod +x /etc/rc.vhi
/etc/rc.tcpip
and add the following lines at the end:
# Start up VHI
start /etc/rc.vhi "" "start"
This command starts AADS, the Host Integrator Server and LogManager at the end of the boot sequence. Add additional Host Integrator components to the "rc.vhi" as needed (Administrative WebStation or Host Emulator).
![]() |