- Community Home
- >
- Storage
- >
- Midrange and Enterprise Storage
- >
- StoreVirtual Storage
- >
- Error: "Degraded" & "Failed to create VMFS datasto...
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
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
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
тАО06-17-2019 05:10 AM
тАО06-17-2019 05:10 AM
Error: "Degraded" & "Failed to create VMFS datastore <name> - Cannot change the host configuration"
Hello,
We receive the below error message in ESXi 6.7 U2 web interface while creating a new VM datastore on a volume presented by VSA 12.7.00.0226.0 (HP CS200-HC):
- Failed to create VMFS datastore <name> - Cannot change the host configuration
Moreover, under ESXi 6.7 U2 web interface > Storage > Devices, the status of the presented "LEFTHAND iSCSI Disk" is shown as "Normal, Degraded" with an exclamation mark.
Finally, in vmkernel.log, the below lines are generated while creating the VM datastore:
- 2019-06-17T10:19:25.492Z cpu26:2589307)NMP: nmp_ThrottleLogForDevice:3788: Cmd 0x2a (0x45a2538d2140, 2591668) to dev "naa.6000eb33b73dad140000000000001074" on path "vmhba64:C0:T0:L0" Failed: H:0x0 D:0x2 P:0x0 Valid sense data: 0x7 0x27 0x7. Act:NONE
- 2019-06-17T10:19:25.492Z cpu26:2589307)ScsiDeviceIO: 3449: Cmd(0x45a2538d2140) 0x2a, CmdSN 0x3 from world 2591668 to dev "naa.6000eb33b73dad140000000000001074" failed H:0x0 D:0x2 P:0x8 Valid sense data: 0x7 0x27 0x7.
Any help would be much appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-21-2019 02:32 AM
тАО06-21-2019 02:32 AM
Re: Error: "Degraded" & "Failed to create VMFS datastore <name> - Cannot ch
Hi Darienn,
From what we have seen and found this error comes from having disks that were part of different arrays and contain some data on them. We need to run the following commands to fix the issue.
1. Show connected disks.
ls -lha /vmfs/devices/disks/
(Verify the disk is seen. You will probably see your disk ID then: 1. This is a partition on the disk. We only need to work about the main disk ID.)
2. Show the error on disk.
partedUtil getptbl /vmfs/devices/disks/(disk ID)
(It will probably indicate that the GPT is located beyond the end of the disk.)
3. Wipe disk and rewrite with a basic MS-DOS partition.
partedUtil setptbl /vmfs/devices/disks/(disk ID) msdos
(The output from this should be similar to msdos and the next line will be o o o o)
As the above commands will need to be performed on the ESXi host and include some commands related the partitions, I will suggest that we engage the VMWare team while running the commands.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-01-2019 07:23 PM - edited тАО07-01-2019 07:25 PM
тАО07-01-2019 07:23 PM - edited тАО07-01-2019 07:25 PM
Re: Error: "Degraded" & "Failed to create VMFS datastore <name> - Cannot ch
Thanks, but I tried that before and it didn't work. (I also found those commands from VMware forum before coming here.)
FYI, our vCenter (with an external PSC and distributed switch) was at fault and had to be given up and rebuilt. (See if this detail matters.)
Please help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-05-2019 06:30 AM
тАО07-05-2019 06:30 AM
Re: Error: "Degraded" & "Failed to create VMFS datastore <name> - Cannot ch
Any hint or idea on what else I could look at would be appreciated.
(I would love research myself, but I am out of ideas at the moment.)