Search found 5 matches

by hjgl
Mon Apr 02, 2018 3:39 pm
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free], StarWind x Proxmox VE SAN Integration Services
Topic: Powershell - How to attach existing device to existing storage
Replies: 8
Views: 14179

Re: Powershell - How to attach existing device to existing storage

Do you use a standalone setup? If so, this script can help you: import StarWindX try { $server = New-SWServer -host 127.0.0.1 -port 3261 -user root -password starwind $server.Connect() #create image file #size in megabytes New-ImageFile -server $server -path "My Computer\D" -fileName &quo...
by hjgl
Mon Apr 02, 2018 3:15 pm
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free], StarWind x Proxmox VE SAN Integration Services
Topic: Powershell - How to attach existing device to existing storage
Replies: 8
Views: 14179

Re: Powershell - How to attach existing device to existing storage

Do you use a standalone setup? If so, this script can help you: import StarWindX try { $server = New-SWServer -host 127.0.0.1 -port 3261 -user root -password starwind $server.Connect() #create image file #size in megabytes New-ImageFile -server $server -path "My Computer\D" -fileName &quo...
by hjgl
Wed Mar 28, 2018 2:33 pm
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free], StarWind x Proxmox VE SAN Integration Services
Topic: Powershell - How to attach existing device to existing storage
Replies: 8
Views: 14179

Re: Powershell - How to attach existing device to existing storage

The build number is the most recent (i just download the last weekend) 8.0.0.11818. Yes, the 17 virtual disk are attached to the same vSAN target and i believe this setup is right because is a SQL Server cluster with many mount points. The setup work fine and the cluster run fine, but i can't create...
by hjgl
Tue Mar 27, 2018 5:11 pm
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free], StarWind x Proxmox VE SAN Integration Services
Topic: Powershell - How to attach existing device to existing storage
Replies: 8
Views: 14179

Re: Powershell - How to attach existing device to existing storage

Hi all, I was searching how to attach a new disk to my existing storage in PS, but i can't find documentation about this. In PS examples files (CreateImageFile.ps1), when i run this script, this dettach all devices and then attach the new one. Anybody can help me? Thanks in advance. Oh i'm sorry, i...
by hjgl
Tue Mar 27, 2018 3:53 pm
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free], StarWind x Proxmox VE SAN Integration Services
Topic: Powershell - How to attach existing device to existing storage
Replies: 8
Views: 14179

Powershell - How to attach existing device to existing storage

Hi all,

I was searching how to attach a new disk to my existing storage in PS, but i can't find documentation about this. In PS examples files (CreateImageFile.ps1), when i run this script, this dettach all devices and then attach the new one.

Anybody can help me? Thanks in advance.