IBM Maximo: Opções do MAS CLI: Difference between revisions

From Wiki
(Created page with " Caso você deseja outras opções de instalação veja abaixo: = MAS Core = 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 "...")
 
 
Line 51: Line 51:
for other componentes add to '''--manage-components''' variable:
for other componentes add to '''--manage-components''' variable:
   
   
* ACM: acm=latest
* Asset Configuration Manager: acm=latest
* Aviation: aviation=latest
* Aviation: aviation=latest
* Civil Infrastructure: civil=latest
* Civil Infrastructure: civil=latest
* Envizi: envizi=latest
* Envizi Connector: envizi=latest
* Health: health=latest
* Health: health=latest
* HSE: hse=latest
* Health, Safety and Environment (HSE): hse=latest
* Maximo IT: icd=latest
* Maximo IT: icd=latest
* Nuclear: nuclear=latest
* Nuclear: nuclear=latest
Line 64: Line 64:
* Service Provider: serviceprovider=latest
* Service Provider: serviceprovider=latest
* Spatial: spatial=latest
* Spatial: spatial=latest
* Strategize: strategize=latest
* Reliability Strategies: strategize=latest
* Transportation: transportation=latest
* Transportation: transportation=latest
* Tririga: tririga=latest
* TRIRIGA Connector: tririga=latest
* Utilities: utilities=latest
* Utilities: utilities=latest
* Workday Applications: workday=latest
* Workday Connector: workday=latest


= Ver também =
= Ver também =

Latest revision as of 01:16, 15 May 2025

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

MAS Core

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

MAS Core + Manager + Health

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" \
 --manage-channel "9.0.x" \
 --is-full-manage "true" \
 --manage-jdbc "workspace-application" \
 --manage-components "base=latest,health=latest" \
 --manage-server-bundle-size "dev" \
 --manage-demodata \
 --manage-base-language "EN" \
 --manage-secondary-languages "PT-BR,ES" \
 --manage-server-timezone "GMT" \
 --db2-manage \
 --db2-channel "v110509.0" \
 --db2-namespace "db2u" \
 --db2-type "db2wh" \
 --db2-timezone "GMT" \
 --db2-cpu-requests "4000m" \
 --db2-cpu-limits "6000m" \
 --db2-memory-requests "8Gi" \
 --db2-memory-limits "12Gi" \
 --db2-backup-storage "100Gi" \
 --db2-data-storage "100Gi" \
 --db2-logs-storage "100Gi" \
 --db2-meta-storage "20Gi" \
 --db2-temp-storage "100Gi" \
 --accept-license --no-confirm

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

Ver também