Will the app file be sync from dmgr side after we remove it from installedApps path in Websphere? -


Do you know that the app file will synchronize with the DMGR side and it will be reborn after removing it from the installed APPS path?

I recently found a problem with the customer, that is, they have the WASNode installed app app path manually Has uploaded an image file> . After that, they manually removed that file from the installs app path. But after restarting the application server process, that file has been rebounded under the same installs path.

So I suspect that the file is probably resync from the DMGR node, such as an app file under applications folder However, first of all, The image file does not appear in the app ear file from the Application folder if I click the installed APPS file from the app path Has removed, so besides that, I did a test myself, that file never re-generated The same can not be done, however, node synchronization is complete.

So why do anyone know?

Thanks in advance.

This is all the products internals can not and can not be trusted. My overview is that installing an application creates DMGR_HOME / config / cells / CELL / applications / APP.ear / APP.ear . During node sync, this file is copied to the same place in each node agent, then NODE_HOME / installedApps / CELL / APP.ear is deleted, and the EAR is expanded again.

In your example, you will need to modify the application such that EAR is modified to redistribute EAR (e.g., AdminApp.update , or possibly a Modifying the bond) When I sync the node I have no theory how the image file will be shown if it is not present in the DMGR.

Comments