New or Modified SMF Record Formats
ELS 7.2 includes the following new or modified SMF Record formats:
These updates supersede the information found in the ELS Programming Reference, Chapter 5, SMF Record Formats.
VTCS SMF Subtype 11 Record (SLSSMF11)
The VTCS SMF subtype 11 record format is updated:
- New VSM6 interface types are added to reflect each type of VSM6 interface. Under field SMF11TOL, the following new equates are added:
- X'0003', SMF11V6H, VSM6 HOST INTERFACE
- X'0004', SMF11V6R, VSM6 RTD INTERFACE
- X'0005', SMF11V6I, VSM6 IP INTERFACE
- Under field SMF11CSP, the following equate is added under field SMF11CSP to indicate VSM6 FICON channel speed:
- X'8000', SMF11V6F, VSM6 FICON CHANNEL
- Fields SMF11NIO and SMF11CUB have been redefined and documented to provide more meaningful statistics for VSM6 storage systems.
The complete and updated table for VTCS SMF subtype 11 record format is:
Table 2-1 SLSSMF11 Record Format
Decimal Offset | Hex Offset | Type | Length | Label | Description |
---|---|---|---|---|---|
0 | 0 | start of record | - | SLSSMF11 | VTCS SMF record subtype 11 |
0 | 0 | character | 8 | SMF11VTS | VTSS ID |
8 | 8 | hexstring | 2 | SMF11CNT | Count of entries in this record the following fields repeat for each interface in this record |
10 | A | data | - | SMF11ENT | Start of entry |
10 | A | character | 8 | SMF11INM | Channel interface name |
18 | 12 | bitstring | 2 | SMF11CI | channel interface installed (y/n) |
- | - | X'0000' | - | SMF11CIN | no |
- | - | X'0001' | - | SMF11CIY | yes |
20 | 14 | bitstring | 2 | SMF11CE | channel interface enabled (y/n) |
- | - | X'0000' | - | SMF11CEN | no |
- | - | X'0001' | - | SMF11CEY | yes |
22 | 16 | hexstring | 2 | SMF11NAT | number of addresses trapped |
24 | 18 | hexstring | 2 | SMF11CSP | Channel type |
- | - | X'0200' | - | SMF11CSE | ESCON channel |
- | - | X'1000' | - | SMF11CSI | IP link |
- | - | X'2000' | - | SMF11CSF | FICON channel |
- | - | X'8000' | - | SMF11V6F | VSM6 FICON channel |
26 | 1A | hexstring | 8 | SMF11NIO | Number of I/Os |
34 | 22 | hexstring | 8 | SMF11CUB | Control unit busy (in υ -seconds) |
42 | 2A | bitstring | 2 | SMF11TOL | Type of link |
- | - | X'0000' | - | SMF11TLH | Host |
- | - | X'0001' | - | SMF11TLR | RTD |
- | - | X'0002' | - | SMF11TLI | IP CLINK |
- | - | X'0003' | - | SMF11V6H | VSM6 host interface |
- | - | X'0004' | - | SMF11V6R | VSM6 RTD interface |
- | - | X'0005' | - | SMF11V6I | VSM6 IP interface |
44 | 2C | length | - | SMF11VEN | End of variable area |
- | - | character | 8 | SMF11TPX | TapePlex name |
Note:
The Tapeplex name field can be found in the SMF record after the repeating sections. It has been defined as part of the fixed area to allow it to be accessed using its name when the total length of the variable area is added to the starting address of the SMF record.