EF & E-Series, SANtricity, and Related Plug-ins

Snapshot/volume

Yavor
3,812 Views

Hi,

I have small issue, kindly ask for advice!

Thank you!

 

« Update-NeSnapshotVolumeConvertReadOnly -credential $Mycred -systemID $MySysid -ViewId. $MyViewId -RepositoryCandidate ??????? »

Unable to find variable expected by command « Update-NeSnapshotVolumeConvertReadOnly » pour l’argument « -RepositoryCandidate ».
3 REPLIES 3

donny_lang
3,802 Views

From the output of the "Get-Help Update-NeSnapshotVolumeConvertReadOnly -Full" command: 

 

 -RepositoryCandidate [<ConcatVolumeCandidate>]
     Allows a repository candidate to be manually specified for use in the conversion. By default, the best candidate will be selected.

     Required?                    false
     Position?                    Named
     Default value
     Accept pipeline input?
     Accept wildcard characters?

It's not a required parameter for the cmdlet, so unless you want to manually specify a repository candidate, it isn't needed. 

Yavor
3,795 Views

Thank you for the replay,

 

I know that’s not a required parameter, but I need to specify it to be sure it be placed on the good repository.

It's much more- how to get the repositoryCandidate value and not how to work around it?

 

Capture11.PNGCapture12.PNG

 

 

donny_lang
3,791 Views

Thanks for the clarification - it looks like the "Get-NeRepositoriesConcat" cmdlet is designed to retrieve the list of repository volumes (sorry, I don't have an E-Series right in front of me to test). What data does that cmdlet return in your environment? 

Public