The user can use /SHOW-SYSTEM-INFORMATION
to obtain data on the current system run.
You can obtain the following system information on VM2000 operation:
information on the current system configuration (SYSID, home pubset, BS2000 host name, VM identification, system name and origin of the system parameters at system startup)
the VM2000 version
information on the monitor system (BS2000 version and BS2000 host name)
The command supports structured output to S variables.
Format (VM2000-specific operands)
SHOW-SYSTEM-INFORMATION |
INFORMATION = *ALL / . . . / *HSI-ATTRIBUTES / *SYSTEM-CONFIGURATION / *VM2000-VERSION / *VM2000-MONITOR-SYSTEM / . . . ,OUTPUT = *SYSOUT / *SYSLST ,SERVER-UNIT = *STD / *INITIAL / *CURRENT |
Description of the operands (VM2000-specific operands)
INFORMATION =
Specifies which system information is to be output.
INFORMATION = *HSI-ATTRIBUTES
Provides information on the hardware-software interface (HSI) in the form:
HSI-ATT: TYPE = IX / KM / UD ASF = NO / YES OPERATION-MODE = NATIVE / VM2000
Meaning of the output values
| Provides information on the use of VM2000: The operating system is not running as a guest system under VM2000. The operating system is running as a guest system under VM2000. |
INFORMATION = *SYSTEM-CONFIGURATION
Provides information on the configuration of the BS2000 system in the form:
SYSTEM-CONF: SYSID = <sysid> HOME-PUBSET = <cat-id> HOST-NAME = <host-name> VM-INDEX = <vm-index> VM-NAME = <vm-name> SYSTEM-NAME = <sys-name> SYSPAR-BS2-SEL = *STD / *BY-VM-NAME / *BY-SYSTEM-NAME /... LIVE-MIG-COUNT = <n>
Meaning of the output values
| In VM2000 operation, the VM index in the format |
| In VM2000 operation, the VM name in the format |
| Selection of the BS2000 parameter file |
| Selection of the BS2000 parameter file |
INFORMATION = *VM2000-VERSION
Provides information on the VM2000 version in VM2000 operation:
VM2000-VERSION = <vm2000-version>
Meaning of the output values
<vm2000-version>
Version in DOD format e.g. V12.0B
INFORMATION = *VM2000-MONITOR-SYSTEM
Provides information on the monitor system in VM2000 operation:
|
BS2000-VERSION
replaces the former OSD-BC-VERSION
in BS2000 from V21.0A.Meaning of the output values
| Version in DOD format, e.g. BS2000 host name of the monitor system, e.g. |
SERVER-UNIT = *STD
The currently valid settings of the BS2000 session should be used.
SERVER-UNIT = *INITIAL
Output are the data of the Server Unit on which the IPL was executed.
SERVER-UNIT = *CURRENT
Output are the data of the Server Unit on which the BS2000 session is currently running (if necessary after a Live Migration).
SERVER-UNIT=*INITIAL
, i.e. the SU on which the IPL was executed. Because of this, the SU does not change, even after a VM Migration. To output the (VM2000) data of the current SU, SERVER-UNIT=*CURRENT
has to be specified explicitly!Example (in the monitor VM)
/show-system-information information=*all ————————————————————————————— (1)
%CONFIGURATION = 390SU- 710- 40
%CPU-ID-LIST : ADR 0 = 3002900136000000% ADR 1 = 3012900136000000
% ADR 2 = 3022900136000000 %HSI-ATT : TYPE = IX —————————————————————————————— (2)
% ASF = YES
% OPERATION-MODE = VM2000 %MEMORY-SIZE = 512 MB
%MINIMAL-MEMORY-SIZE = 512 MB
%BS2000-ID : NAME = <name> % VERSION = V21.0B0000
% SERVICE-PACK = SP 23.2
% CREATED = <date><time>
%IOCONF-ID : NAME = SU710001
% VERSION = V21.0A01
% CREATED = <date><time> % FORMAT = IORSF01
%IPL-TIME = <date><time>
%SYSTEM-CONF : SYSID = 123 ————————————————————————————— (3)% HOME-PUBSET = SEMA
% HOST-NAME = ABGSE211% VM-INDEX = 1
% VM-NAME = MONITOR % SYSTEM-NAME = *NONE
% SYSPAR-BS2-SEL = *BY-IOCONF-ID-NAME
% LIVE-MIG-COUNT = 0 ——————————————————————————————— (4)
%VM2000-VERSION = V12.0B —————————————————————————— (5)
%VM2000-MONITOR- BS2000-VERSION = V21.0B0000 —————————————————————— (6)
% SYSTEM: HOST-NAME = ABGSE211
%SYSTEM-TIME- ZONE = +01:00
% PARAMETER: SEASON = S
% SEASON-DIFFERENCE = 01:00
% PREV-CHANGE-DATE = <date><time>
% NEXT-CHANGE-DATE = <date><time>
% SYNCHRONIZATION = SERVER-CONN-EXT-REF
% EPOCH = <epoch>
----------------------------------------------------------------------------------------------------------------
(1) | All the information of the command is to be displayed |
(2) | Corresponds to the output for |
(3) | Corresponds to the output for |
(4) | Counter for the VM Migrations (Live Migration) |
(5) | Corresponds to the output for |
(6) | Corresponds to the output for |
----------------------------------------------------------------------------------------------------------------
Output in S variables
The command provides information on the current system that is running. INFORMATION=*ALL
outputs all the variables.
Notation of command | Abbreviated form used in table |
. . . | . . . |
Output information | Name of S variable | T | Contents | Cond. |
. . . | ||||
Operational mode of | var(*LIST).HSI-ATTR.OPERATION-MODE | S | NATIVE | 3 |
VM index (in VM2000 operation) | var(*LIST).SYS-CONF.VM-INDEX | I | <integer 1..99> | 9 |
VM name (in VM2000 operation) | var(*LIST).SYS-CONF.VM-NAME | S | <c-string 1..8> | 9 |
VM2000 version in VM2000 | var(*LIST).VM2000-VERSION | S | <c-string 6> | 10 |
BCAM name of the monitor | var(*LIST).VM-MONITOR.HOST-NAME | S | <c-string 8> | 11 |
BS2000 version of the monitor | var(*LIST).VM-MONITOR.BS2000-VERSION | S | <c-string 10> | 11 |