equelin / Unity-Powershell

PowerShell module for managing EMC Unity arrays

Home Page:https://www.powershellgallery.com/packages/Unity-Powershell/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add LUNs to consistency Group

agnosticcloud opened this issue · comments

Hi,

This is not an issue, but I am looking for a command to add Newly created/Existing LUNs to Consistency group. I checked all the command in the documentation, but cannot find any not sure if I am missing anything or is this functionality not available in Unity-PowerShell?
Any help is greatly appreciated!

Please makes sure these boxes are checked before submitting your issue (put an X between the brackets).

  • Check that your Powershell version > 5.0 (Bonus point if you are using the latest version available)
  • Check that you follow the instructions for installing the module

Also, please provide:

  • Any instructions that may help to reproduce the problem
  • Informations about your host $PSVerionTable
  • The list of the loaded modules Get-Module

Hello @Arjun987,

This feature is note implemented yet in Unity-Powershell. At this time, I can't say when it will be available.

Regards

Thank you equelin.
I have another question, I am trying to understand the connect-unity.ps1 script which is used to connect to Unity. Can you please help me in understanding the script, and details like URI, headers, and the actual call itself. I am new to scripting and API, so any help will be greatly appreciated!