1753365 Members
5955 Online
108792 Solutions
New Discussion юеВ

Remove failed PD

 
SOLVED
Go to solution
hpuser99
Occasional Contributor

Remove failed PD

I had a failed disk on 3:23:0 (200 gb SSD) I replaced with another one and servicemag resumed fine.

I still see the old PD in the system. How do I remove this? I need to remove Id 95. Shouldn't the system automatically remove this since id 146 is the new one with normal status?
sanhou01 cli% showpd -p -cg 3 -mg 23
--Size(MB)--- ----Ports----
Id CagePos Type RPM State Total Free A B Capacity(GB)
95 3:23:0? SSD 150 failed 189440 0 ----- ----- 200
146 3:23:0 SSD 150 normal 189440 157696 1:0:2* 0:0:2 200
--------------------------------------------------------------------
2 total 378880 157696
sanhou01 cli% showpd -s -p -cg 3 -mg 23
Id CagePos Type -State- ----------------------Detailed_State-----------------------
95 3:23:0? SSD failed vacated,missing,not_available_for_allocations,invalid_media
146 3:23:0 SSD normal normal
------------------------------------------------------------------------------------
2 total
sanhou01 cli%
sanhou01 cli% servicemag status -d 3 23
The magazine was brought online by a successful servicemag resume command.
The command completed at Thu Oct 10 15:25:55 2019.
The output of the servicemag resume was:
servicemag resume 3 23
... mag 3 23 already onlooped
... firmware is current on pd WWN [5000CCA01331143B] Id [146]
... firmware is current on pd WWN [5000CCA0131BAF63] Id [95]
... checking for valid disks...
... disks in mag : 3 23
... normal disks: WWN [5000CCA01331143B] Id [146] diskpos [0]
... not normal disks: WWN [5000CCA0131BAF63] Id [95]
... verifying spare space for disks 95 and 146
... playback chunklets from pd WWN [5000CCA01331143B] Id [146]
... All chunklets played back / relocated.
... cleared logging mode for cage 3 mag 23
... relocating chunklets from spare space
servicemag resume 3 23 -- Succeeded

2 REPLIES 2
Torsten.
Acclaimed Contributor
Solution

Re: Remove failed PD

Try

 

dismisspd 95


Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
hpuser99
Occasional Contributor

Re: Remove failed PD

Thank you torsten. it worked.