Maximo

Maximo

Come for answers, stay for best practices. All we're missing is you.

 View Only
Expand all | Collapse all

Question on py scripts for deploying maximo ear files

  • 1.  Question on py scripts for deploying maximo ear files

    Posted 11/22/21 02:23 PM

    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


  • 2.  RE: Question on py scripts for deploying maximo ear files

    Posted 12/07/21 01:31 AM

    I just wanted to check: Are you aware of the other Maximo-related forums? They're not all WebSphere specific, but it might be worth posting your question there anyway:

    1. IBM Community - Maximo - https://community.ibm.com/community/user/communities/community-home/digestviewer?communitykey=3d7261ae-48f7-481d-b675-a40eb407e0fd&tab=digestviewer
    2. IBM Community - Integration and Scripting - https://community.ibm.com/community/user/iot/communities/community-home/digestviewer?communitykey=ed77c224-45e2-47b0-b574-cc31496f9a41&tab=digestviewer
    3. More Maximo Community - https://moremaximo.com/home
    4. Stack Overflow - WebSphere tag - https://stackoverflow.com/questions/tagged/websphere





    #Maximo
    #SupportMigration
    #Support
    #AssetandFacilitiesManagement