Este contenido no está disponible en el idioma seleccionado.

Chapter 10. Configuring a persistent qeth device on IBM Z


Channel-based network interfaces on the IBM Z platform are virtualized and not automatically visible to RHEL when attached to your logical partition (LPAR) or z/VM guest. Before you can use the device in a network configuration, you must manually group subchannels into a single logical qeth device and activate it.

Prerequisites

  • You defined the I/O subchannels and attached them to your LPAR or z/VM guest.
  • You installed the s390utils-base package.

Procedure

  1. Unmask the device IDs of the qeth device:

    • If you know the device IDs, unmask these IDs. For example:

      # cio_ignore --remove 0.0.0600,0.0.0601,0.0.0602

      Specify the device IDs comma-separated as shown or as a range, for example 0.0.0600-0.0.0602.

    • If you do not know the device IDs, you can unmask all IDs:

      # cio_ignore --remove-all
  2. Display the available qeth devices:

    # lszdev qeth
    TYPE  ID                         ON  PERS  NAMES
    qeth  0.0.0600:0.0.0601:0.0.0602 no  no

    The output contains the following columns:

    • TYPE: Displays the device type. If you ran lszdev qeth, the command returns only qeth devices.
    • ID: Displays the subchannel addresses of the hardware. This is a triplet of three hexadecimal addresses used for read, write, and data transfers.
    • ON: Indicates the current operational state of the device where no means that the driver has not yet grouped the channels and created a functional network device.
    • PERS: Indicates the persistence status of the configuration where no confirms that no udev device manager rule exists and, therefore, the device is not automatically be enabled after a reboot.
    • NAMES: Displays the network interface name you can use in NetworkManager. If the field is empty, the channels have not been grouped or set online yet.
  3. Create a udev rule and activate the qeth device:

    # chzdev qeth 0.0.0600 -e

    You can specify only the first address of a triplet, and the chzdev utility automatically detects the associated write and data channels.

Verification

  • Verify the hardware state, and display the assigned interface name:

    # lszdev qeth
    TYPE  ID                         ON  PERS  NAMES
    qeth  0.0.0600:0.0.0601:0.0.0602 yes yes   enc600

    Ensure that both the ON and PERS column return yes for your device. Note the interface name displayed in the NAMES column. You require the name when you create a network configuration that uses this device.

Next steps

Red Hat logoGithubredditYoutubeTwitter

Aprender

Pruebe, compre y venda

Comunidades

Acerca de la documentación de Red Hat

Ayudamos a los usuarios de Red Hat a innovar y alcanzar sus objetivos con nuestros productos y servicios con contenido en el que pueden confiar. Explore nuestras recientes actualizaciones.

Hacer que el código abierto sea más inclusivo

Red Hat se compromete a reemplazar el lenguaje problemático en nuestro código, documentación y propiedades web. Para más detalles, consulte el Blog de Red Hat.

Acerca de Red Hat

Ofrecemos soluciones reforzadas que facilitan a las empresas trabajar en plataformas y entornos, desde el centro de datos central hasta el perímetro de la red.

Theme

© 2026 Red Hat
Volver arriba