2.4. Enabling DASD devices


If you are using DASD devices, you must enable them before creating an OpenShift Data Foundation cluster on IBM Z. Once the DASD devices are available to z/VM guests, complete the following steps from the compute or infrastructure node on which an OpenShift Data Foundation storage node is being installed.

Procedure

  1. To enable the DASD device, run the following command:

    sudo chzdev -e <device_bus_id> 
    1
    1
    For <device_bus_id>, specify the ID of the DASD device bus-ID. For example, 0.0.b100.

    To verify the status of the DASD device you can use the the lsdasd and lsblk commands.

  2. To low-level format the device and specify the disk name, run the following command:

    sudo dasdfmt /dev/<device_name> -b 4096 -p --mode=full 
    1
    1
    For <device_name>, specify the disk name. For example, dasdb.
    重要

    The use of DASD quick-formatting Extent Space Efficient (ESE) DASD is not supported on OpenShift Data Foundation. If you are using ESE DASDs, make sure to disable quick-formatting with the --mode=full parameter.

  3. To auto-create one partition using the whole disk, run the following command:

    sudo fdasd -a /dev/<device_name> 
    1
    1
    For <device_name>, enter the disk name you have specified in the previous step. For example, dasdb.

Once these steps are completed, the device is available during OpenShift Data Foundation deployment as /dev/dasdb1.

重要

During LocalVolumeSet creation, make sure to select only the Part option as device type.

Additional resources

Red Hat logoGithubredditYoutubeTwitter

詳細情報

試用、購入および販売

コミュニティー

会社概要

Red Hat は、企業がコアとなるデータセンターからネットワークエッジに至るまで、各種プラットフォームや環境全体で作業を簡素化できるように、強化されたソリューションを提供しています。

多様性を受け入れるオープンソースの強化

Red Hat では、コード、ドキュメント、Web プロパティーにおける配慮に欠ける用語の置き換えに取り組んでいます。このような変更は、段階的に実施される予定です。詳細情報: Red Hat ブログ.

Red Hat ドキュメントについて

Legal Notice

Theme

© 2026 Red Hat
トップに戻る