Afaik, that parameter is only for the system disk.
Original Message:
Sent: Jul 17, 2024 09:37 AM
From: MattG
Subject: Show local disks and format them? (Powercli)
Thx! I saw the systemMediaSize = max parameter but it does feel more experimental and would need to be tested. My alt is to just exclude disks under a certain size though is not ideal as we could end up excluding disks they we want.
-Matt
Original Message:
Sent: Jul 17, 2024 09:31 AM
From: LucD
Subject: Show local disks and format them? (Powercli)
Not that I know of.
But in ESXi 8 the creation of that VMFS partition depends on the size of the disk.
See ESXi System Storage Overview
You could experiment with the systemMediaSize = max parameter
------------------------------
Blog: lucd.info Twitter: @LucD22 Co-author PowerCLI Reference
Original Message:
Sent: Jul 17, 2024 09:07 AM
From: MattG
Subject: Show local disks and format them? (Powercli)
Is there a way to skip formatting the leftover space on the disk containing the ESX OS Data partition?
Thanks
Original Message:
Sent: May 14, 2024 02:40 AM
From: LucD
Subject: Show local disks and format them? (Powercli)
Have a look at my LUN report – datastore, RDM and node visibility post.
That shows which LUNs are available.
------------------------------
Blog: lucd.info Twitter: @LucD22 Co-author PowerCLI Reference
Original Message:
Sent: May 13, 2024 01:59 PM
From: MattG
Subject: Show local disks and format them? (Powercli)
I am trying to figure out how to find unformatted local volumes that I can format as VMFS.
I can gather all volumes via:
Get-SCSILun -VMhost $vmhost
And see which ones are attached to local storage controller, but cant figure out how to only include unformatted volumes?
Thanks in advance LucD :)