1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-06 06:46:26 +01:00
Files
openshift-docs/modules/support-submitting-a-case.adoc
2020-08-07 12:03:33 +01:00

57 lines
2.8 KiB
Plaintext

// Module included in the following assemblies:
//
// * support/getting-support.adoc
[id="support-submitting-a-case_{context}"]
= Submitting a support case
.Prerequisites
* You have access to the cluster as a user with the `cluster-admin` role.
* You have installed the OpenShift CLI (`oc`).
* You have a Red Hat Customer Portal account.
* You have a Red Hat standard or premium Subscription.
.Procedure
. Log in to the link:http://access.redhat.com[Red Hat Customer Portal] and select *SUPPORT CASES* -> *Open a case*.
. Select the appropriate category for your issue (such as *Defect / Bug*), product (*{product-title}*), and product version (*{product-version}*, if this is not already autofilled).
. Review the list of suggested Red Hat Knowledgebase solutions for a potential match against the problem that is being reported. If the suggested articles do not address the issue, click *Continue*.
. Enter a concise but descriptive problem summary and further details about the symptoms being experienced, as well as your expectations.
. Review the updated list of suggested Red Hat Knowledgebase solutions for a potential match against the problem that is being reported. The list is refined as you provide more information during the case creation process. If the suggested articles do not address the issue, click *Continue*.
. Ensure that the account information presented is as expected, and if not, amend accordingly.
. Check that the autofilled {product-title} Cluster ID is correct. If it is not, manually obtain your cluster ID.
+
* To manually obtain your cluster ID using the {product-title} web console:
.. Navigate to *Home* -> *Dashboards* -> *Overview*.
.. Find the value in the *Cluster ID* field of the *Details* section.
+
* Alternatively, it is possible to open a new support case through the {product-title} web console and have your cluster ID autofilled.
.. From the toolbar, navigate to *(?) Help* -> *Open Support Case*.
.. The *Cluster ID* value is autofilled.
+
* To obtain your cluster ID using the OpenShift CLI (`oc`), run the following command:
+
[source,terminal]
----
$ oc get clusterversion -o jsonpath='{.items[].spec.clusterID}{"\n"}'
----
. Complete the following questions where prompted and then click *Continue*:
+
* Where are you experiencing the behavior? What environment?
* When does the behavior occur? Frequency? Repeatedly? At certain times?
* What information can you provide around time-frames and the business impact?
. Upload relevant diagnostic data files and click *Continue*. It is recommended to include data gathered using the `oc adm must-gather` command as a starting point, plus any issue specific data that is not collected by that command.
. Input relevant case management details and click *Continue*.
. Preview the case details and click *Submit*.