Software AG Products 10.5 | Administering CentraSite | Configuring CentraSite | Starting and Stopping the Application Server Tier and Registry Repository
 
Starting and Stopping the Application Server Tier and Registry Repository
The Application Server Tier is hosted in the Software AG Runtime that starts automatically when you start the machine on which it is installed. On Windows, you can start and stop Software AG Runtime using the Windows Services window. On UNIX, you can start and stop Software AG Runtime using these scripts:
<Software AG_directory>/profiles/CTP/bin/sagctp<NNN>.sh start
<Software AG_directory>/profiles/CTP/bin/sagctp<NNN>.sh stop
Where, <NNN> is the release number.
Example:
<Software AG_directory>/profiles/CTP/bin/sagctp100.sh start
The Registry Repository starts automatically when you boot your machine. On Windows, you can start or stop the Registry Repository using the Windows Services window. For other operating systems, and as an alternative method on Windows, you can start and stop the CentraSite Registry Repository from the command line.
Important:
Before using the inoadmin tool on Windows or UNIX systems, it is important that you run the command line script centrasite_setenv. This ensures that environment variables and lookup paths are set correctly for the subsequent commands.
You execute this command tool in the CentraSite Command Line Interface: centrasite_setenv.cmd (Windows) or centrasite_setenv.sh (UNIX). The tool is located in the directory <CentraSiteInstall_Directory>/bin.
Starting the CentraSite Registry Repository
To start the CentraSite Registry Repository, run the inoadmin command start.
The syntax is of the format: inoadmin start <server>
Example:
inoadmin start CentraSite
Stopping the CentraSite Registry Repository
To stop the CentraSite Registry Repository, run the inoadmin command stop.
The syntax is of the format: inoadmin stop <server>
Example:
inoadmin stop CentraSite
Run one of the following commands to stop the CentraSite Registry Repository:
Command
Description
stop CentraSite
-OR-
stop CentraSite normal
This option terminates the CentraSite Registry Repository session normally and waits for any active process to finish. The waiting time in seconds can be set with the server property Maximum Transaction Duration).
stop CentraSite rollback
This option terminates the CentraSite Registry Repository immediately. User transactions that have not finished processing are rolled back.
stop CentraSite abort
This option causes an emergency shutdown of the CentraSite Registry Repository. All processing is stopped immediately. Crash dump files are written. This method causes an automatic repair (autorepair) the next time the CentraSite Registry Repository is started, and should only be used as a last resort.
You can also use Command Central to start and stop the CentraSite Registry Repository. The CentraSite Registry Repository is listed as a process in the instances list of your selected Command Central environment, and you can use standard operations in the Command Central interface to start and stop the process.