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.
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
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)- A82% (41)
- B6% (3)
- C4% (2)
- D8% (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.
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.
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.
Group executable permission on filesets is not a requirement for installp to process them; installp reads package metadata, not executes the fileset files.
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
Community Discussion
No community discussion yet for this question.
