IBM Support

IBM Maximo Application Suite - How to stop Watson IoT Platform tool

Question & Answer


Question

What are the required steps to properly stop and start IBM Maximo Application Suite - Watson IoT Platform tool?

Answer

To stop IBM Maximo Application Suite - Watson IoT Platform tool:

oc login
oc project mas-<mas_instance>-iot
oc scale --replicas=0  $(oc get deploy -o name)
oc scale --replicas=0  $(oc get statefulset -o name)
oc scale --replicas=0  $(oc get replicaset -o name)
oc scale --replicas=0  $(oc get deploy -o name)

This will stop everything in IoT namespace including the Amlen and Truststore manager that are 3rd party IoT dependencies on which the IoT operator does need to have control off.

To start IBM Maximo Application Suite - Watson IoT Platform tool:

oc scale --replicas=1 $(oc get deploy -o name | grep -i -E "amlen|trust|iot-operator")

[{"Type":"MASTER","Line of Business":{"code":"LOB59","label":"Sustainability Software"},"Business Unit":{"code":"BU048","label":"IBM Software"},"Product":{"code":"SSRHPA","label":"IBM Maximo Application Suite"},"ARM Category":[{"code":"a8m3p000000hAeZAAU","label":"Maximo Application Suite-\u003EMAS Applications-\u003EIoT Platform"}],"ARM Case Number":"","Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"9.0.0"}]

Document Information

Modified date:
28 June 2024

UID

ibm17159094