Microsoft Virtualization Discussions
Microsoft Virtualization Discussions
Hi,
Is there any cmdlet to check and configure SP? At least to check SP status? I am using PSTK 4.0
Thanks,
Charan
Hi Charan,
If you're using cDOT you can use the "Get-NcServiceProcessor" cmdlet. There are a number of SP related commands for cDOT...use this command to see them
Get-NcCommand -Category "Service Processor"
Hope that helps!
Andrew
Hi Andrew,
No SP cmdlet for 7 mode? I need for 7 mode. Below is the setup we are running.
DOT 7 mode; 8.1; power shell 2.0; PSTK 4.0
Thanks,
Sri Charan
Sri -
Not that I can find for 7-Mode, only for Cluster ...
I hope this response has been helpful to you.
At your service,
Eugene E. Kashpureff, Sr.
Independent NetApp Consultant http://www.linkedin.com/in/eugenekashpureff
Senior NetApp Instructor, IT Learning Solutions http://sg.itls.asia/netapp
(P.S. I appreciate 'kudos' on any helpful posts.)
Sir,
This is really strange that how this important cmdlet has not given by DOT PSTK for 7-Mode. personally I believe that its a SP cmdlet is really improtant.
is there any way to retrieve SP IP address by using other cmdlets?
Thanks,
Charan
There is no ZAPI to address the SP/RLM/BMC in 7-mode, so consequentially there is no cmdlet. You could use "Invoke-NaSsh" to execute the command, you'd have to parse out the result though.
Andrew