The Equallogic HIT (Host Integration Toolkit) Kit 3.5 was recently released for early adopters as part of this there are now Powershell tools available!
I am currently working on a number of scripts, most specifically for Equallogic Health Checks, Automated Configuration and Automating the process of adding new ESX hosts to VMFS volumes / VMFS volumes to hosts.
The Cmdlet’s that are available are as follows
Connect-EqlGroup
ConvertFrom-EqlTemplateVolume
ConvertFrom-EqlThinClone
ConvertTo-EqlDemotedReplicaSet
ConvertTo-EqlPromotedReplicaSet
ConvertTo-EqlTemplateVolume
Disconnect-EqlGroup
Get-EqlChapUser
Get-EqlGroupConfiguration
Get-EqlGroupDefaults
Get-EqlGroupID
Get-EqlMember
Get-EqlNetInterface
Get-EqlPool
Get-EqlReplicaSet
Get-EqlReplicationPartner
Get-EqlSchedule
Get-EqlSnapshot
Get-EqlVolume
Get-EqlVolumeACL
Merge-EqlPool
New-EqlChapUser
New-EqlPool
New-EqlReplica
New-EqlReplicaSet
New-EqlReplicationPartner
New-EqlSchedule
New-EqlSnapshot
New-EqlSnapshotClone
New-EqlThinClone
New-EqlVolume
New-EqlVolumeAcl
New-EqlVolumeClone
Remove-EqlChapUser
Remove-EqlPool
Remove-EqlReplicaSet
Remove-EqlReplicationPartner
Remove-EqlSchedule
Remove-EqlSnapshot
Remove-EqlVolume
Remove-EqlVolumeAcl
Restore-EqlSnapshot
Resume-EqlReplication
Set-EqlChapUser
Set-EqlGroupConfiguration
Set-EqlGroupDefaults
Set-EqlMember
Set-EqlNetInterface
Set-EqlPool
Set-EqlReplicaSet
Set-EqlReplicationPartner
Set-EqlSchedule
Set-EqlSnapshot
Set-EqlVolume
Suspend-EqlReplication
The HIT kit and the user guides etc can be downloaded from http://www.equallogic.com
Hi,
I’m trying to promote replicasets to volumes using Equallogic Powershell Tools.
The documentation and the help are using an example wich is wrong.
I’m using:
ConvertTo-EqlPromotedReplicaSet -groupaddress $groupip -ReplicaSetName Volume.1 -SourceSite SitePrimary.
This command gives errors in powershell. But when I look in the GUI. there are NO errors and the Volume is promoted ok. Do you have any idea or am I to early with powershell for Equallogic?
Kind Regars