Questions for the C1000-130 were updated on : Nov 14 ,2024
Which option should an administrator choose if they need to run Cloud Pak for Integration (CP4I) on
AWS but do not want to have to manage the OpenShift layer themselves?
C
HOTSPOT
Before upgrading the Foundational Services installer version, the installer catalog source image must
have the correct tag. To always use the latest catalog click on where the text 'latest' should be
inserted into the image below?
None
Explanation:
Upgrading from version 3.4.x and 3.5.x to version 3.6.x
Before you upgrade the foundational services installer version, make sure that the installer catalog
source image has the correct tag.
If, during installation, you had set the catalog source image tag aslatest, you do not need to manually
change the tag.
If, during installation, you had set the catalog source image tag to a specific version, you must update
the tag with the version that you want to upgrade to. Or, you can change the tag tolatestto
automatically complete future upgrades to the most current version.
To update the tag, complete the following actions.
To update the catalog source image tag, run the following command.
oc edit catalogsource opencloud-operators -n openshift-marketplace
Update the image tag.
Change image tag to the specific version of 3.6.x. The3.6.3tag is used as an example here:
spec:
displayName: IBMCS Operators
image: 'docker.io/ibmcom/ibm-common-service-catalog:3.6.3'
publisher: IBM
sourceType: grpc
updateStrategy:
registryPoll:
interval: 45m
Change the image tag tolatestto automatically upgrade to the most current version.
spec:
displayName: IBMCS Operators
image: 'icr.io/cpopen/ibm-common-service-catalog:latest'
publisher: IBM
sourceType: grpc
updateStrategy:
registryPoll:
interval: 45m
To check whether the image tag is successfully updated, run the following command:
oc
get
catalogsource
opencloud-operators
-n
openshift-marketplace
-o
jsonpath='{.spec.image}{"\n"}{.status.connectionState.lastObservedState}'
The following sample output has the image tag and its status:
icr.io/cpopen/ibm-common-service-catalog:latest
READY%
https://www.ibm.com/docs/en/cpfs?topic=online-upgrading-foundational-services-from-operator-
release
Which statement is true for BAR files storage?
B
Explanation:
https://www.ibm.com/docs/en/app-connect/containers_cd?topic=resources-dashboard-reference
Which OpenShift component is responsible for checking the OpenShift Update Service for valid
updates?
D
Explanation:
The Cluster Version Operator (CVO)in your cluster checks with the OpenShift Update Service to see
the valid updates and update paths based on current component versions and information in the
graph. When you request an update, the CVO uses the release image for that update to upgrade your
cluster.
https://access.redhat.com/documentation/en-
us/openshift_container_platform/4.6/html/updating_clusters/understanding-the-update-
service#:~:text=The%20Cluster%20Version%20Operator%20(CVO)%20in%20your%20cluster%20chec
ks%20with,update%20to%20upgrade%20your%20cluster
.
Which statement is true about the removal of individual subsystems of API Connect on OpenShift or
Cloud Pak for Integration?
C
Explanation:
https://www.ibm.com/docs/en/api-connect/10.0.1.x?topic=connect-removing-api-openshift-cloud-
pak-integration
Which CLI command will retrieve the logs from a pod?
B
Explanation:
You can retrieve the logs with theoc logs [-f] <pod_name>command, where the -f is optional.
Specify the name of a log collector pod. Use the -f option to follow what is being written into the
logs. The contents of log files are printed out.
https://access.redhat.com/documentation/en-
us/openshift_container_platform/4.2/html/logging/cluster-logging-
viewing#:~:text=You%20can%20retrieve%20the%20logs,where%20the%20%2Df%20is%20optional.&
text=1-
,Specify%20the%20name%20of%20a%20log%20collector%20pod.,being%20written%20into%20the
%20logs.&text=The%20contents%20of%20log%20files%20are%20printed%20out
.
DRAG DROP
Select all that apply
What is the correct order of the Operations Dashboard upgrade?
None
Explanation:
Upgrading the operator
If asked, approve the install plan
Upgrading the operand
Upgrading the traced integration capabilities
In Cloud Pak for Integration, which user role can replace default Keys and Certificates?
D
What are two ways an Aspera HSTS Instance can be created?
BC
Explanation:
https://www.ibm.com/docs/en/cloud-paks/cp-integration/2021.1?topic=runtimes-high-speed-
transfer-server-deployment
DRAG DROP
Select all that apply
What is the correct sequence of steps to delete IBM MQ from IBM Cloud Pak for Integration?
None
What is the default time period for the data retrieved by the License Service?
C
Explanation:
https://www.ibm.com/docs/SSHKN6/license-service/1.x.x/APIs.html
Which two storage types are required before installing Automation Assets?
AB
Explanation:
Prerequisites
You must meet the following dependencies before creating an instance of Automation assets.
AIntegration Specialistshould carry out the following tasks.
A
project
must exist for the instance.
If you are using the IBM Entitled Registry, a pull secret must exist in the namespace containing an
entitlement key.
You must provide two different types of storage class for use by the Automation assets instance:
Asset data storage - This requires a File RWX volume. For IBM Cloud File the ibmc-file-gold-gid
storage class must be used (specifically the gid variant).
Asset metadata storage - This requires a Block RWO volume that meets POSIX requirements and has
other characteristics as required by CouchDB persistence storage. For IBM Cloud Block, the ibmc-
block-gold storage class must be used.
https://www.ibm.com/docs/en/cloud-paks/1.0?topic=assets-installing-automation
The monitoring component of Cloud Pak for Integration is built on which two tools?
AC
When using the Platform Navigator, what permission is required to add users and user groups?
C
Explanation:
https://www.ibm.com/docs/en/cloud-paks/cp-integration/2021.2?topic=administration-adding-
users-platform-
navigator#:~:text=You%20must%20have%20Administrator%20permission%20to%20add%20users%2
0and%20user%20groups
.
Which of the following would contain mqsc commands for queue definitions to be executed when
new MQ containers are deployed?
B