Entering content frame

Procedure documentation Displaying a List of All Registered Database Instances Locate the document in its SAP Library structure

Use

You display the list of all the database instances registered on the server.

Prerequisites

You do not need to log on to the Database Manager to execute this command.

Nor do you require a server authorization.

Syntax

db_enum [-s]

-s

The service database instances are also listed

Reply

The system displays an OK message. A table listing all the registered database instances is then displayed.

OK<NL>
<database_name><TAB><dependent_path><TAB><database_version><TAB><kernel_version><TAB><operational_state><NL>
<database_name><TAB><dependent_path><TAB><database_version><TAB><kernel_version><TAB><operational_state><NL>
...

Values for the Individual Fields in the Reply

Value

Description

<database_name>

Name of the database instance

<dependent_path>

Directory that contains the server software dependent on the database version

<database_version>

Version of the database software

<kernel_version>

Kernel version

<operational_state>

Operational state of the database instance

Example

Logging on to the Database Manager CLI with the option –R and the installation path for software version 7.5 as operator DBM with password DBM, executing the DBM command for displaying the list of all the database instances registered under the specified version on the server GENUA:

dbmcli -R "C:\Program Files\SDB\7500" –n GENUA db_enum

OK
HOTELDB C:\Program Files\SDB\7500 7.5.0.5  fast  online
HOTELDB C:\Program Files\SDB\7500 7.5.0.5  quick offline
HOTELDB C:\Program Files\SDB\7500 7.5.0.5  slow  offline

 

Leaving content frame