Maximo

Maximo

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

 View Only
  • 1.  Maximo Application Framework Access - MAS 9.1

    Posted yesterday

    Hi All,

    I'm currently looking on accessing MAF in MAS 9.1 and would appreciate it if anyone could share references, documentation, or any guidance on how to access this.

    I can see Maximo Mobile Admin application at the Suite Level but i am not sure how to access and configure the MAF which we use to access through Docker Desktop in the earlier version

    Thanks



    -------------------------------------------


  • 2.  RE: Maximo Application Framework Access - MAS 9.1

    Posted yesterday

    Here you go: MAF 9.1 Configuration

    Note: This documentation only works with clusters that have an RWX access mode. I'm currently researching how to deploy it with RWO in our sandbox.



    ------------------------------
    Brett Coleman
    ------------------------------



  • 3.  RE: Maximo Application Framework Access - MAS 9.1

    Posted 14 hours ago

    Hi Brett,

    to get it working with RWO just let the operator create a PVC with the RWO StorageClass. After that PVC is created (and stuck in Pending), copy its whole yaml, then delete the PVC and recreate using copied yaml, but change the AccessModes to include RWO only (and also remove unneccessary fields like status, resourceVersion, uid etc).
    After that the PVC should get Bound status within couple seconds and MAF pods should start up.

    Cheers,



    ------------------------------
    Witold Wierzchowski
    Solution Architect
    Cohesive Poland
    ------------------------------



  • 4.  RE: Maximo Application Framework Access - MAS 9.1

    Posted 9 hours ago

    That makes perfect sense. Thank you @Witold Wierzchowski!



    ------------------------------
    Brett Coleman
    ------------------------------