ADBS
ADBS
The Adabas Database Service is required to automatically start and stop databases at system start and
shutdown.
The Adabas Shared Memory Service is required to create shared memory, since this requires
additional privileges (not used on Windows operating systems before Windows Vista).
Notes:
1. You must have administrator rights on the machine in question in order to install, start and stop the
Adabas services.
2. If you want to administrate the Adabas services from the command line, start the Adabas Command
Prompt (Start -> All Programs -> Software AG Adabas 6.1.x -> Adabas Command Prompt). The
standard Adabas Command Prompt can only be used to administrate the Adabas services after you
have set the Adabas system environment (Start-> All Programs -> Software AG Adabas 6.1.x -> Set
Adabas System Environment).
In order to prevent this happening, you must start the database with the Adabas Database Service. The
Adabas Database Service is also able to start databases automatically when Windows is booted. You can
administrate the Adabas Database Service either via the DBA Workbench or via a command line
interface.
Note:
Adabas Version 3.3 contains a different Adabas Database Service that can be installed in parallel to the
Version 6.1 Adabas Database Service. Please use the Version 3.3 Adabas Database Service to process
Version 3.3 databases and the Version 6.1 Adabas Database Service to process Version 6.1 databases.
Note:
If you have switched on Start As Service, the database can only be started when the Adabas Database
Service is running.
1
Adabas Services on Windows Administration of the Adabas Database Service from the Command Line
Or:
Choose Services (depending on the operating system, these may be contained in either the Control
Panel in the Main program group, or in Administrative Tools in the Control Panel) and then choose
the Adabas Database Service from the Services list. Choose Start to start the service.
Or:
Choose Services (depending on the operating system, these may be contained in either the Control
Panel in the Main program group, or in Administrative Tools in the Control Panel) and then choose
the Adabas Database Service from the Services list. Choose Stop to stop the service.
Note:
Stopping the Adabas Database Service also automatically stops any Adabas databases that were started by
the service.
1. Choose Services (depending on the operating system, these may be contained in either the Control
Panel in the Main program group, or in Administrative Tools in the Control Panel) and then choose
the Adabas Database Service from the Services list.
2. Select the required startup type (automatic, manual or disabled) from the Startup type drop-down
list box.
If you want a database to be started automatically when the Adabas Database Service starts, enter
ADASRV Set <dbid> AUTOSTART=Vnnn where nnn is the Adabas version, for example for
Version 6.1.1 you must specify AUTOSTART=V611.
If you want to display the value of AUTOSTART for a single/each database, enter ADASRV SHOW
[<dbid>] at the Command Prompt.
2
Adabas Shared Memory Service Adabas Services on Windows
Notes:
If you want to display which databases are currently started by the Adabas Database Service, enter
ADASRV STATUS at the Command Prompt.
If the Adabas Database Service is already running, you can start a single database by entering
ADASRV START <dbid> at the Command Prompt.
If you want to stop a single database that has been started by the Adabas Database Service, enter
ADASRV STOP <dbid> at the Command Prompt.
Note:
You can use the Adabas Database Service to start and stop only those databases for which the value
of AUTOSTART has previously been set.
However, it is possible to stop, start, remove and install the service from the command line, for example
when a fix for the service is provided:
To install the service, enter adashm install [auto] at the command prompt. If you specify
auto, the startup type is automatic, otherwise it is manual.
Currently, the Adabas Shared Memory Service is only used under Windows Vista, but it is also installed
on the other Windows platforms in order to have a unified installation for all Windows platforms.