Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The specified module 'ECEClient.psm1' was not loaded #535

Open
EZTOM opened this issue Nov 20, 2019 · 5 comments
Open

The specified module 'ECEClient.psm1' was not loaded #535

EZTOM opened this issue Nov 20, 2019 · 5 comments
Assignees

Comments

@EZTOM
Copy link

EZTOM commented Nov 20, 2019

New deployment get's stuck in validation section:

  1. Enter-PSSession -ComputerName LOCALHOST -ConfigurationName PrivilegedEndpoint
    *Temporary work around is to only use Enter-PSSession -ComputerName LOCALHOST

  2. Test-AzureStack
    *The specified module 'ECEClient.psm1' was not loaded because no valid module file was found
    **Attempted to manually load Import-Module 'C:\Program Files\WindowsPowerShell\Modules\Microsoft.AzureStack.Diagnostics.DataCollection\ECEServiceClient\ECEClient.psm1' but still got same error

Validate the ASDK installation
To ensure that your ASDK deployment was successful, use the Test-AzureStack cmdlet by following these steps:
Sign in as AzureStack\AzureStackAdmin on the ASDK host computer.
Open PowerShell as an admin (not PowerShell ISE).
Run: Enter-PSSession -ComputerName LOCALHOST -ConfigurationName PrivilegedEndpoint
Run: Test-AzureStack
The tests take a few minutes to complete. If the installation was successful, the output looks something like:

PS C:\AzureStack-Tools-master> Enter-PSSession -ComputerName LOCALHOST -ConfigurationName PrivilegedEndpoint
Enter-PSSession : Connecting to remote server LOCALHOST failed with the following error message : The WS-Management service cannot process the
request. Cannot find the PrivilegedEndpoint session configuration in the WSMan: drive on the LOCALHOST computer. For more information, see the
about_Remote_Troubleshooting Help topic.
At line:1 char:1

  • Enter-PSSession -ComputerName LOCALHOST -ConfigurationName Privileged ...
  •   + CategoryInfo          : InvalidArgument: (LOCALHOST:String) [Enter-PSSession], PSRemotingTransportException
      + FullyQualifiedErrorId : CreateRemoteRunspaceFailed
    
    
    

PS C:> Import-Module 'C:\Program Files\WindowsPowerShell\Modules\Microsoft.AzureStack.Diagnostics.DataCollection\ECEServiceClient\ECEClient.psm1'
WARNING: The names of some imported commands from the module 'ECEClient' include unapproved verbs that might make them
less discoverable. To find the commands with unapproved verbs, run the Import-Module command again with the Verbose
parameter. For a list of approved verbs, type Get-Verb.
PS C:> Test-AzureStack
11/20/2019 20:43:56 : Unexpected exception getting Azure Stack health status. The specified module 'ECEClient.psm1' was not loaded because no valid module file was found in any module directory.
11/20/2019 20:43:56 :
Call Get-AzureStackLog for additional diagnostics

Import-Module : The specified module 'ECEClient.psm1' was not loaded because no valid module file was found in any
module directory.
At C:\Program Files\WindowsPowerShell\Modules\Microsoft.AzureStack.Diagnostics.Validator\Microsoft.AzureStack.Diagnosti
cs.Validator.psm1:112 char:9

  •     Import-Module -Name ECEClient.psm1 -Verbose:$false -DisableNa ...
    
  •     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : ResourceUnavailable: (ECEClient.psm1:String) [Import-Module], FileNotFoundException
    • FullyQualifiedErrorId : Modules_ModuleNotFound,Microsoft.PowerShell.Commands.ImportModuleCommand
@bganapa
Copy link
Member

bganapa commented Apr 10, 2020

@EZTOM is this still an issue, if yes, could you pls let me know which script you are trying to run

@bganapa bganapa self-assigned this Apr 10, 2020
@anandgagrani
Copy link

Hi , I am too facing the same issue when testing azurestack hub setup from:
https://docs.microsoft.com/en-us/azure-stack/asdk/asdk-post-deploy?view=azs-2002

It fails when we run :
Validate the ASDK installation
To ensure that your ASDK deployment was successful, use the Test-AzureStack cmdlet by following these steps:

Sign in as AzureStack\AzureStackAdmin on the ASDK host computer.
Open PowerShell as an admin (not PowerShell ISE).
Run: Enter-PSSession -ComputerName AzS-ERCS01 -ConfigurationName PrivilegedEndpoint
Run: Test-AzureStack

Any recommendation shall greatly help.

@bganapa
Copy link
Member

bganapa commented Jun 23, 2020

@anandgagrani Are you hitting error with Enter-PsSession?

@bganapa
Copy link
Member

bganapa commented Jun 23, 2020

@anandgagrani
Copy link

anandgagrani commented Jun 23, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants