ablog

不器用で落着きのない技術者のメモ

AIX の APAR とか PTF ってなんじゃい?

APAR(Authorized Problem Analysis Reports)はバグ番号、PTF(program temporary fix)は個別パッチ、Fix pack がサービスパックで、次の Fix pack が出るまでの間に個別パッチを集めたものが Interim fix ってとこか。

  • APAR に対するパッチが適用されているか確認するコマンド
# /usr/sbin/instfix -i -k "IY43980 IY44810 IY45462 IY45707 IY46214 IY46605 IY48525 IY51801 IY56024"
  • PTFがインストールされているかどうか確認するコマンド
# lslpp -l -B U489726 U485561

APAR (Authorized Program Analysis Record)
エーパー(プログラム診断記録)
製品の不具合に起因して発生していると疑われる問題の、IBM開発部門への正式なレポート。対象となる製品は、現行リリースのもの。

http://www-06.ibm.com/jp/software/tech/word_definition.html#apar

Program temporary fix (PTF)
System z, System i, System pで使用される用語で、OSリリースの間に暫定的にリリースされるフィックス。カバーレターには、PTFの内容や、修正された問題点が記述されている。

http://www-06.ibm.com/jp/software/tech/word_definition.html#parts

Interim fix
暫定フィックス
定期的にスケジュールされているフィックスパック、リフレッシュパック、またはリリースの間隔の間に一般に公開された正式なフィックス。 1つあるいは複数の不具合に対する修正を含む。関連するAPARはクローズされる。

http://www-06.ibm.com/jp/software/tech/word_definition.html#interim_fix

Fix Pack
フィックスパック
ベースとなるリリース(V.R.M)に対して利用可能な修正を全て集めたパッケージ。リリースされていない修正を含む場合もあり、複数の製品やコンポーネントに対する修正を含む場合もある。既に出荷されているメンテナンスに対して適用ができ、システムを現行のフィックスパックのレベルに上げることができる。

http://www-06.ibm.com/jp/software/tech/word_definition.html#faq

An APAR (authorized program analysis report) is a term used in IBM for a description of a problem with an IBM program that is formally tracked until a solution is provided. An APAR is created or "opened" after a customer (or sometimes IBM itself) discovers a problem that IBM determines is due to a bug in its code. The APAR is given a unique number for tracking and a target date for solution. When the support group that maintains the code solves the problem, it develops a program temporary fix (PTF) that, when applied, possibly with a SuperZap, will temporarily solve the problem for the customers that may be affected. The PTF will "close" the APAR. PTFs can be applied individually but are usually made available as part of a fix package that includes a number of PTFs. Meanwhile, the PTFs are provided to the development group that is working on the next product release. The developers may or may not use the PTFs (since these are temporary fixes), but will determine and design the correct problem solution to incorporate in the next product release.

What is authorized program analysis report (APAR)? - Definition from WhatIs.com