Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

SHOW-SYSTEM-INFORMATION (Display system information)

&pagelevel(4)&pagelevel

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

OPERATION-MODE

=NATIVE

=VM2000

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

<vm-index>

In VM2000 operation, the VM index in the format <integer 1..99>;
in native operation 0.

<vm-name>

In VM2000 operation, the VM name in the format <name 1..8>;
in native operation *NONE.

*BY-VM-NAME

Selection of the BS2000 parameter file SYSPAR.BS2.vvv.<vm-name>;
vvv corresponds to the BS2000 version without a period;
<vm-name> corresponds to VM name.

*BY-SYSTEM-NAME

Selection of the BS2000 parameter file SYSPAR.BS2.vvv.<sys-name>;
vvv corresponds to the BS2000 version without a period;
<sys-name> corresponds to system name (SU x86).


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:

VM2000-MONITOR-

BS2000-VERSION 1

= <bs2000-version>

SYSTEM:

HOST-NAME

= <host-name>

The BS2000-VERSION replaces the former OSD-BC-VERSION in BS2000 from V21.0A.
Meaning of the output values

<bs2000-version>

<host-name>

Version in DOD format, e.g. V21.0B0000

BS2000 host name of the monitor system, e.g. D016ZE10


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).

The default value is usually 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 INFORMATION=*HSI-ATTRIBUTES

(3)

Corresponds to the output for INFORMATION=*SYSTEM-CONFIGURATION

(4)

Counter for the VM Migrations (Live Migration)

(5)

Corresponds to the output for INFORMATION=*VM2000-VERSION

(6)

Corresponds to the output for INFORMATION=*VM2000-MONITOR-SYSTEM

----------------------------------------------------------------------------------------------------------------


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

. . .
INFORMATION = *HSI-ATTRIBUTES
INFORMATION = *SYSTEM-CONFIGURATION
INFORMATION = *VM2000-VERSION
INFORMATION = *VM2000-MONITOR-SYSTEM

. . .
3
9
10
11

   

Output information

Name of S variable                                    

T

Contents         

Cond.

. . .





Operational mode of
the operating system

var(*LIST).HSI-ATTR.OPERATION-MODE

S

NATIVE
VM2000

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
operation, otherwise *NONE

var(*LIST).VM2000-VERSION

S

<c-string 6>
*NONE

10

BCAM name of the monitor
system (in VM2000 operation),
otherwise *NONE

var(*LIST).VM-MONITOR.HOST-NAME

S

<c-string 8>
*NONE

11

BS2000 version of the monitor
system (in VM2000 operation),
otherwise *NONE

var(*LIST).VM-MONITOR.BS2000-VERSION

S

<c-string 10>
*NONE

11