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-LIVE-MIGRATION-HISTORY

&pagelevel(3)&pagelevel

Show information on past live migrations

Component:

AIDSYSA

Functional area:

System control and optimization

Domain:

SYSTEM-MANAGEMENT

Privileges:

STD-PROCESSING
OPERATING
TSOS

Routing code:

@

Function

The SHOW-LIVE-MIGRATION-HISTORY command provides information on previous live migrations and on associated live migration variable data.

The information supplied is live migration-atomic, i.e. if command processing takes place in parallel to a live migration, this live migration is either contained in full or not at all in the information supplied.

Format

SHOW-LIVE-MIGRATION-HISTORY

SERVER-UNIT = *ALL / *CURRENT / *PREVIOUS / *INITIAL / *INTERVAL(...) / list-poss(10): <x-text 1..7>


*INTERVAL(...)



|

FROM = *INITIAL / *PREVIOUS / <x-text 1..7>



|

,TO = *CURRENT / *PREVIOUS / *SAME / <x-text 1..7>

,INFORMATION= *SUMMARY / *ALL / list-poss(4): *CONFIGURATION / *CPU-ID-LIST /

*VM2000-IDENTIFICATION / *IOCONF-IDENTIFICATION

Operands

SERVER-UNIT = *ALL / *CURRENT / *PREVIOUS / *INITIAL / *INTERVAL(...) / list-poss(10): <x-text 1..7>
Defines the set of systems which are run through during live migrations and on which the information is to be provided.

SERVER-UNIT = *ALL
Information for all live migrations is requested.
Within the system, only live migrations up to a maximum number are logged in the live migration history. If this number is exceeded, the data of the oldest live migration is lost and is no longer displayed.

SERVER-UNIT = *CURRENT
Information for the current system is requested.

SERVER-UNIT = *PREVIOUS
Information for the previous system is requested.

SERVER-UNIT = *INITIAL
Information for the initial system is requested, the system in which system initialization was performed (IPL host system).

SERVER-UNIT = *INTERVAL(...)
Information for a range of live migrations is requested.

FROM = *INITIAL / *PREVIOUS / <x-text 1..7>
Defines the range limit.

FROM = *INITIAL
Information starting with the initial system is requested.

FROM = *PREVIOUS
Information starting with the previous system is requested.

FROM = <x-text 1..7>
Information starting with the specified count value is requested.
The value 0 (output for LM-COUNT) corresponds to the initial system.

TO = *CURRENT / *PREVIOUS / *SAME / <x-text 1..7>
Defines the upper limit of the range.

TO = *CURRENT
Information up to and including the current system is requested.

TO = *PREVIOUS
Information up to and including the previous system is requested.

TO = *SAME
Information solely on the lower limit of the range is requested.

TO = <x-text 1..7>
Information up to the specified count value is requested.
The value 0 (output for LM-COUNT) corresponds to the initial system.

SERVER-UNIT = <x-text 1..7>
Information for the live migration with this count value is requested.
The value 0 corresponds to the initial system, the system in which system initialization was performed (IPL host system).

INFORMATION = *SUMMARY / *ALL / list-poss(4): *CONFIGURATION / *CPU-ID-LIST /
*VM2000-IDENTIFICATION / 
*IOCONF-IDENTIFICATION
Defines the output volume.

INFORMATION = *SUMMARY
Only summary information is displayed.

INFORMATION = *ALL
All available information is displayed.

INFORMATION =* CONFIGURATION
The system configuration name is displayed.

INFORMATION =*CPU-ID-LIST
A list of all CPUs is displayed.

INFORMATION = *VM2000-IDENTIFICATION
If available, VM2000 information is displayed.

INFORMATION = *IOCONF-IDENTIFICATION
If available, IORSF information is displayed.

Return codes

(SC2)

SC1

Maincode

Meaning


0

CMD0001

Command executed successfully


1

IDA0300

Syntax error


32

CMD0221

system error


64

IDA0301

Semantic error

Output formats

Display of the summary

/show-live-mig-hist serv-unit=*all,inf=*summ

LM-COUNT     DATE       TIME     CONFIGURATION    VM
00000000  yyyy-mm-dd  hh:mm:ss  cccccccccccccccc  dd
00000001  yyyy-mm-dd  hh:mm:ss  cccccccccccccccc  dd
00000002  yyyy-mm-dd  hh:mm:ss  cccccccccccccccc  dd
:

One line is displayed in the summary for each logged live migration. 

Display of all available information

/show-live-mig-hist serv-unit=*all,inf=*all

LM-COUNT     DATE       TIME
00000000  yyyy-mm-dd  hh:mm:ss
--------------------- CONFIGURATION -------
CONFIGURATION       = cccccccccccccccc
--------------------- CPU-ID-LIST ---------
CPU xx              = xxxxxxxx xxxxxxxx
:
CPU xx              = xxxxxxxx xxxxxxxx
--------------------- VM2000-IDENTIFICATION
VM-INDEX            = dd
VM2000-VERSION      = cccccc
VM2000-MONITOR-NAME = cccccccc
VM2000-MONITOR-OSD  = cccccccccc
--------------------- IOCONF-IDENTIFICATION
NAME                = cccccccc
VERSION             = ccccccccc
CREATED             = yyyy-mm-dd,hh:mm:ss
FORMAT              = ccccccc
===========================================
LM-COUNT     DATE       TIME
00000001  yyyy-mm-dd  hh:mm:ss
--------------------- CONFIGURATION -------
:
=====================================

There is a separate section for each system selected with the SERVER-UNIT operand. The section begins with an abbreviated summary format entry. This is followed by the display of further information as specified in the INFORMATION operand. The section ends with a line of double bars. This is followed by the section for the next system, if available. 

Info column                     

Meaning

Summary output

LM-COUNT

Live migration counter (hexadecimal); The value 0 means the initial system.

DATE

Date of live migration (or system initialization)

TIME

Time of live migration (or system initialization)

CONFIGURATION

System configuration name (16 characters); The last 5 bytes of the system configuration name are cut

VM

VM index; The value 0 means native operation (without VM2000).

Short Summary output

LM-COUNT
DATE
TIME

see “summary output”

CONFIGURATION output

CONFIGURATION

System configuration name (16 characters); The last 5 bytes (model properties) of the complete name are cut

CPU-ID-LIST output

CPU xx

:

CPU xx

Internal presentation (8 bytes) as provided by the hardware, in printable format (16 characters). The identifications are output as they exist in the system.

VM2000-IDENTIFICATION output

VM-INDEX

VM index; The value 0 means native operation (without VM2000).

VM2000-Version

Version in DOD format, e.g. 'V11.5A'

VM2000-MONITOR-NAME

BCAM name of the monitor system, e.g. 'D027ZE01'

VM2000-MONITOR-OSD

Version of the monitor system in DOD format, e.g. 'V11.5A0000'

IOCONF-IDENTIFICATION output

NAME

Program name of the current IOCF (8 bytes, left-aligned), e.g. 'BS2V190'

VERSION

Version from the current IOCF, e.g. 'V20.0A00'BLANK''BLANK''

CREATED

Generation date and time of IO configuration in ISO4 format

FORMAT

IOCF format (7 bytes)

Table 129: Output information of the SHOW-LIVE-MIGRATION-HISTORY command