IBM Maximo: MAS CLI Options

From Wiki

Caso você deseja outras opções de instalação veja abaixo:

MAS Core

export IBM_ENTITLEMENT_KEY=...

mas install --mas-catalog-version v9-250501-amd64 --ibm-entitlement-key $IBM_ENTITLEMENT_KEY \
 --mas-channel 9.0.x --mas-instance-id inst1 --mas-workspace-id ws01 --mas-workspace-name "MAS Workspace 01" \
 --non-prod \
 --storage-class-rwo "ocs-storagecluster-ceph-rbd" --storage-class-rwx "ocs-storagecluster-cephfs" \
 --storage-pipeline "ocs-storagecluster-cephfs" --storage-accessmode "ReadWriteMany" \
 --license-file "/tmp/license.dat" \
 --uds-email "[email protected]" --uds-firstname "Enio" --uds-lastname "Basso" \
 --mongodb-namespace "mongoce" \
 --accept-license --no-confirm

Manage Components options

for other componentes add to --manage-components variable:

  • Asset Configuration Manager: acm=latest
  • Aviation: aviation=latest
  • Civil Infrastructure: civil=latest
  • Envizi Connector: envizi=latest
  • Health: health=latest
  • Health, Safety and Environment (HSE): hse=latest
  • Maximo IT: icd=latest
  • Nuclear: nuclear=latest
  • Oil & Gas: oilandgas=latest
  • Connector for Oracle: oracleadapter=latest
  • Connector for SAP: sapadapter=latest
  • Service Provider: serviceprovider=latest
  • Spatial: spatial=latest
  • Reliability Strategies: strategize=latest
  • Transportation: transportation=latest
  • TRIRIGA Connector: tririga=latest
  • Utilities: utilities=latest
  • Workday Connector: workday=latest


mas install --mas-catalog-version v9-250501-amd64 --ibm-entitlement-key $IBM_ENTITLEMENT_KEY \
 ...
 --manage-components "base=latest,health=latest" \
 ...

Manage Languages

mas install --mas-catalog-version v9-250501-amd64 --ibm-entitlement-key $IBM_ENTITLEMENT_KEY \
 ...
 --manage-base-language "EN" \
 --manage-secondary-languages "PT-BR,ES" \
 ...

Manage Bundle Sizes

mas install --mas-catalog-version v9-250501-amd64 --ibm-entitlement-key $IBM_ENTITLEMENT_KEY \
 ...
 --manage-server-bundle-size "dev" \
 ...

The parameter --manage-server-bundle-size {dev,snojms,small,jms} selects the predefined Manage server bundle profile used during deployment.

  • dev: Development-oriented profile. Recommended for labs, demos, and small validation environments
  • snojms: Small profile without JMS. Helps reduce resource and storage requirements
  • small: Small standard profile. Suitable for compact environments that still want a more complete setup than dev
  • jms: Profile with JMS enabled. Use when Manage features or integrations require JMS queues
    • Requires JMS-related storage configuration: --manage-jms

Ver também