1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/modules/ibm-z-configure-devices-manually.adoc
2024-11-21 16:09:58 +00:00

38 lines
1.1 KiB
Plaintext

// Module included in the following assemblies:
//
// * installing/installing_ibm_z/ibmz-post-install.adoc
:_mod-docs-content-type: PROCEDURE
[id="configure-additional-devices-manually_{context}"]
= Configuring additional devices manually
Tasks in this section describe how to manually configure additional devices in an {ibm-z-name} or {ibm-linuxone-name} environment. This configuration method is persistent over node restarts but not {product-title} native and you need to redo the steps if you replace the node.
.Prerequisites
* You are logged in to the cluster as a user with administrative privileges.
* The device must be available to the node.
* In a z/VM environment, the device must be attached to the z/VM guest.
.Procedure
. Connect to the node via SSH by running the following command:
+
[source,terminal]
----
$ ssh <user>@<node_ip_address>
----
+
You can also start a debug session to the node by running the following command:
+
[source,terminal]
----
$ oc debug node/<node_name>
----
. To enable the devices with the `chzdev` command, enter the following command:
+
[source,terminal]
----
$ sudo chzdev -e <device>
----