Saturday, November 27, 2010

bit websphere concole problem Isclite.ear

In our environment Demployment manager islite ear got corrupted and not opening from url , please any body the steps how to reinstall the DMGR islite.ear from command line. very urgent to make my DMGR get working like before.?

Note:- what about my applications and cluster that are federated to it when it comes up is it be wel and fine working like before are we have to do any configuration for them?





Hi
If administrative console is broken or was accidentally uninstalled, re-deployment (reinstall) of console-application can be done with jython script deployConsole.py located in bin-folder.
1. First a clean removal of the old admin-console deployment is nessacary
"<WAS_HOME>"/bin/wsadmin.sh -lang jython -f deployConsole.py remove
2. Now reinstall of administrative console (isclite) will complete without errors (hopefully)
"<WAS_HOME>"/bin/wsadmin.sh -lang jython -f deployConsole.py install
3. Take a look at /"profile-root"/config/cells/"cell name"/nodes/"node name"/applications/isclite.ear/deploymen
ts/isclite/deployment.xml
3.1 Check if the <deploymenttargets>-Tag points to the correct server.
4. Take a look at /"profile root"/config/cells/"cell name"/nodes/"node name"/serverindex.xml
4.1 Check if the <deployedapplications>-Tag for application isclite is mapped to the correct server (server1 in base version of WAS).
NOTE : I dont think it should affect the configurations as the configs are isolated .. but i cant be sure as i have never tried it ... But its an intresting question
Can any one confirm this .....

No comments:

Post a Comment