- 論壇徽章:
- 0
|
執(zhí)行powermt 顯示存儲鏈路狀態(tài)為dead的解決辦法
現(xiàn)狀為:
主機(HP-UX)掛機了EMC存儲后,通過ioscan -fnCdisk能夠看到EMC存儲盤,但是通過diskinfo /dev/rdsk/cxtxdx報 error錯誤。
解決方法:
出現(xiàn)該問題主要是由于powerpath引起,具體解決如下:
# powermt display dev=all
Pseudo name=emcpower4a
CLARiiON ID=CK200041200044
Logical device ID=6006016028A610000AF03A428708D911
state=alive; policy=CLAROpt; priority=0; queued-IOs=0
Owner: default=SP B, current=Unknown
==============================================================================
---------------- Host --------------- - Stor - -- I/O Path - -- Stats ---
### HW Path I/O Paths Interf. Mode State Q-IOs Errors
==============================================================================
2304
[email=pci@8/fibre-channel@4]pci@8/fibre-channel@4[/email]
c2t0d3s0 SP B0 active dead 0 0
2304
[email=pci@8/fibre-channel@4]pci@8/fibre-channel@4[/email]
c2t1d3s0 SP A0 active dead 0 0
2305
[email=pci@8/fibre-channel@5]pci@8/fibre-channel@5[/email]
c3t0d3s0 SP B0 active dead 0 0
2305
[email=pci@8/fibre-channel@5]pci@8/fibre-channel@5[/email]
c3t1d3s0 SP A0 active dead 0 0
這些state為 dead的狀態(tài)都是錯誤的.
3.執(zhí)行重新配置
# powermt check
Warning: CLARiiON device path c2t0d0s0 is currently dead.
Do you want to remove it (y/n/a/q)? y
Warning: CLARiiON device path c2t0d1s0 is currently dead.
Do you want to remove it (y/n/a/q)? y
Warning: CLARiiON device path c2t0d2s0 is currently dead.
Do you want to remove it (y/n/a/q)? a
Warning: CLARiiON device path c2t0d3s0 is currently dead.
Warning: CLARiiON device path c2t0d4s0 is currently dead.
Warning: CLARiiON device path c2t1d0s0 is currently dead.
Warning: CLARiiON device path c2t1d1s0 is currently dead.
# powermt config
# powermt save
# powermt display dev=all
Pseudo name=emcpower7a
CLARiiON ID=CK200041200044 [Storage Group 2]
Logical device ID=6006016028A61000482F2BA9720CD911 [LUN 1]
state=alive; policy=CLAROpt; priority=0; queued-IOs=0
Owner: default=SP B, current=SP B
==============================================================================
---------------- Host --------------- - Stor - -- I/O Path - -- Stats ---
### HW Path I/O Paths Interf. Mode State Q-IOs Errors
==============================================================================
2304
[email=pci@8/fibre-channel@4]pci@8/fibre-channel@4[/email]
c2t0d0s0 SP B0 active alive 0 0
2304
[email=pci@8/fibre-channel@4]pci@8/fibre-channel@4[/email]
c2t1d0s0 SP A0 active alive 0 0
2305
[email=pci@8/fibre-channel@5]pci@8/fibre-channel@5[/email]
c3t0d0s0 SP B0 active alive 0 0
2305
[email=pci@8/fibre-channel@5]pci@8/fibre-channel@5[/email]
c3t1d0s0 SP A0 active alive 0 0
此時的state 為 alive狀態(tài),表示正常.
本文來自ChinaUnix博客,如果查看原文請點:http://blog.chinaunix.net/u2/78315/showart_1164322.html |
|