What version of the Dell Storage API for powershell are you using? Powershell assumes hyphens are operators or parameters and having them in names can cause issues.
Hi josh, Thanks for answering. We have 3.3.1.58 version. I don't think that the problem were the hyphens because I'm not using the SC name in the command sintax to generate that type ambiguity. I'm using just a cmdlet (Get-DellScVolume) and this cmdlet has ScName property with String type (verified with Get-Member) I don't see how could a hyphens issue in user space. I don't know from where de API take the data, I guess from DSM's DataBase and maybe when you change the SC name appear some kind of inconstence.
The Dell support team could solve the issue. The problem was in the apimgr subsystem, this subsystem takes the datas from a view that is generated at compellent boot time, if you changed some parameter this view isn't updateded. To workaround the issue whit out restart, the support guy restarted the subsystem only.
DELL-Josh Cr
Moderator
•
9.5K Posts
0
April 3rd, 2017 16:00
Hi,
What version of the Dell Storage API for powershell are you using? Powershell assumes hyphens are operators or parameters and having them in names can cause issues.
neuralsoft
3 Posts
0
April 4th, 2017 05:00
Hi josh,
Thanks for answering. We have 3.3.1.58 version. I don't think that the problem were the hyphens because I'm not using the SC name in the command sintax to generate that type ambiguity. I'm using just a cmdlet (Get-DellScVolume) and this cmdlet has ScName property with String type (verified with Get-Member) I don't see how could a hyphens issue in user space.
I don't know from where de API take the data, I guess from DSM's DataBase and maybe when you change the SC name appear some kind of inconstence.
neuralsoft
3 Posts
0
April 17th, 2017 13:00
Hi,
The Dell support team could solve the issue. The problem was in the apimgr subsystem, this subsystem takes the datas from a view that is generated at compellent boot time, if you changed some parameter this view isn't updateded.
To workaround the issue whit out restart, the support guy restarted the subsystem only.