Posts

Showing posts from June, 2016

Propogate Plugins in IHS .

* PROPGATION OF PLUGINS : - 1] go to /opt/IBM/Websphere/plugins/bin 2] copy the configurewebserver1.sh  to /opt/IBM/Websphere/Appserver/bin 3] start the Dmgr and node where you installed webserver 4]  run the ./configurewebserver1.sh Dmgr wasadmin wasadmin 5]  check in the console after starting the webserver and server in the      particular profile

Generate Plugins in IHS

GENERATION OF PLUGINS: 1) go to /opt/IBM/Websphere/Toolbox/WCT           run ./wct.sh 2] add plugins path /opt/IBM/WebSphere/Plugins then click on create           select IBM HTTP Server 8.5 64 bit 3] give the userid and password  for admin console  and also mention the       user and group 4] next select the Websphere Application server path          then give the path of configuration file of HTTP server /opt/IBM                /HTTPServer/conf/httpd.conf/op

IHS uninstallation (uninstallation from command line)

UNINSTALLATION : -  1] goto plugins/uninstall /opt/IBM/InstallationManager/eclipse/tools/imcl input uninstall.xml -acceptLicense -sVP 2] go to Toolbox/uninstall/  /opt/IBM/InstallationManager/eclipse/tools/imcl input uninstall.xml -acceptLicense -sVP

IHS installation on linux (command line installation)

1] goto /opt/ibm/InstallationManager/eclipse/tools 2] run    ./imcl listAvailablePackages -repositories /home/user_name                /Desktop/IHS/     (repository path) 3] /imcl install com.ibm.websphere.IHS.v85_8.5.5000.20130514_1044         -installationDirectory /opt/IBM/HTTPServer -repositories           /home/user_name/Desktop/IHS/ -acceptLicense -sVP -properties             user.ihs.httpPort=80 -installFixes recommended 4] /imcl install com.ibm.websphere.PLG.v85_8.5.5000.20130514_1044             -installationDirectory /opt/IBM/WebSphere/Plugins -repositories             /home/user_name/Desktop/IHS/ -acceptLicense -sVP -ins...

MQ (Message Queue) installation on Linux

1] Download the file mq WMQ_7.1.0.3_TRIAL_LNX_X86_64_ML.tar 2] Create mqm diretory in var and opt     mkdir /opt/mqm     mkdir /var/mqm 3] create mqm group     groupadd mqm 4] create mqm user and add that user to mqm group      useradd -g mqm mqm 5] unzip file tar -xvf WMQ_7.1.0.3_TRIAL_LNX_X86_64_ML.tar 6] Accept the license ./mqlicense.sh 7] Install all rpm's (execute command on linux terminal)   rpm -qa MQS*.rpm 8]  /opt/mqm/bin/setmqinst -i -p /opt/mqm 9] su  mqm (Change user as mqm) 10] run the commands 11] if you are getting the error like unable to allocate sufficient system resource then set the kernel parameters as follows: - cd /etc edit the sysctl.conf conf file include these parameters in that file     kernel.msgmni = 1024    kernel.shmmni = 4096     kernel.shmall = 2097152      kernel.shmmax = 268435456  ...

WebSphere Application Server(WAS) installation on linux using CLI

1] Install WAS(WebSphere Application Server) installation manager from  IBM site. 2]ha Extract file agent.installer.linux.gtk.x86_64_1.8.2001.20150409_1833.zip 3]   unzip  agent.installer.linux.gtk.x86_64_1.8.2001.20150409_1833.zip     4] run ./installc -acceptlicense 5] Download WAS files from IBM site. and copy in a folder which you have      created earlier.   6] Extract was files, in same folder.                unzip WASND_v8.5.5_1of3.zip                unzip WASND_v8.5.5_2of3.zip                 unzip WASND_v8.5.5_3of3.zip 7] goto /opt/ibm/InstallationManager/eclipse/tools 8] run    ./imcl listAvailablePackages -repositories /home/userName      /Desktop/WAS/     (repository path)...