A system administrator has installed WebSphere Application Server Network Deployment V8.5.5
using the silent installation process and needs to verify that the installation completed
successfully.
What does the administrator need to do to verify a successful installation?

A.
Launch the Installation Manager GUI, and verify the installation by going to File -> View
Installed Packages.
B.
Run the command IBMIM listlnstalledPackages and check that the appropriate WebSphere
Application Server package is listed.
C.
Check for INSTCONFSUCCESS message at the end of the <webSphere Application Server
install directory><log directory>log.txt file.
D.
Use the installer command to compare the checksum of the product file to the correct
checksum value in the bill-of-materials file and make sure that the checksums match.
There is no such a thing as log.txt file within the log directory. While you can list the installed packages using The IBM Installation Manager.
So I think the correct answer is A.
0
0
It’s A – http://www-01.ibm.com/support/knowledgecenter/SSAW57_8.5.5/com.ibm.websphere.installation.nd.doc/ae/tins_install_ver.html?cp=SSAW57_8.5.5%2F3-5-0-5-8
0
0
Why not B? listInstalledPackages is correct too
0
0
imcl listInstalledPackages
[ -features ]
[ -installationDirectory ]
[ -long | -verbose]
[ -rollbackVersions ]
IBMIM.exe – can be used for creating a response file using the Installation Manager GUI on
Windows. After you run this command, it kicks off the GUI, where you tell it what repositories
C:\IBM\InstallationManager\eclipse\>IBMIM.exe -skipInstall C:\temp\imRegistry
-record C:\temp\silent_install_reponse_file.xml
0
0
B is wrong because the command should be imcl listInstalledPackages.
I am not sure if A is correct when one uses a silent installation. Usually one is using silent install if GUI is not available.
0
0
You’re right. IBM sucks!
0
0
Right Answer A, because IBMIM doesn´t have option listInstalledPackages
0
0
why not (C) ????
THERE IS A log file into
WAS_installdir/logs/install/log.txt
and i tried it and checked
INSTCONFSUCCESS message
0
0
Its not A, because installation is done using silent. It should be B, but IBMIM is not the command line option. It should be ./imcl.
Its not C, because there is not such thing called log.txt from WAS 8.0.0.0
Comapring Checksums is completely wrong, hence D is completely avoidable.
SO Annswer is B.
0
0
Correct Answer is A as IBMIM doesnot have option available to show installed packages. Its imcl which can be used for this purpose. So A
0
0
In my opinion the correct answer is C, since the silent installation has been performed.
0
0
http://www-01.ibm.com/support/knowledgecenter/SSAW57_7.0.0/com.ibm.websphere.installation.nd.doc/info/ae/ae/tins_trouble.html?lang=en
The answer is C
1
0
A
0
0
Answer : C
https://www.ibm.com/support/knowledgecenter/SSAW57_7.0.0/com.ibm.websphere.installation.nd.doc/info/ae/ae/tins_trouble.html
The installer program records the following indicators of success in the logs:
INSTCONFSUCCESS
The operation was a success.
INSTCONFPARTIALSUCCESS
The operation was partially successful. Refer to the log for more details.
INSTCONFFAILED
The operation failed. Refer to the log for more details.
0
0
Hi certhunt,
can you please confirm, still i am not clear about the answer.
0
0
A is the correct answer. The question is asking to verify the installation not to verify the package installed.
In the WAS 8.5 Admin & Config Guide –
Examine the installation log file to verify that the installation was successful. You can view
the log file using a text editor, a browser, or the Installation Manager GUI. To use the
Installation Manager GUI, click File ? View Log, and then select the log file to be viewed.
0
0
C is correct
0
0
There is no log.txt after 8.5 IBMIM install and “IBMIM listlnstalledPackages” isn’t a valid command (correct would be “imcl listlnstalledPackages”). Only accurate answer is A.
0
0
C is correct but name will be postinstall.log .A is wrong because install in silent mode why we need to check GUI mode .
log.txt only WAS 7 and 6.1
0
0
@Sree,
You are very correct
0
0
finally what is the correct answer please?
0
0
C is the right option , as practice shows. Did You passed the axam ?
0
0