Search found 3 matches

by erwan.l
Sat Nov 03, 2018 1:44 pm
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free]
Topic: how to add a diskbridge (aka a physicaldrive) via powershell
Replies: 4
Views: 3858

Re: how to add a diskbridge (aka a physicaldrive) via powershell

Thanks for the quick reply. Idea is to have multiple diskless computers boot over iscsi using differencing disks, in a lab environement. This currently works nicely : i have documented it here http://labalec.fr/erwan/?p=1862 (create parent/master ... create child/differencing disks ... boot over isc...
by erwan.l
Fri Nov 02, 2018 6:35 pm
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free]
Topic: how to add a diskbridge (aka a physicaldrive) via powershell
Replies: 4
Views: 3858

Re: how to add a diskbridge (aka a physicaldrive) via powershell

Replying to myself :)
Seems this is not possible/implemented : see here https://forums.starwindsoftware.com/vie ... dge#p27777 .

Too bad as accessing a file or physical device is more or less the same thing from a programming pov IHMO.
by erwan.l
Fri Nov 02, 2018 6:26 pm
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free]
Topic: how to add a diskbridge (aka a physicaldrive) via powershell
Replies: 4
Views: 3858

how to add a diskbridge (aka a physicaldrive) via powershell

Hi, Is there anyway to add a diskbridge thru powershell? I have retrieved all possible methods and cannot see how to add a physicaldrive thru PS. Get-Module starwindx -ListAvailable | % { $_.ExportedCommands.Values } CommandType Name ModuleName ----------- ---- ---------- Function Add-DDDevice StarW...