nerdexam
IBM

000-221 · Question #181

An administrator attempts to install the fileset tivoli.tsm.client, but it fails due to missing requisites. The administrator copies the required filesets into the install directory and tries the…

The correct answer is A. Remove the .toe file or run inutoc. After adding new filesets to an install directory, the table of contents (.toc) must be regenerated with inutoc so installp can discover the new packages.

Troubleshooting and Problem Determination

Question

An administrator attempts to install the fileset tivoli.tsm.client, but it fails due to missing requisites. The administrator copies the required filesets into the install directory and tries the preview install again. It fails with the same results, as shown in the graphic below. What must the administrator do to successfully install the filesets?

Exhibit

000-221 question #181 exhibit

Options

  • ARemove the .toe file or run inutoc.
  • BProvide the correct version of xlsmp.rte.
  • CMake the permissions of all of the filesets group executable
  • DMake the permissions of the requisite filesets group readable

How the community answered

(50 responses)
  • A
    82% (41)
  • B
    6% (3)
  • C
    4% (2)
  • D
    8% (4)

Why each option

After adding new filesets to an install directory, the table of contents (.toc) must be regenerated with inutoc so installp can discover the new packages.

ARemove the .toe file or run inutoc.Correct

AIX installp relies on a .toc (table of contents) file in the install directory to enumerate available filesets. When filesets are manually copied in, the existing .toc is stale and does not list them; running inutoc regenerates the .toc so installp can find and satisfy the requisites. A leftover .toe file can also block this update and must be removed first.

BProvide the correct version of xlsmp.rte.

The failure is caused by the package directory's stale table of contents, not by a version mismatch of xlsmp.rte; a version issue would produce a different error message.

CMake the permissions of all of the filesets group executable

Group executable permission on filesets is not a requirement for installp to process them; installp reads package metadata, not executes the fileset files.

DMake the permissions of the requisite filesets group readable

Group readable permission is already typically set on copied filesets and is not what prevents installp from locating the requisites in a missing or stale .toc.

Concept tested: AIX installp table of contents regeneration with inutoc

Source: https://www.ibm.com/docs/en/aix/7.2?topic=i-inutoc-command

Topics

#installp#.toe file#inutoc#fileset requisites

Community Discussion

No community discussion yet for this question.

Full 000-221 Practice