In preparing the IBM Business Automation Studio and Application Engine environments for recovery, the shared_configuration. sc_run_as_user in the CR definition must have what in common between the primary and secondary environments?
Correct : D
In preparing the IBM Business Automation Studio and Application Engine environments for recovery, the sharedconfiguration. scrunasuser in the CR definition must have the same UID in common between the primary and secondary environments. This ensures that the same user account is used in both primary and secondary environments for disaster recovery.
It's also important that the primary and secondary environments have the same OpenShift administrator account and the same router hostname, but it's not necessary that they have identical LDAP configurations.
Start a Discussions
Which unit of measurement does an ILMT report use to determine licensing cost?
Correct : B
ILMT (IBM License Metric Tool) report uses Processor Value Unit (PVU) to determine licensing cost. PVU is a unit of measurement used to determine the licensing requirements for certain IBM software products, including IBM Business Automation Workflow. PVU is based on the number of processor cores in a physical or virtual server, and the software vendor uses this information to determine the licensing cost.
It's important to note that PVU is different from other units of measurement such as API Calls or Resource Value Unit.
Start a Discussions
Which log should be reviewed when troubleshooting a new container deployment?
Correct : A
When troubleshooting a new container deployment, the operator log should be reviewed first. This log contains information related to the deployment and management of the containerized applications, and can provide useful information on issues such as configuration errors, connectivity issues, and image pull failures. The operator log can be accessed using the 'oc logs' command in the OpenShift Container Platform.
It's also important to note that other logs such as Liberty Log, YAMLlog, or p8_server_error.log might also be useful for troubleshoot but the Operator log would be the first log that should be reviewed when troubleshooting a new container deployment.
https://www.ibm.com/support/knowledgecenter/en/SSBS6K_3.2.0/troubleshoot/troubleshoot_logging.html
https://www.redhat.com/en/topics/containers/what-are-containers
Start a Discussions
The Cloud Pak Foundation services monitoring stack includes which tool?
Correct : A
The Cloud Pak Foundation services monitoring stack includes Kibana, which is an open-source data visualization and exploration tool. It allows you to search, view, and interact with data stored in Elasticsearch indices. Kibana provides a web interface that enables you to create and share dynamic dashboards, visualizations, and search templates.
It's important to note that other tools such as Elasticsearch, Alertmanager, and Logstash are also part of the Cloud Pak Foundation services monitoring stack, but they have different functions.
https://www.ibm.com/support/knowledgecenter/en/SSBS6K_3.2.0/monitoring/monitoring_overview.html
https://www.elastic.co/elasticsearch
Start a Discussions
Which statement is true for the Cloud Pak for Business Automation standard capabilities logging?
Correct : A
The Cloud Pak for Business Automation standard capabilities logging is enabled to collect and forward standard output to the specified logging destination when configured. This logging is not stored in a dedicated persistent data store unless specified, and is viewable only by the OpenShift Container Platform (OCP) web console.
Start a Discussions