You display information about the database instance including statistics, the operational state, tasks, and so on. For this purpose, the DBM command show obtains and outputs information from the program XCONS.
See also:
Utilities, Displaying Information on the Database Instance
You have the DBInfoRead server authorization.
show <command>
<command> |
XCONS command to be executed You can use all the XCONS commands that begin with show (see: show_list). |
OK
[CONTINUE]
<info_record>
<info_record>
Values for the Reply Fields
Value |
Description |
Continue |
More results data is available You can display this using the DBM command for scrolling through the information on the database instance (see show_next) |
<info_record> |
Information |
Logging on to the Database Manager CLI as operator OLEG with the password MONDAY, connecting to the database instance DEMODB, displaying the information of statistics on the access to the volumes of the database instance:
>dbmcli –u OLEG,MONDAY –d DEMODB show io
OK
SERVERDB: DEMODB
Volume Devs. Read(s) Write(s) Total
Name No. Count Count Count
knltrace 0 0 1 1
C:\Documents and Set...DEMODB\data\DISKD0001 1 54 59 113
C:\Documents and Set....DEMODB\log\DISKL0001 3 14 14 28
C:\Documents and Set....DEMODB\data\DISKD0003 4 1 9 10
total I/O: 69 83 152