1 Rookie
•
35 メッセージ
0
34
2025年7月23日 04:41
PowerPathサービスの無効化について
PowerPathを導入しているRHELで、PowerPathのライセンス切れにより、NMPのパス制御に切り替えようと考えています。
NMPへの切り替え時にPowePathを以下のコマンドで自動起動しない状態にして、NMPへ切替を行う予定ですが、
この手順で問題発生する可能性はあるでしょうか。
①以下のコマンドでPowerPathが起動しないように設定
systemctl disable PowerPath.service
systemctl disable PowerPathPoststart.service
systemctl disable EmcpMond.service
②NMPを設定
③OS再起動
PowerPathをアンインストールしないで、NMPへ切替したいのは、NMPへの切替が失敗した場合に
PowerPathへ、すぐに戻す必要があるためです。
イベントは見つかりませんでした!
ayas
Community Manager
•
7.2K メッセージ
0
2025年7月25日 09:03
YHONさん
ご返信を有難うございます。
「Dell Technologies Host Connectivity Guide for Linux」を参照してmultopath.confを以下のとおり、設定したいと考えています。
適宜、運用にあわせて修正が必要と思いますが、Connectivity Guideに記載のある以下は、DELL推奨の設定と考えて良いでしょうか。
→ご認識の通りです。環境、運用なども考慮することが前提ですがHost Connectivity Guideに記載のある設定を参考にしていただければ結構です。
Dell Technologies Host Connectivity Guide for Linux
前出のKBにも以下あります。
Step 5: Install alternative multipathing [Not within the scope of this document] If Linux native multipathing is the preferred choice, see the Dell Technologies Host Connectivity Guide for Linux.
Maintained by the Dell E-Lab team, the latest host connectivity guides can be found on the E-Lab Navigator site.
E-Lab Interoperability Navigator 2.0-Host Connectivity Guides (dell.com)
ayas
Community Manager
•
7.2K メッセージ
0
2025年7月23日 23:49
YHONさん
①以下のコマンドでPowerPathが起動しないように設定
systemctl disable PowerPath.service
systemctl disable PowerPathPoststart.service systemctl disable EmcpMond.service
→御認識の通り上記コマンドでPowerPathは起動しません。しかしPowerPathが起動しなくても、デバイスがまだPowerPath管理下にある場合、手順②でのNMPの設定に問題が起きる可能性があると思います。
PowerPathのアンインストールの手順書にも、アンインストールしてから、NMP設定となっているのでこちらを参考してはどうでしょうか。(切り戻しに関しても、PowerPathのアンインストールをした時点で構成ファイルがArchiveに保存され、再度PowerPathをインストールすれば構成情報が自動で立ち上がるため、作業は比較的短時間で可能なはずです)
参考:Dell EMC Knowledge Article 000223509 : Uninstallation of PowerPath/VE from an ESXi host
参考:Dell EMC Knowledge Article 000223526 : Uninstallation of PowerPath for Linux
The PowerPath uninstall process saves the PowerPath configuration files in the /etc/emc/archive directory. If PowerPath is again installed and started on the host, it automatically restores the saved configuration from the archive directory.
YHON
1 Rookie
•
35 メッセージ
0
2025年7月24日 01:15
@ayas さん
回答ありがとうございます。
サービスの停止だけでは問題発生の可能性がありそうですので、
参考として回答いただいたナレッジを確認して、アンインストールの方向で検討したいと思います。
YHON
1 Rookie
•
35 メッセージ
0
2025年7月24日 04:39
@ayas さん
multipath.conf設定について追加で質問させてください。
ストレージ:PowerStore 1200T
サーバOS:RHEL8.2
「Dell Technologies Host Connectivity Guide for Linux」を参照してmultopath.confを以下のとおり、設定したいと考えています。
適宜、運用にあわせて修正が必要と思いますが、Connectivity Guideに記載のある以下は、DELL推奨の設定と考えて良いでしょうか。
device {
vendor DellEMC
product PowerStore
detect_prio "yes"
path_selector "queue-length 0"
path_grouping_policy "group_by_prio"
path_checker tur
failback immediate
fast_io_fail_tmo 5
no_path_retry 3
rr_min_io_rq 1
max_sectors_kb 1024
dev_loss_tmo 10
hardware_handler "1 alua"
YHON
1 Rookie
•
35 メッセージ
0
2025年7月27日 23:59
@ayas さん
回答ありがとうございます。
「Dell Technologies Host Connectivity Guide for Linux」を参照してmultopath.confの設定を行いたいと思います。