Unsolved

This post is more than 5 years old

111 Posts

1803

April 1st, 2008 02:00

Trouble removing dead devices.

Hi guys,

We recently did a migration from DMX3000 to DMX-4 (:)) for a Win2k3 host.
I've noticed that the "old" DMX3000 devices still appear in 'dead' state:

Pseudo name=harddisk21
Symmetrix ID=DMX-4
Logical device ID=1ED0
state=alive; policy=SymmOpt; priority=0; queued-IOs=0
==============================================================================
---------------- Host --------------- - Stor - -- I/O Path - -- Stats ---
### HW Path I/O Paths Interf. Mode State Q-IOs Errors
==============================================================================
2 port2\path0\tgt0\lun254 c2t0d254 FA 8aA active alive 0 0
3 port3\path0\tgt0\lun254 c3t0d254 FA 9aA active alive 0 0

Pseudo name=harddisk??
Symmetrix ID=DMX3000
Logical device ID=01E0
state=alive; policy=SymmOpt; priority=0; queued-IOs=0
==============================================================================
---------------- Host --------------- - Stor - -- I/O Path - -- Stats ---
### HW Path I/O Paths Interf. Mode State Q-IOs Errors
==============================================================================
2 port2\path0\tgt0\lun30 c2t0d30 FA 9aA active dead 0 1

Pseudo name=harddisk??
Symmetrix ID=DMX3000
Logical device ID=01F0
state=alive; policy=SymmOpt; priority=0; queued-IOs=0
==============================================================================
---------------- Host --------------- - Stor - -- I/O Path - -- Stats ---
### HW Path I/O Paths Interf. Mode State Q-IOs Errors
==============================================================================
2 port2\path0\tgt0\lun31 c2t0d31 FA 9aA active dead 0 1

Pseudo name=harddisk??
Symmetrix ID=DMX3000
Logical device ID=0200
state=alive; policy=SymmOpt; priority=0; queued-IOs=0
==============================================================================
---------------- Host --------------- - Stor - -- I/O Path - -- Stats ---
### HW Path I/O Paths Interf. Mode State Q-IOs Errors
==============================================================================
2 port2\path0\tgt0\lun32 c2t0d32 FA 9aA active dead 0 1

Pseudo name=harddisk??
Symmetrix ID=DMX3000
Logical device ID=0A4B
state=alive; policy=SymmOpt; priority=0; queued-IOs=0
==============================================================================
---------------- Host --------------- - Stor - -- I/O Path - -- Stats ---
### HW Path I/O Paths Interf. Mode State Q-IOs Errors
==============================================================================
2 port2\path0\tgt0\lun34 c2t0d34 FA 9aA active dead 0 1

Pseudo name=harddisk??
Symmetrix ID=DMX3000
Logical device ID=0A6D
state=alive; policy=SymmOpt; priority=0; queued-IOs=0
==============================================================================
---------------- Host --------------- - Stor - -- I/O Path - -- Stats ---
### HW Path I/O Paths Interf. Mode State Q-IOs Errors
==============================================================================
2 port2\path0\tgt0\lun35 c2t0d35 FA 9aA active dead 0 1

Pseudo name=harddisk??
Symmetrix ID=DMX3000
Logical device ID=0A6E
state=alive; policy=SymmOpt; priority=0; queued-IOs=0
==============================================================================
---------------- Host --------------- - Stor - -- I/O Path - -- Stats ---
### HW Path I/O Paths Interf. Mode State Q-IOs Errors
==============================================================================
2 port2\path0\tgt0\lun36 c2t0d36 FA 9aA active dead 0 1

C:\WIN64\system32>



I tried removing them by issuing a 'powermt check force' command. But it doesn't seem to do anything.

C:\WIN64\system32>powermt check force
Warning: Symmetrix device path c2t0d30 is currently dead.
Warning: Symmetrix device path c2t0d31 is currently dead.
Warning: Symmetrix device path c2t0d32 is currently dead.
Warning: Symmetrix device path c2t0d34 is currently dead.
Warning: Symmetrix device path c2t0d35 is currently dead.
Warning: Symmetrix device path c2t0d36 is currently dead.

C:\WIN64\system32>powermt check force
Warning: Symmetrix device path c2t0d30 is currently dead.
Warning: Symmetrix device path c2t0d31 is currently dead.
Warning: Symmetrix device path c2t0d32 is currently dead.
Warning: Symmetrix device path c2t0d34 is currently dead.
Warning: Symmetrix device path c2t0d35 is currently dead.
Warning: Symmetrix device path c2t0d36 is currently dead.

C:\WIN64\system32>

Here's the version I'm using:
C:\WIN64\system32>powermt version
EMC powermt for PowerPath (c) Version 5.0.0 (build 94)


We've had previous experience with this phenomena. And all I remember is rebooting the server (and sometimes deleting the powermt.custom) would solve it.
Does anyone have a solution that doesn't require a reboot?

Thanks,
Maxim.

11 Legend

 • 

20.4K Posts

 • 

87.4K Points

April 1st, 2008 03:00

when you ran powermt check ..it should have asked you if you wanted to remove dead paths/devices. Did it do that? Unfortunately in my experience i end up doing the same thing you are ..rebooting my windows systems, unix OS's tend to work correctly.

111 Posts

April 1st, 2008 04:00

There's no need to confirm a/y/n/q if you use powermt check force.

Unfortunately, I've seen this on HP-UX servers as well. Not that common as on Windows servers, but happens.

11 Legend

 • 

20.4K Posts

 • 

87.4K Points

April 1st, 2008 06:00

oh cool ..so the "force" was with you and still no luck :) (sorry ..Starwars fan)

11 Legend

 • 

20.4K Posts

 • 

87.4K Points

April 1st, 2008 12:00

i am being frugal man ..not wasting a byte of empty space.

2.2K Posts

April 1st, 2008 12:00

... even more offensive was that fact that you spelled Star Wars wrong ;-)

111 Posts

April 6th, 2008 00:00

Well, Star Wars fans, is there an answer for me? :)

1 Message

April 9th, 2008 10:00

I've never used PowerPath on Windows, but on Unix you can explictly remove devices using powermt remove dev=XXXXX, where XXXXX is the device name you want to remove. So for each of the dead devices, you could try running something similar to

powermt remove dev=c2t0d31

See if that works....it might be worth a shot.

2 Intern

 • 

1.3K Posts

April 9th, 2008 11:00

"powermt check" also prompt for removing the dead paths

111 Posts

April 13th, 2008 01:00

I've tried using 'powermt remove dev=c2t0d36' - Didn't work.

Tried using 'powermt check' and confirming each device with 'y' - Didn't work.

Tried using 'powermt check' and confirming all devices with 'a' - Didn't work.

Can someone save me a reboot??? :) Please?

2 Intern

 • 

1.3K Posts

April 16th, 2008 13:00

did that report any error/messages when did the y/a options?

111 Posts

April 17th, 2008 02:00

Nope, no errors.
Just asked for the following device.
No Events found!

Top