- Community Home
- >
- Storage
- >
- HPE Nimble Storage
- >
- Application Integration
- >
- Powershell module V2 Error
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2015 07:24 AM
04-03-2015 07:24 AM
Powershell module V2 Error
I've downloaded and imported the V2 module from this GitHub location...
jrich523/NimblePowerShell at V2 · GitHub
Into my local user profile module folder. I'm able to load the module without error, but after connecting to an array and running Get-NSInitiatorGroup I receive the following error...
Get-NSInitiatorGroup : Unable to find type [VolAclRec]. Make sure that the assembly that contains this type is loaded.
At line:1 char:1
+ Get-NSInitiatorGroup
+ ~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (VolAclRec:TypeName) [], RuntimeException
+ FullyQualifiedErrorId : TypeNotFound
If I reload the V1 module I'm able to run the command without issue. I'm running PS version 4.0 and the Nimble Array code base is 2.1.7.0-151109-opt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2015 10:00 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2015 12:18 PM
04-21-2015 12:18 PM
Re: Powershell module V2 Error
I am receiving same error but when I try to run Get-NSSnapshot / New-NSSnapshot
PS C:\Windows\system32> Get-NSSnapShot
Get-NSSnapShot : Unable to find type [snap]. Make sure that the assembly that contains this type is loaded.
At line:1 char:1
+ Get-NSSnapShot
+ ~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (snap:TypeName) [], RuntimeException
+ FullyQualifiedErrorId : TypeNotFound
PS C:\Windows\system32> New-NSSnapshot
New-NSSnapshot : Unable to find type [snap]. Make sure that the assembly that contains this type is loaded.
At line:1 char:1
+ New-NSSnapshot
+ ~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (snap:TypeName) [], RuntimeException
+ FullyQualifiedErrorId : TypeNotFound
Any assistance would be appreciated.