質問: EMC Powerpath をインストールして構成する方法 Linux 環境のソフトウェア?
答え: EMC PowerPath のインストールと構成を開始する前に、HBA カードがサーバーにインストールされ、ファイバー チャネル スイッチが適切にゾーニングされていることを確認してください。
1. EMC Powerpath を Linux にインストール
EMC powerlink Web サイトから Powerpath ソフトウェアをダウンロードします。 EMC サポートを購入した場合は、powerlink にアクセスできるはずです。
次の例では、EMC Powerpath 5 ( EMCpower.LINUX-5.3.0.00.00-185.rhel5.i386.rpm ) は Red Hat 5 にインストールされます。 (CLARiX の場合) 配列)
# rpm -ivh EMCpower.LINUX-5.3.0.00.00-185.rhel5.i386.rpm --test Preparing... ########################################### [100%] # rpm -ivh EMCpower.LINUX-5.3.0.00.00-185.rhel5.i386.rpm Preparing... ########################################### [100%] 1:EMCpower.LINUX ########################################### [100%] All trademarks used herein are the property of their respective owners. NOTE:License registration is not required to manage the CLARiiON AX series array.
2. EMC Powerpath の登録
EMC Powerpath ソフトウェアを使用する前に、EMC からソフトウェアを購入したときに受け取った EMC Powerpath ライセンス キーを使用して登録する必要があります。
emcpreg ツールを使用 以下に示すように EMC Powerpath ライセンス キーをインストールします。
# emcpreg -install =========== EMC PowerPath Registration =========== Do you have a new registration key or keys to enter?[n] y Enter the registration keys(s) for your product(s), one per line, pressing Enter after each key. After typing all keys, press Enter again. Key (Enter if done): **emc-powerpath-license-key** 1 key(s) successfully added. Key successfully installed. Key (Enter if done): Key is invalid, ignored. Try again or press Enter if done. 1 key(s) successfully registered.
3. EMC Powerpath 登録の確認
EMC powermt コマンドを使用 以下に示すように、登録を確認します。
# powermt check_registration Key **emc-powerpath-license-key** Product: PowerPath Capabilities: All
4.複数のパスを確認
EMC powerpath をインストールしたら、powermt display dev=all を実行します。
# powermt display dev=all Pseudo name=emcpowera CLARiiON ID=00000000000 [db-server] Logical device ID=12121212121212 [LUN 1] state=alive; policy=CLAROpt; priority=0; queued-IOs=0 Owner: default=SP A, current=SP A ============================================================================== ---------------- Host --------------- - Stor - -- I/O Path - -- Stats --- ### HW Path I/O Paths Interf. Mode State Q-IOs Errors ============================================================================== 1 QLogic Fibre Channel 2300 sdb SP A4 active alive 0 0 1 QLogic Fibre Channel 2300 sdd SP B4 active alive 0 0 2 QLogic Fibre Channel 2300 sdf SP A5 active alive 0 0 2 QLogic Fibre Channel 2300 sdh SP B5 active alive 0 0
Ubuntu のヒント:Tomboy Notes を使用して単純なプロジェクトを管理する方法
Python Hello World の例:Unix OS で Python プログラムを作成して実行する方法