Powershell options

Software-based VM-centric and flash-friendly VM storage + free version

Moderators: anton (staff), art (staff), Anatoly (staff), Max (staff)

Post Reply
jello3d
Posts: 1
Joined: Wed May 13, 2015 3:26 pm

Wed May 13, 2015 3:28 pm

What are the possible options for the -initmethod parameter of Add-HADevice. "Clear" works, but Full and Fast do not... are there other options?

Thanks
User avatar
Tarass (Staff)
Staff
Posts: 113
Joined: Mon Oct 06, 2014 10:40 am

Thu May 14, 2015 3:26 pm

The possible options for -initmethod parameter of Add-HADevice command are as follows:

Сlear - Clear virtual disks. WARNING: All data will be deleted. The device will be available after the initialization process has finished.
notSynchronize - Do not synchronize virtual disks.
SyncFromFirst - All data will be copied from first partner to other Partners to make HA device synchronized.
SyncFromSecond - All data will be copied from second partner to other partners to make HA device synchronized.
SyncFromThird - All data will be copied from third partner to other partners to make HA device synchronized.

You can always get possible parameters and other useful information using PowerShell Get-Help command, for example:
Get-Help Add-HADevice –full
Senior Technical Support Engineer
StarWind Software Inc.
Post Reply