A system administrator needs to install WebSphere Application Server using response files, so
that silent install can be done. The administrator has ensured that all required prerequisites have
already been installed and, has downloaded and expanded the required WebSphere Application
Server installation files.
What can the administrator run to install the product?

A.
install -options responsefile.xml -silent
B.
install -acceptLicense -options responsefile.xml -silent
C.
install-acceptLicense input responsefile.xml -log logfile.txt
D.
IBMIM -acceptLicense -input responsefile.xml -log logfile.txt
The correct answer is C.
0
0
“install” is though to be modified by “imcl”.
0
0
The correct is D (install command does not exist).
0
0
This question is so fucked up, we can use imcl tool for command line installation and reposonse file processing. I’ve just installed WASND 8.5.5 using this line:
/opt/IBM/InstallationManager/eclipse/tools/imcl install com.ibm.websphere.ND.v85_8.5.5000.20130514_1044 -repositories /mnt/WebSphereInst/was/ -installationDirectory /opt/IBM/WebSphere/AppServer/ -sharedResourcesDirectory /opt/IBM/InstallationManager/IMShared/ -acceptLicense -showProgress
So yes, we do have the “install” command. I’ll read technical doccumentation and update with the right answer.
0
0
Ok, so according to this link:
http://www-01.ibm.com/support/knowledgecenter/SSAW57_8.5.5/com.ibm.websphere.installation.nd.doc/ae/tins_installation_dist_silent.html?cp=SSAW57_8.5.5%2F1-5-0-5-0-2&lang=en
The right answer is C.
0
0
These are the allowed options of imcl which are used in question.
C:\IBM\InstallationManager\eclipse\tools\> imcl.exe help
input, -input
Execute Installation Manager script file.
install …
Install packages or specific features.
record, -record
Record a response file.
-acceptLicense
Indicate acceptance of the license agreement.
-silent, -s
Run Installation Manager in silent mode.
-log, -l
Create a log file from the program script execution.
So C should be the right one ,
0
0
Correct Answer is C
0
0
The correct answer, if option A, I installed my WAS with the following command:
cd /opt/IBM/WebSphere/AppServer1 /
./install -silent -options responsefile.base.txt
The Log output is published at:
/opt/IBM/WebSphere/AppServer1/logs/install/log.txt
0
0
Is this 8.5.5?
0
0
The right answer is D, becuase practically only option D is executable, Answer C has ./install which dont exists.
0
0
D is wrong because there is no “-input”, just “input”
There’s no “-options” parameter too, so A and B is also wrong.
My bet’s on C
0
0
Answer A looks similar to the command that was used for Installation of WAS 7. There is no version mentioned in the question.
For V8.5 i would think it should be C, too.
But i am not sure. It might be possible that the question was copied from a WAS 7 test. This one sucks definitly.
0
0
La respuesta correcta es D. Se debe checar las opciones de instalación del IIM
Linux and UNIX systems: /opt/IBM/InstallationManager/eclipse/IBMIM -input
http://www-01.ibm.com/support/knowledgecenter/SSSH27_7.1.1/com.ibm.rational.clearcase.cc_ms_install.doc/topics/t_use_response_file.htm
0
0
D
0
0
Why D?
0
0
Correct answer is C (100 % percent ) and in real exam for option C instead of install we will have imcl.
0
0
Did u passthis exam?
0
0
answer is C
because D not use silent install
Correct id: ibmim input xxx.xml -silent
A is was6/7 silent command
0
0
D is the correct answers.
Using below command hundred of time for installation.
CD C:\IBM\Installation Manager\eclipse
IBMIM.exe –launcher.ini silent-install.ini -input “C:\Software\V855 Software\WAS_8.5.5_ND\was8.5.5_nd_Full_install.xml” -log D:\Temp\was855nd\silent_install-log.xml -acceptLicense -sP -s
0
0
Passed exam with 88
My answer is C
0
0
HAKAN: can you please confirm which answers have you followed? answers from the comments?
0
0
Hi hakan,
I failed the my 1st attempt due to incorrect answers in dump. Could u pls help get me the answers to pass this 401 exam.
0
0
c
0
0
I think the correct answer is A as per this link
http://weblogic-wonders.com/weblogic/2010/11/12/installing-websphere-application-server-7-0-in-silent-mode-on-linux/
0
0
Answer is D
https://nairsantosh.wordpress.com/2014/08/10/silent-installation-of-websphere-8-5-on-linux/
0
0
A is correct
0
0
This a tricky question. no platform and no version is mentioned.
For version 8.5.5 the command looks like ./imcl input responsefile.xml -acceptLicense -sP
For version 7 the command looks like ./install –options responsefile.txt -silent
This is exam is for a 8.5.5 certification, install is deprecated on 8.5.5 because you must use Installation manager and must use ibmim to create the response file and imcl to install WAS.
I believe that the response is “None of the above”
0
0
I agree that “none of the above” should be the answer but I think it’s possible the question is just very badly written. Answers A and B are akin to WAS 6/7. For answer D IBMIM would require a -silent flag. As such I think C is correct. Agreed there is no ./install command line tool in WAS 8.5 but Answer C has no “./”. You could argue the “install” is an input parameter for ./imcl which would be correct.
0
0
Hi All
Actually the question is to install WAS using response file. Check following URL.
Option D is correct
URL= http://www.ibm.com/support/knowledgecenter/SS7K4U_8.5.5/com.ibm.websphere.installation.nd.doc/ae/cins_WASv85_nd_install_Win32.html
0
0
what is the correct answer please?
0
0
Correct Answer is C no doubt on that.
0
0