Skip to main content
Version: OpCon

Basic OpCon Server Configuration

The basic OpCon Server configuration includes a single machine, a single database, and a StandAlone SMAServMan.

Basic SMA Service Manager Configuration

Basic SMA Service Manager Configuration

Configuration

In the basic configuration for the SAM application server, the StandAlone SMAServMan manages the SAM and all of the supporting services. This configuration scenario employs scripts invoking the SMALogEvent utility for notification. For additional information, refer to SMALogEvent in the Utilities online help.

SMAServMan.ini SettingValue
ModeStandAlone
InitializationScriptInitialization Script
TerminationScriptTermination Event Script
SMA Connection Configuration SettingValue
Server\Instance NameName of the Server
Database NameOpConxps
Database Login IDOpconsam
PasswordOpConxps

Process Flows

Based on the above configuration values, the following process flows indicate SMAServMan's expected behavior.

Good Startup

The next table presents the general steps for the normal initiation of the SAM-SS.

StepDescription
1Primary SMAServMan starts Primary SAM-SS
2Primary SAM-SS connects to Primary Database
3Normal process flow

Critical Application Failure during Processing

The next table presents the general steps the SMAServMan takes after a successful startup of the SAM-SS.

StepDescription
1Normal Process Flow on StandAlone SMAServMan
2Critical application fails on StandAlone Machine one time more than the RestartApplicationLimit
3StandAlone SMAServMan shuts down SAM-SS
4StandAlone SMAServMan executes the TerminationScript. In this example, the script writes an event to the Windows Event Log notifying the administrator that the SAM-SS is shutting down.
5StandAlone SMAServMan shuts itself down.