Installation of the WAS 7.0
We can install the WebSphere from the many ways that can be manually or be silent
1. Silent installation :- for silent installation we have to record a file that is called response file . response file has capture the all the installation input
We can see the basic example how to make the responsefile so here we will capture some option to record the file.
-W silentInstallLicenseAcceptance.value=”true”
-P wasProductBean.installLocation=”C:\IBM\WebSphere\AppServer”
-OPT disableOSPrereqChecking=”true”
-OPT installType=”installNew”
-OPT createProfile=”true”
-OPT profileType=”deploymentManager”
-OPT PROF_enableAdminSecurity=”true”
-W nodehostandcellnamepanelInstallWizardBean.nodeName=”krishna_node”
-W nodehostandcellnamepanelInstallWizardBean.hostName=”localhost”
-W winservicepanelInstallWizardBean.winServiceQuery=”true”
-W winservicepanelInstallWizardBean.accountType=”localsystem”
-W winservicepanelInstallWizardBean.startupType=”manual”
File will be saved like :- responsefile.nd.txt
How to execute the command:-
Syntax:-
./install -options "path of the responsefile" -silent
Example :-
./install -options " /opt/abc/software/was/responsefile.nd.txt" -silent
2. Manually :- through manual installation we have to follow the general software installation steps.
WebSphere product directory structure
1. bin :- This directory has contain the all the executeble program
2. etc :- This directory has contain security information
3. firststeps :- This directory has contain GUI tool that is used for create new profile
4. installableApps :- This directory has contain some sample file o install in the was
5. logs:- This directory has contain log information like installation ,manageprofiles and update
6. profiles :- This directory has contain created profiles
7. profileTemplates :- This directory has contain profile template
8. properties:- This directory has contain websphere properties
1. Silent installation :- for silent installation we have to record a file that is called response file . response file has capture the all the installation input
We can see the basic example how to make the responsefile so here we will capture some option to record the file.
-W silentInstallLicenseAcceptance.value=”true”
-P wasProductBean.installLocation=”C:\IBM\WebSphere\AppServer”
-OPT disableOSPrereqChecking=”true”
-OPT installType=”installNew”
-OPT createProfile=”true”
-OPT profileType=”deploymentManager”
-OPT PROF_enableAdminSecurity=”true”
-W nodehostandcellnamepanelInstallWizardBean.nodeName=”krishna_node”
-W nodehostandcellnamepanelInstallWizardBean.hostName=”localhost”
-W winservicepanelInstallWizardBean.winServiceQuery=”true”
-W winservicepanelInstallWizardBean.accountType=”localsystem”
-W winservicepanelInstallWizardBean.startupType=”manual”
File will be saved like :- responsefile.nd.txt
How to execute the command:-
Syntax:-
./install -options "path of the responsefile" -silent
Example :-
./install -options " /opt/abc/software/was/responsefile.nd.txt" -silent
2. Manually :- through manual installation we have to follow the general software installation steps.
WebSphere product directory structure
1. bin :- This directory has contain the all the executeble program
2. etc :- This directory has contain security information
3. firststeps :- This directory has contain GUI tool that is used for create new profile
4. installableApps :- This directory has contain some sample file o install in the was
5. logs:- This directory has contain log information like installation ,manageprofiles and update
6. profiles :- This directory has contain created profiles
7. profileTemplates :- This directory has contain profile template
8. properties:- This directory has contain websphere properties
Comments
Post a Comment