- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- ProLiant Servers (ML,DL,SL)
- >
- Error: Could not delete array C
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- 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
- Report Inappropriate Content
тАО11-30-2007 01:44 AM
тАО11-30-2007 01:44 AM
Throught hpacucli tool I try to delete an array with command :
ctrl slot=1 ARRAY C delete forced
and I obtain the following error message :
Error: Could not delete array C
Someone can help me ?
Thanks,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-30-2007 03:03 AM
тАО11-30-2007 03:03 AM
Re: Error: Could not delete array C
seeing this command, for clarification:
you have 3 Arrays: Array A - B - C and your trying to delete C as a Array. right?
just for information:
because that command delete can work on a controller, Array or logical drive.
for entire controller would be
Controller slot=1 delete forced
for an Array where you have 3 Array A - B - C
and you want to delete B
controller slot=1 Array B delete forced
for deleting a logical drive would
referring the Array and the logical drive in it
controller slot=1 array B logicaldrive 2
I hope this cal help
let us know anything else
regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-30-2007 03:16 AM
тАО11-30-2007 03:16 AM
Re: Error: Could not delete array C
HP Array Configuration Utility CLI 7.85-18.0
Detecting Controllers...Done.
Type "help" for a list of supported commands.
Type "exit" to close the console.
=> ctrl all show config
Smart Array 6i in Slot 0 ()
Smart Array P600 in Slot 3 (sn: P92B30G9ST60HS)
array A (SAS, Unused Space: 0 MB)
logicaldrive 1 (68.3 GB, RAID 1+0, OK)
physicaldrive 1I:1:1 (port 1I:box 1:bay 1, SAS, 72 GB, OK)
physicaldrive 1I:1:2 (port 1I:box 1:bay 2, SAS, 72 GB, OK)
array B (SAS, Unused Space: 0 MB)
logicaldrive 2 (68.3 GB, RAID 0, OK)
physicaldrive 1I:1:3 (port 1I:box 1:bay 3, SAS, 72 GB, OK)
array C (SAS, Unused Space: 0 MB)
logicaldrive 3 (68.3 GB, RAID 0, OK)
physicaldrive 1I:1:4 (port 1I:box 1:bay 4, SAS, 72 GB, OK)
=>
And I would like delete array C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-30-2007 03:29 AM
тАО11-30-2007 03:29 AM
Solutionaccording to your:
=> ctrl all show config
you want delete Array C in Smart Array P600 in Slot 3 which has just one logical drive so the command would be:
controller slot=3 array C delete forced
I hope this can help you
regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-30-2007 04:56 AM
тАО11-30-2007 04:56 AM
Re: Error: Could not delete array C
the only thing was the slot number that you can get using he command you used and also that command does not need to specific a logical drive because Array C only has one logical drive in your environment
regards