Saturday, February 20, 2010

8. Explain Silent Mode of installation in websphere 6.1?
Ans. We have to check or change the options which are given bellow… (for instance given example will work on Linux).
1. silentInstallLicenseAcceptance="true"
2. installType="installNew"
3. feature="samplesSelected"
4. installLocation="/opt/IBM/WebSphere/AppServer"
5. profileType="cell"
6.PROF_enableAdminSecurity="true"
7. PROF_adminUserName="admin"
8. PROF_adminPassword="admin"
9. PROF_samplesPassword="samples"
10. PROF_dmgrProfileName="Dmgr01"
11. PROF_appServerProfileName="AppSrv01"
12. PROF_enableService="true"
13.PROF_serviceUserName="root"
14. PROF_dmgrHost="localhost"
15. PROF_dmgrPort="8879"
16. PROF_dmgrAdminUserName="wasadmin"
17. PROF_dmgrAdminPassword="wasadmin"
18. traceFormat='text'
19. traceLevel='INFO'

No comments:

Post a Comment