Hi,
I encounter a problem while resize datastore from 6 TB to 7 TB.
Searching thru this communities found that couple cases of this is happening. reading that, here I already gather couple info from console
[root@sghdc-sap-lnv01:~] vmware -vv
VMware ESXi 6.7.0 build-11675023
[root@sghdc-sap-lnv01:~] partedUtil get /vmfs/devices/disks/naa.600a09803831357345244e4548346a2f
935722 255 63 15032385536
1 2048 15032385502 0 0
[root@sghdc-sap-lnv01:~]
[root@sghdc-sap-lnv01:~] partedUtil getUsableSectors /vmfs/devices/disks/naa.600a09803831357345244e4548346a2f
34 15032385502
[root@sghdc-sap-lnv01:~]
[root@sghdc-sap-lnv01:~] vmkfstools -P /vmfs/volumes/LNV_DC_C2_SAP_DS_OS_PRD
VMFS-5.60 (Raw Major Version: 14) file system spanning 1 partitions.
File system label (if any): LNV_DC_C2_SAP_DS_OS_PRD
Mode: public
Capacity 6596801331200 (6291200 file blocks * 1048576), 4607600230400 (4394150 blocks) avail, max supported file size 69201586814976
Disk Block Size: 512/4096/0
UUID: 562d4dd9-7b243472-6012-0025b5011a08
Partitions spanned (on "lvm"):
naa.600a09803831357345244e4548346a2f:1
Is Native Snapshot Capable: YES
[root@sghdc-sap-lnv01:~]
[root@sghdc-sap-lnv01:~] vmkfstools -P /vmfs/volumes/LNV_DC_C2_SAP_DS_OS_PRD1/
VMFS-5.81 (Raw Major Version: 14) file system spanning 1 partitions.
File system label (if any): LNV_DC_C2_SAP_DS_OS_PRD1
Mode: public
Capacity 7696312958976 (7339776 file blocks * 1048576), 2004920303616 (1912041 blocks) avail, max supported file size 69201586814976
Disk Block Size: 512/4096/0
UUID: 5ca8d706-6206aa08-a6d4-00109b4d8958
Partitions spanned (on "lvm"):
naa.600a09803831357345244e4548346a66:1
Is Native Snapshot Capable: YES
[root@sghdc-sap-lnv01:~]
[root@sghdc-sap-lnv01:~] ls -lathr /vmfs/devices/disks/naa.600a09803831357345244e4548346a2f
-rw------- 1 root root 7.0T Apr 7 03:03 /vmfs/devices/disks/naa.600a09803831357345244e4548346a2f
[root@sghdc-sap-lnv01:~]
try to grow datastore, shows as:
[root@sghdc-sap-lnv01:~] vmkfstools --growfs /vmfs/devices/disks/naa.600a09803831357345244e4548346a2f:1 /vmfs/devices/disks/naa.600a09803831357345244e4548346a2f:1
Not found
Error: No such file or directory
[root@sghdc-sap-lnv01:~]
from the webgui
![datastore properties.jpg]()
![datastore expand1.jpg]()
![datastore expand2.jpg]()
![device properties.jpg]()
![device extend1.jpg]()
![device extend2.jpg]()
Need advice to solve this.
Thanks