Difference between revisions of "QSMBTTCC"
From MidrangeWiki
MrDolomite (talk | contribs) m (→Usage: add QSYS lib to call) |
m (added hardware & dasd categories) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 7: | Line 7: | ||
===Limitations=== | ===Limitations=== | ||
− | *V5R4 or later | + | *V5R4 or later, available via PTF |
+ | {| class="wikitable" border="1" | ||
+ | |+ IOA cache battery PTFs | ||
+ | ! i/OS version !! PTF | ||
+ | |- | ||
+ | | V5R4 || SI40403 | ||
+ | |- | ||
+ | | 6.1 || SI40404 | ||
+ | |- | ||
+ | | 7.1 || SI40406 | ||
+ | |} | ||
==Output== | ==Output== | ||
Line 33: | Line 43: | ||
==External links== | ==External links== | ||
*[http://www.itjungle.com/fhg/fhg092811-story03.html Checking Cache Battery Status Without STRSST] by Joe Hertvik in "Four Hundred Guru", Volume 11, Number 28 -- September 28, 2011 | *[http://www.itjungle.com/fhg/fhg092811-story03.html Checking Cache Battery Status Without STRSST] by Joe Hertvik in "Four Hundred Guru", Volume 11, Number 28 -- September 28, 2011 | ||
+ | *[http://archive.midrange.com/midrange-l/201402/msg00060.html "Re: 5722 SRC27638008 - Battery Pack, right?"] by Vernon Hamberg on 04 Feb 2014 has two other options for checking battery status using [[SST]] | ||
− | |||
[[Category:Definitions]] | [[Category:Definitions]] | ||
+ | [[Category:Utilities]] | ||
+ | [[Category:Hardware]] | ||
+ | [[Category:DASD]] |
Latest revision as of 21:52, 1 March 2019
QSMBTTCC is an IBM provided program which generates a spooled file listing information about disk cache batteries installed in the system. It is available via PTF.
Usage
CALL QSYS/QSMBTTCC
Limitations
- V5R4 or later, available via PTF
i/OS version | PTF |
---|---|
V5R4 | SI40403 |
6.1 | SI40404 |
7.1 | SI40406 |
Output
Spooled File
RUNNING MACRO: BATTERYINFO -LIST -ALL ***LIST OF ALL RESOURCES THAT HAVE CACHE*** CONCURRENTLY CAN BE RESOURCE SERIAL TYPE FRAME CARD MAINTAINABLE SAFELY NAME NUMBER MODEL ID POSITION BATTERY PACK REPLACED DC06 2D-92nnnnn 572F-001 3C02 C1 YES NO DC09 2D-92nnnnn 575C-001 3C02 C2 YES NO RUNNING MACRO: BATTERYINFO -LIST -WARN ***LIST OF ALL RESOURCES THAT HAVE CACHE WITH THE ESTIMATED TIME TO WARNING IN DAYS*** EST. TIME EST. TIME RESOURCE SERIAL TYPE FRAME CARD TO WARNING TO ERROR NAME NUMBER MODEL ID POSITION (IN DAYS) (IN DAYS) DC06 2D-92nnnnn 572F-001 3C02 C1 719 810 DC09 2D-92nnnnn 575C-001 3C02 C2 719 810
This is followed by details for each unit.
External links
- Checking Cache Battery Status Without STRSST by Joe Hertvik in "Four Hundred Guru", Volume 11, Number 28 -- September 28, 2011
- "Re: 5722 SRC27638008 - Battery Pack, right?" by Vernon Hamberg on 04 Feb 2014 has two other options for checking battery status using SST