- Community Home
- >
- Storage
- >
- Midrange and Enterprise Storage
- >
- HPE 3PAR StoreServ Storage
- >
- Re: 3PAR. Try to change disk
-
- Forums
-
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Middle East
- HPE Blog, Russia
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
-
Blogs
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Blog, Latin America
- HPE Blog, Middle East
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
-
Information
- Community
- Welcome
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Tips and Tricks
- Resources
- Announcements
- Email us
- Feedback
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Aruba Airheads Community
- Enterprise.nxt
- HPE Dev Community
- Cloud28+ Community
- Marketplace
-
Forums
-
Blogs
-
Information
-
English
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-03-2015 03:23 AM - edited 05-03-2015 03:24 AM
05-03-2015 03:23 AM - edited 05-03-2015 03:24 AM
Re: 3PAR. Try to change disk
How to move referenced chinklets?
3par-7200 cli% showpdch 24
No chunklet information available.
3par-7200 cli% dismisspd 24
Error : Pd id 24 is referenced by chunklet 12:1550
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-03-2015 01:43 PM - edited 05-04-2015 05:33 AM
05-03-2015 01:43 PM - edited 05-04-2015 05:33 AM
Re: 3PAR. Try to change disk
>% dismisspd 24
>Error : Pd id 24 is referenced by chunklet 12:1549
>Now I have to remove this chunklet?
You have to move it. You can't remove it, it has data.
>How to move referenced chunklets?
This is the hard part, you need to do scripting. What does this show:
showpdch -from 24
And might as well:
showpdch -from 13
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-04-2015 05:57 AM
05-04-2015 05:57 AM
Solution
Grate thank's to Dennis Handly!
I did it.
So, full solution:
- For existing disk need to execute commands
- to remove spare: removespare -f pdid:a
- to move existing chinklets first create script with command: movech -perm -ovrd -f pdid:chinkletnumber (you can collect pdid and chinkletnumber from showpdch -from pdid. I used Exel to create 722 commands)
- remove disk from the system: dismisspd pdid
- Insert a new disk then run servicemag resume cage_ID magazine_ID
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-04-2015 06:11 AM
05-04-2015 06:11 AM
Re: 3PAR. Try to change disk
>to move existing chinklets first create script with command: movech -perm -ovrd -f pdid:chunkletnumber (you can collect pdid and chunkletnumber from showpdch -from pdid. I used Excel to create 722 commands)
Well, you could write a one liner bash script to do this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-13-2015 06:02 AM - edited 05-14-2015 12:06 AM
05-13-2015 06:02 AM - edited 05-14-2015 12:06 AM
Re: 3PAR. Try to change disk
Hello Dennis,
wouldn't a movepd do the job here ? (not sure, just asking).
Thanks,
J.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-15-2015 12:59 AM
05-15-2015 12:59 AM
Re: 3PAR. Try to change disk
>wouldn't a movepd do the job here?
One would think but typically there isn't enough spares in the right places for the system to do that.
It errors out since there isn't a -ovrd option.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-18-2016 01:37 AM
04-18-2016 01:37 AM
Re: 3PAR. Try to change disk
could you please help me with the one liner bash script to accomplish this task? I have 2127 chunklets to be moved. Appreciate you help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-29-2017 09:00 AM
06-29-2017 09:00 AM
Re: 3PAR. Try to change disk
In windows command line you can make script this way (pd_chunklets.txt is the output of the shodpdch # without header and footer) :
for /f "tokens=1,2" %i in (pd_chunklets.txt) do echo movech -f -perm -ovrd %i:%j >>movech.txt
and then paste content of the movech.txt into putty window
- « Previous
-
- 1
- 2
- Next »
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2021 Hewlett Packard Enterprise Development LP