We are upgrading from Maximo 7.6.0.9 to Maximo 7.6.1.2. My maximo.ear file is too large to deploy via the WAS console; in 7.6.0.9 I created py scripts to do this via a command prompt. I am planning on reusing these for 7.6.1.2. I have 3 scripts - 1 to deploy to the ui cluster, 1 to deploy to the cron jvm, and 1 to deploy to the mif jvm. My mif jvm deploy script is slightly different than the other 2 - it has these references - -BindJndiForEJBMessageBinding (see below for script). Does anyone know if these need references need to be/should be included?
Thank you,
Mary
print "Installing Application"
AdminApp.install('D:/IBM/SMP/maximo/deployment/default/maximomif.ear', '[ -nopreCompileJSPs -distributeApp -nouseMetaDataFromBinary -deployejb -appname MAXMIF -createMBeansForResources -noreloadEnabled -nodeployws -validateinstall warn -noprocessEmbeddedConfig -filepermission .*\.dll=755#.*\.so=755#.*\.a=755#.*\.sl=755 -noallowDispatchRemoteInclude -noallowServiceRemoteInclude -asyncRequestDispatchType DISABLED -nouseAutoLink -noenableClientModule -clientMode isolated -novalidateSchema -MapModulesToServers [[ "MBO EJB Module" mboejb.jar,META-INF/ejb-jar.xml WebSphere:cell=ctgCell01,node=ctgNode01,server=MAXMIF+WebSphere:cell=ctgCell01,node=ctgNode01,server=webserver1 ][ "MAXIMO Web Application" maximouiweb.war,WEB-INF/web.xml WebSphere:cell=ctgCell01,node=ctgNode01,server=MAXMIF+WebSphere:cell=ctgCell01,node=ctgNode01,server=webserver1 ][ "MBO Web Application" mboweb.war,WEB-INF/web.xml WebSphere:cell=ctgCell01,node=ctgNode01,server=MAXMIF+WebSphere:cell=ctgCell01,node=ctgNode01,server=webserver1 ][ "MEA Web Application" meaweb.war,WEB-INF/web.xml WebSphere:cell=ctgCell01,node=ctgNode01,server=MAXMIF+WebSphere:cell=ctgCell01,node=ctgNode01,server=webserver1 ][ "REST Web Application" maxrestweb.war,WEB-INF/web.xml WebSphere:cell=ctgCell01,node=ctgNode01,server=MAXMIF+WebSphere:cell=ctgCell01,node=ctgNode01,server=webserver1 ]] -MapWebModToVH [[ "MAXIMO Web Application" maximouiweb.war,WEB-INF/web.xml maxmif_host ][ "MBO Web Application" mboweb.war,WEB-INF/web.xml maxmif_host ][ "MEA Web Application" meaweb.war,WEB-INF/web.xml maxmif_host ][ "REST Web Application" maxrestweb.war,WEB-INF/web.xml maxmif_host ]] -BindJndiForEJBMessageBinding [[ "MBO EJB Module" JMSContQueueProcessor-1 mboejb.jar,META-INF/ejb-jar.xml "" intjmsact "" "" ][ "MBO EJB Module" JMSContQueueProcessor-2 mboejb.jar,META-INF/ejb-jar.xml "" intjmsacterr "" "" ]]]' )
AdminConfig.save()
#AssetandFacilitiesManagement#SupportMigration#Maximo#Support