UNSOLVED

michael.albert

updated

11 years ago

0

30406

April 21st, 2015 07:00

Cannot connect to group via Powershell cmdlet

I am having trouble getting connected via the Powershell cmdlets installed with the HIT kit.

First I import the module:

Import-Module "C:\program files\Equallogic\bin\EqlPSTools.dll"

then i try to connect to the group:

$grpaddr = 192.168.28.100

Connect-EqlGroup -GroupAddress $grpaddr -Credential (Get-Credential)

and i get:

Connect-EqlGroup : PsApiCmdletCommon.ConnectGroup  192.168.28.100 failed due to error: 216172782113785812 - SNMP USM: U
nknown SecurityName Check if the groupAddress admin account or password is valid.
At line:1 char:17
+ Connect-EqlGroup <<<<  -GroupAddress $GrpAddr -Credential (Get-Credential)
    + CategoryInfo          : InvalidArgument: (:String) [Connect-EqlGroup], PSAPIErrorException
    + FullyQualifiedErrorId : Failed PsApiCmdletCommon.ConnectGroup.,PsApiCmdletCommon.ConnectGroup

have verified the password is valid, same one used to log into the web manager.

any help appreciated. thanks.